=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for gcc3-c-3.3.6nb1 gmake[1]: Entering directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/libiberty' if [ x"-fpic" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list touch stamp-picdir if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic regex.c -o pic/regex.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic cplus-dem.c -o pic/cplus-dem.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic cp-demangle.c -o pic/cp-demangle.o; \ else true; fi gmake[2]: Entering directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/libiberty/testsuite' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/libiberty/testsuite' if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic md5.c -o pic/md5.o; \ else true; fi In file included from ./../include/xregex.h:26:0, from regex.c:195: ./../include/xregex2.h:550:29: warning: ISO C90 does not support 'static' or type qualifiers in parameter array declarators [-Wpedantic] regmatch_t __pmatch[__restrict_arr], ^ ./../include/xregex2.h:439:25: note: in definition of macro '_RE_ARGS' # define _RE_ARGS(args) args ^ cplus-dem.c: In function 'demangle_template': cplus-dem.c:2040:15: warning: variable 'start' set but not used [-Wunused-but-set-variable] const char *start; ^ In file included from regex.c:649:0: regex.c: In function 'byte_compile_range': regex.c:1953:54: warning: signed and unsigned type in conditional expression [-Wsign-compare] (translate ? (char) translate[(unsigned char) (d)] : (d)) ^ regex.c:4548:22: note: in expansion of macro 'TRANSLATE' range_start_char = TRANSLATE (range_start_char); ^ regex.c:1953:54: warning: signed and unsigned type in conditional expression [-Wsign-compare] (translate ? (char) translate[(unsigned char) (d)] : (d)) ^ regex.c:2178:24: note: in definition of macro 'SET_LIST_BIT' (b[((unsigned char) (c)) / BYTEWIDTH] \ ^ regex.c:4558:21: note: in expansion of macro 'TRANSLATE' SET_LIST_BIT (TRANSLATE (this_char)); ^ regex.c:1953:54: warning: signed and unsigned type in conditional expression [-Wsign-compare] (translate ? (char) translate[(unsigned char) (d)] : (d)) ^ regex.c:2179:30: note: in definition of macro 'SET_LIST_BIT' |= 1 << (((unsigned char) c) % BYTEWIDTH)) ^ regex.c:4558:21: note: in expansion of macro 'TRANSLATE' SET_LIST_BIT (TRANSLATE (this_char)); ^ regex.c: In function 'byte_re_match_2_internal': regex.c:7236:27: warning: variable 'sdummy' set but not used [-Wunused-but-set-variable] const CHAR_T *sdummy = NULL; ^ regex.c:7235:22: warning: variable 'pdummy' set but not used [-Wunused-but-set-variable] UCHAR_T *pdummy = NULL; ^ regex.c: In function 'xregerror': regex.c:8178:20: warning: unused parameter 'preg' [-Wunused-parameter] const regex_t *preg; ^ md5.c: In function 'md5_finish_ctx': md5.c:118:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); ^ md5.c:119:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | ^ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic md5.c -o md5.o md5.c: In function 'md5_finish_ctx': md5.c:118:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); ^ md5.c:119:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | ^ if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic alloca.c -o pic/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic alloca.c -o alloca.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic argv.c -o pic/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic argv.c -o argv.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic choose-temp.c -o choose-temp.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic cp-demangle.c -o cp-demangle.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic concat.c -o pic/concat.o; \ else true; fi concat.c: In function 'concat_length': concat.c:111:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] concat_length VPARAMS ((const char *first, ...)) ^ concat.c: In function 'concat_copy': concat.c:126:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] concat_copy VPARAMS ((char *dst, const char *first, ...)) ^ concat.c: In function 'concat_copy2': concat.c:145:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] concat_copy2 VPARAMS ((const char *first, ...)) ^ concat.c: In function 'concat': concat.c:156:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] concat VPARAMS ((const char *first, ...)) ^ concat.c: In function 'reconcat': concat.c:193:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] reconcat VPARAMS ((char *optr, const char *first, ...)) ^ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic concat.c -o concat.o concat.c: In function 'concat_length': concat.c:111:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] concat_length VPARAMS ((const char *first, ...)) ^ concat.c: In function 'concat_copy': concat.c:126:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] concat_copy VPARAMS ((char *dst, const char *first, ...)) ^ concat.c: In function 'concat_copy2': concat.c:145:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] concat_copy2 VPARAMS ((const char *first, ...)) ^ concat.c: In function 'concat': concat.c:156:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] concat VPARAMS ((const char *first, ...)) ^ concat.c: In function 'reconcat': concat.c:193:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] reconcat VPARAMS ((char *optr, const char *first, ...)) ^ if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic cplus-dem.c -o cplus-dem.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic dyn-string.c -o dyn-string.o cplus-dem.c: In function 'demangle_template': cplus-dem.c:2040:15: warning: variable 'start' set but not used [-Wunused-but-set-variable] const char *start; ^ if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic fdmatch.c -o pic/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic fdmatch.c -o fdmatch.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic fibheap.c -o pic/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic regex.c -o regex.o In file included from ./../include/xregex.h:26:0, from regex.c:195: ./../include/xregex2.h:550:29: warning: ISO C90 does not support 'static' or type qualifiers in parameter array declarators [-Wpedantic] regmatch_t __pmatch[__restrict_arr], ^ ./../include/xregex2.h:439:25: note: in definition of macro '_RE_ARGS' # define _RE_ARGS(args) args ^ In file included from regex.c:649:0: regex.c: In function 'byte_compile_range': regex.c:1953:54: warning: signed and unsigned type in conditional expression [-Wsign-compare] (translate ? (char) translate[(unsigned char) (d)] : (d)) ^ regex.c:4548:22: note: in expansion of macro 'TRANSLATE' range_start_char = TRANSLATE (range_start_char); ^ regex.c:1953:54: warning: signed and unsigned type in conditional expression [-Wsign-compare] (translate ? (char) translate[(unsigned char) (d)] : (d)) ^ regex.c:2178:24: note: in definition of macro 'SET_LIST_BIT' (b[((unsigned char) (c)) / BYTEWIDTH] \ ^ regex.c:4558:21: note: in expansion of macro 'TRANSLATE' SET_LIST_BIT (TRANSLATE (this_char)); ^ if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic floatformat.c -o pic/floatformat.o; \ else true; fi regex.c:1953:54: warning: signed and unsigned type in conditional expression [-Wsign-compare] (translate ? (char) translate[(unsigned char) (d)] : (d)) ^ regex.c:2179:30: note: in definition of macro 'SET_LIST_BIT' |= 1 << (((unsigned char) c) % BYTEWIDTH)) ^ regex.c:4558:21: note: in expansion of macro 'TRANSLATE' SET_LIST_BIT (TRANSLATE (this_char)); ^ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic fibheap.c -o fibheap.o regex.c: In function 'byte_re_match_2_internal': regex.c:7236:27: warning: variable 'sdummy' set but not used [-Wunused-but-set-variable] const CHAR_T *sdummy = NULL; ^ regex.c:7235:22: warning: variable 'pdummy' set but not used [-Wunused-but-set-variable] UCHAR_T *pdummy = NULL; ^ regex.c: In function 'xregerror': regex.c:8178:20: warning: unused parameter 'preg' [-Wunused-parameter] const regex_t *preg; ^ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic floatformat.c -o floatformat.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic fnmatch.c -o pic/fnmatch.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic fnmatch.c -o fnmatch.o getopt.c: In function '_getopt_initialize': getopt.c:396:10: warning: unused parameter 'argc' [-Wunused-parameter] int argc; ^ getopt.c:397:19: warning: unused parameter 'argv' [-Wunused-parameter] char *const *argv; ^ if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic getopt1.c -o pic/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic getopt1.c -o getopt1.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic getpwd.c -o pic/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic getopt.c -o getopt.o getopt.c: In function '_getopt_initialize': getopt.c:396:10: warning: unused parameter 'argc' [-Wunused-parameter] int argc; ^ getopt.c:397:19: warning: unused parameter 'argv' [-Wunused-parameter] char *const *argv; ^ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic getpwd.c -o getpwd.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic getruntime.c -o pic/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic getruntime.c -o getruntime.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic hashtab.c -o pic/hashtab.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic hex.c -o pic/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic hashtab.c -o hashtab.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic lbasename.c -o pic/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic lbasename.c -o lbasename.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic hex.c -o hex.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic lrealpath.c -o pic/lrealpath.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic lrealpath.c -o lrealpath.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic objalloc.c -o pic/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic make-temp-file.c -o make-temp-file.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic obstack.c -o pic/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic objalloc.c -o objalloc.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic partition.c -o pic/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic partition.c -o partition.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic physmem.c -o pic/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic make-relative-prefix.c -o make-relative-prefix.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic physmem.c -o physmem.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic obstack.c -o obstack.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic pexecute.c -o pic/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic pexecute.c -o pexecute.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic safe-ctype.c -o pic/safe-ctype.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic sort.c -o pic/sort.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic spaces.c -o pic/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic safe-ctype.c -o safe-ctype.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic sort.c -o sort.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic spaces.c -o spaces.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic splay-tree.c -o pic/splay-tree.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic strerror.c -o pic/strerror.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic strsignal.c -o pic/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic splay-tree.c -o splay-tree.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic strerror.c -o strerror.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic ternary.c -o pic/ternary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic strsignal.c -o strsignal.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic xatexit.c -o pic/xatexit.o; \ else true; fi ternary.c:150:1: warning: 'ternary_recursivesearch' defined but not used [-Wunused-function] ternary_recursivesearch (p, s) ^ if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic xexit.c -o pic/xexit.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic xmalloc.c -o pic/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic ternary.c -o ternary.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic xatexit.c -o xatexit.o ternary.c:150:1: warning: 'ternary_recursivesearch' defined but not used [-Wunused-function] ternary_recursivesearch (p, s) ^ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic xexit.c -o xexit.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic xmemdup.c -o pic/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic xmalloc.c -o xmalloc.o if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"-fpic" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic -fpic xstrerror.c -o pic/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic xmemdup.c -o xmemdup.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic xstrdup.c -o xstrdup.o gcc -c -DHAVE_CONFIG_H -O2 -I/usr/include -I. -I./../include -W -Wall -Wtraditional -pedantic xstrerror.c -o xstrerror.o rm -f libiberty.a pic/libiberty.a ar rc libiberty.a \ regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o ranlib libiberty.a if [ x"-fpic" != x ]; then \ cd pic; \ ar rc libiberty.a \ regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o ; \ ranlib libiberty.a; \ cd ..; \ else true; fi gmake[1]: Leaving directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/libiberty' gmake[1]: Entering directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc' TM_DEFINES="NETBSD_ENABLE_PTHREADS" \ HEADERS="auto-host.h ansidecl.h i386/biarch64.h i386/i386.h i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h defaults.h" XM_DEFINES="POSIX" \ TARGET_CPU_DEFAULT="TARGET_CPU_DEFAULT_athlon_sse" \ /bin/sh ./mkconfig.sh config.h TM_DEFINES="NETBSD_ENABLE_PTHREADS" \ HEADERS="auto-host.h ansidecl.h i386/biarch64.h i386/i386.h i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h defaults.h" XM_DEFINES="POSIX" \ TARGET_CPU_DEFAULT="TARGET_CPU_DEFAULT_athlon_sse" \ /bin/sh ./mkconfig.sh hconfig.h echo "/* This file is machine generated. Do not edit. */" > tmp-gtyp.h echo "static const char *srcdir = " >> tmp-gtyp.h TM_DEFINES="" \ HEADERS="i386/i386-protos.h" XM_DEFINES="" TARGET_CPU_DEFAULT="" \ /bin/sh ./mkconfig.sh tm_p.h echo "\".\"" >> tmp-gtyp.h echo ";" >> tmp-gtyp.h echo "static const char *lang_files[] = {" >> tmp-gtyp.h ll="./c-lang.c ./c-parse.in ./c-tree.h ./c-decl.c ./c-common.c ./c-common.h ./c-pragma.c ./c-objc-common.c "; \ for f in $ll; do \ echo "\"$f\", "; done >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *langs_for_lang_files[] = {" >> tmp-gtyp.h ltf="./cp/cp-tree.def ./java/java-tree.def ./objc/objc-tree.def ./ada/ada-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|./||' > tmp-gencheck.h /bin/sh ./move-if-change tmp-gencheck.h gencheck.h ff="c c c c c c c c "; \ for f in $ff; do \ echo "\"$f\", " ; done >> tmp-gtyp.h lof="./cp/lang-options.h ./f/lang-options.h ./java/lang-options.h ./objc/lang-options.h ./ada/lang-options.h"; for f in $lof; do \ echo "#include \"$f\""; \ done | sed 's|./||' > tmp-options.h gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include version.c -o version.o echo "NULL};" >> tmp-gtyp.h echo "static const char *all_files[] = {" >> tmp-gtyp.h gf="config.h auto-host.h ./../include/ansidecl.h ./config/i386/biarch64.h ./config/i386/i386.h ./config/i386/unix.h ./config/i386/att.h ./config/dbxelf.h ./config/elfos.h ./config/netbsd.h ./config/netbsd-elf.h ./config/i386/x86-64.h ./config/i386/netbsd64.h ./defaults.h ./defaults.h ./location.h ./../include/hashtab.h ./bitmap.h ./function.h ./rtl.h ./optabs.h ./tree.h ./libfuncs.h ./hashtable.h ./real.h ./varray.h ./ssa.h ./insn-addr.h ./cselib.h ./c-common.h ./c-tree.h ./basic-block.h ./alias.c ./bitmap.c ./cselib.c ./dwarf2out.c ./emit-rtl.c ./except.c ./explow.c ./expr.c ./fold-const.c ./function.c ./gcse.c ./integrate.c ./lists.c ./optabs.c ./profile.c ./ra-build.c ./regclass.c ./reg-stack.c ./sdbout.c ./stmt.c ./stor-layout.c ./tree.c ./varasm.c ./config/i386/i386.c ./c-lang.c ./c-parse.in ./c-tree.h ./c-decl.c ./c-common.c ./c-common.h ./c-pragma.c ./c-objc-common.c"; \ for f in $gf; do \ echo "\"$f\", "; done >> tmp-gtyp.h /bin/sh ./move-if-change tmp-options.h options.h echo " NULL};" >> tmp-gtyp.h echo "static const char *lang_dir_names[] = { \"c\", " >> tmp-gtyp.h echo timestamp > s-options gf=""; \ for l in $gf; do \ echo "\"$l\", "; done >> tmp-gtyp.h if test yes = yes \ || test -n ""; then \ /bin/sh ./genmultilib \ "" \ "" \ "" \ "" \ "" \ "" \ "" \ "yes" \ > tmp-mlib.h; \ else \ /bin/sh ./genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi echo "NULL};" >> tmp-gtyp.h /bin/sh ./move-if-change tmp-gtyp.h gtyp-gen.h lsf="./cp/lang-specs.h ./f/lang-specs.h ./java/lang-specs.h ./objc/lang-specs.h ./ada/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|./||' > tmp-specs.h /bin/sh ./move-if-change tmp-specs.h specs.h if [ -f /usr/include/limits.h ] ; then \ cat ./limitx.h ./glimits.h ./limity.h > tmp-xlimits.h; \ else \ cat ./glimits.h > tmp-xlimits.h; \ fi echo timestamp > s-specs echo timestamp > s-gencheck TM_DEFINES="NETBSD_ENABLE_PTHREADS" \ HEADERS="ansidecl.h i386/biarch64.h i386/i386.h i386/unix.h i386/att.h dbxelf.h elfos.h netbsd.h netbsd-elf.h i386/x86-64.h i386/netbsd64.h defaults.h" XM_DEFINES="POSIX" \ TARGET_CPU_DEFAULT="" \ /bin/sh ./mkconfig.sh tconfig.h mv tmp-xlimits.h xlimits.h /bin/sh ./move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./gengenrtl.c -o gengenrtl.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ ./gengtype.c -o gengtype.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ ./gengtype-lex.c -o gengtype-lex.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ ./gengtype-yacc.c -o gengtype-yacc.o ./gengtype.c: In function 'error_at_line': ./gengtype.c:37:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] error_at_line VPARAMS ((struct fileloc *pos, const char *msg, ...)) ^ ./gengtype.c: In function 'xasprintf': ./gengtype.c:69:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] xasprintf VPARAMS ((const char *format, ...)) ^ ./gengtype.c: In function 'oprintf': ./gengtype.c:1074:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] oprintf VPARAMS ((outf_p o, const char *format, ...)) ^ ./gengtype.c: In function 'get_file_basename': In file included from ./gengenrtl.c:23:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./gengtype.c:1140:10: warning: variable 'len' set but not used [-Wunused-but-set-variable] size_t len; ^ ./real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gengtype-yacc.c: In function 'yystrlen': gengtype-yacc.c:701:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] # if defined (__STDC__) || defined (__cplusplus) ^ gengtype-yacc.c: In function 'yystpcpy': gengtype-yacc.c:725:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] # if defined (__STDC__) || defined (__cplusplus) ^ gengtype-yacc.c: In function 'yydestruct': gengtype-yacc.c:791:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] static void ^ gengtype-yacc.c: In function 'yyparse': gengtype-yacc.c:854:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] int ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ ./dummy-conditions.c -o dummy-conditions.o /home/gdr/gcc-3.3.6/gcc-3.3.6/gcc/gengtype-lex.c:2522:12: warning: 'input' defined but not used [-Wunused-function] gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include errors.c -o errors.o errors.c: In function 'warning': errors.c:40:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] warning VPARAMS ((const char *format, ...)) ^ errors.c: In function 'error': errors.c:55:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] error VPARAMS ((const char *format, ...)) ^ errors.c: In function 'fatal': errors.c:72:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fatal VPARAMS ((const char *format, ...)) ^ errors.c: In function 'internal_error': errors.c:87:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] internal_error VPARAMS ((const char *format, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genpreds.c -o genpreds.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ ./gencheck.c -o gencheck.o In file included from ./genpreds.c:25:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \ gengenrtl.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genpreds \ genpreds.o ../libiberty/libiberty.a ./gengenrtl -h > tmp-genrtl.h /bin/sh ./move-if-change tmp-genrtl.h genrtl.h ./gengenrtl > tmp-genrtl.c /bin/sh ./move-if-change tmp-genrtl.c genrtl.c echo timestamp > s-genrtl ./genpreds > tmp-preds.h /bin/sh ./move-if-change tmp-preds.h tm-preds.h echo timestamp > s-preds gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genconstants.c -o genconstants.o In file included from ./genconstants.c:30:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genconfig.c -o genconfig.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./gencodes.c -o gencodes.o In file included from ./genconfig.c:25:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from ./gencodes.c:26:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genattr.c -o genattr.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genautomata.c -o genautomata.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genemit.c -o genemit.o In file included from ./genautomata.c:104:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from ./genattr.c:24:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from ./genemit.c:24:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genopinit.c -o genopinit.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genoutput.c -o genoutput.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genpeep.c -o genpeep.o In file included from ./genoutput.c:89:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from ./genopinit.c:24:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from ./genpeep.c:24:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genrecog.c -o genrecog.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genflags.c -o genflags.o gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype \ gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a In file included from ./genflags.c:26:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from ./genrecog.c:54:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./read-rtl.c -o read-rtl.o In file included from ./read-rtl.c:23:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./read-rtl.c: In function 'fatal_with_file_and_line': ./read-rtl.c:52:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fatal_with_file_and_line VPARAMS ((FILE *infile, const char *msg, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./gensupport.c -o gensupport.o In file included from ./gensupport.c:22:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./gensupport.c: In function 'message_with_line': ./gensupport.c:108:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] message_with_line VPARAMS ((int lineno, const char *msg, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ ./genconditions.c -o genconditions.o In file included from ./genconditions.c:30:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gencheck \ gencheck.o ../libiberty/libiberty.a ./gengtype ./gencheck > tmp-check.h /bin/sh ./move-if-change tmp-check.h tree-check.h echo timestamp > s-check rm -f print-rtl1.c sed -e 's/config[.]h/hconfig.h/' ./print-rtl.c > print-rtl1.c gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include print-rtl1.c -o print-rtl1.o In file included from print-rtl1.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ warning: structure `reg_info_def' used but not defined warning: structure `die_struct' used but not defined warning: structure `basic_block_def' used but not defined tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ echo timestamp > s-gtype tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genattrtab.c -o genattrtab.o In file included from ./genattrtab.c:104:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./genattrtab.c: In function 'attr_rtx': ./genattrtab.c:720:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] attr_rtx VPARAMS ((enum rtx_code code, ...)) ^ ./genattrtab.c: In function 'attr_printf': ./genattrtab.c:737:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] attr_printf VPARAMS ((unsigned int len, const char *fmt, ...)) ^ ./genattrtab.c: In function 'simplify_cond': ./genattrtab.c:2565:9: warning: variable 'first_spacer' set but not used [-Wunused-but-set-variable] char *first_spacer; ^ ./genattrtab.c: At top level: ./genattrtab.c:4154:1: warning: 'count_sub_rtxs' defined but not used [-Wunused-function] count_sub_rtxs (x, max) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include rtl.c -o rtl.o In file included from rtl.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include bitmap.c -o bitmap.o In file included from bitmap.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ggc-none.c -o ggc-none.o gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconditions \ genconditions.o gensupport.o dummy-conditions.o rtl.o read-rtl.o bitmap.o ggc-none.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconstants \ genconstants.o gensupport.o dummy-conditions.o rtl.o read-rtl.o bitmap.o ggc-none.o \ errors.o ../libiberty/libiberty.a ./genconditions ./config/i386/i386.md > tmp-conditions.c ./genconstants ./config/i386/i386.md > tmp-constants.h /bin/sh ./move-if-change tmp-constants.h insn-constants.h /bin/sh ./move-if-change tmp-conditions.c insn-conditions.c echo timestamp > s-conditions echo timestamp > s-constants gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include insn-conditions.c In file included from insn-conditions.c:15:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-conditions.c:622:3: warning: string length '709' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] { "reload_completed\n\ ^ insn-conditions.c:1488:3: warning: string length '597' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] { "TARGET_64BIT\n\ ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genflags \ genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconfig \ genconfig.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gencodes \ gencodes.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattr \ genattr.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genemit \ genemit.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genopinit \ genopinit.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genoutput \ genoutput.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genpeep \ genpeep.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genrecog \ genrecog.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a ./genflags ./config/i386/i386.md > tmp-flags.h ./genconfig ./config/i386/i386.md > tmp-config.h /bin/sh ./move-if-change tmp-config.h insn-config.h /bin/sh ./move-if-change tmp-flags.h insn-flags.h echo timestamp > s-config ./gencodes ./config/i386/i386.md > tmp-codes.h echo timestamp > s-flags ./genattr ./config/i386/i386.md > tmp-attr.h /bin/sh ./move-if-change tmp-codes.h insn-codes.h echo timestamp > s-codes /bin/sh ./move-if-change tmp-attr.h insn-attr.h ./genemit ./config/i386/i386.md > tmp-emit.c echo timestamp > s-attr ./genopinit ./config/i386/i386.md > tmp-opinit.c /bin/sh ./move-if-change tmp-emit.c insn-emit.c /bin/sh ./move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-emit ./genoutput ./config/i386/i386.md > tmp-output.c echo timestamp > s-opinit ./genpeep ./config/i386/i386.md > tmp-peep.c /bin/sh ./move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep ./genrecog ./config/i386/i386.md > tmp-recog.c /bin/sh ./move-if-change tmp-output.c insn-output.c echo timestamp > s-output ./config/i386/i386.md:13888: warning: source missing a mode? ./config/i386/i386.md:13955: warning: source missing a mode? gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-dump.c -o c-dump.o /bin/sh ./move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cpplib.c -o cpplib.o In file included from c-dump.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-dump.c: In function 'c_dump_tree': c-dump.c:119:5: warning: case value '152' not in enumerated type 'enum tree_code' [-Wswitch] case EXPR_STMT: ^ c-dump.c:100:5: warning: case value '153' not in enumerated type 'enum tree_code' [-Wswitch] case COMPOUND_STMT: ^ c-dump.c:106:5: warning: case value '154' not in enumerated type 'enum tree_code' [-Wswitch] case DECL_STMT: ^ c-dump.c:140:5: warning: case value '155' not in enumerated type 'enum tree_code' [-Wswitch] case IF_STMT: ^ c-dump.c:125:5: warning: case value '156' not in enumerated type 'enum tree_code' [-Wswitch] case FOR_STMT: ^ c-dump.c:167:5: warning: case value '157' not in enumerated type 'enum tree_code' [-Wswitch] case WHILE_STMT: ^ c-dump.c:112:5: warning: case value '158' not in enumerated type 'enum tree_code' [-Wswitch] case DO_STMT: ^ c-dump.c:154:5: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] case RETURN_STMT: ^ c-dump.c:79:5: warning: case value '160' not in enumerated type 'enum tree_code' [-Wswitch] case BREAK_STMT: ^ c-dump.c:80:5: warning: case value '161' not in enumerated type 'enum tree_code' [-Wswitch] case CONTINUE_STMT: ^ c-dump.c:160:5: warning: case value '162' not in enumerated type 'enum tree_code' [-Wswitch] case SWITCH_STMT: ^ c-dump.c:134:5: warning: case value '163' not in enumerated type 'enum tree_code' [-Wswitch] case GOTO_STMT: ^ c-dump.c:148:5: warning: case value '164' not in enumerated type 'enum tree_code' [-Wswitch] case LABEL_STMT: ^ c-dump.c:68:5: warning: case value '165' not in enumerated type 'enum tree_code' [-Wswitch] case ASM_STMT: ^ c-dump.c:174:5: warning: case value '166' not in enumerated type 'enum tree_code' [-Wswitch] case SCOPE_STMT: ^ c-dump.c:85:5: warning: case value '168' not in enumerated type 'enum tree_code' [-Wswitch] case CASE_LABEL: ^ c-dump.c:187:5: warning: case value '169' not in enumerated type 'enum tree_code' [-Wswitch] case STMT_EXPR: ^ c-dump.c:93:5: warning: case value '171' not in enumerated type 'enum tree_code' [-Wswitch] case CLEANUP_STMT: ^ In file included from cpplib.c:23:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cpplex.c -o cpplex.o In file included from cpplex.c:24:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cppmacro.c -o cppmacro.o In file included from cppmacro.c:27:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cppexp.c -o cppexp.o In file included from cppexp.c:22:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cppfiles.c -o cppfiles.o In file included from cppfiles.c:24:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cpptrad.c -o cpptrad.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cpphash.c -o cpphash.o In file included from cpptrad.c:20:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from cpphash.c:27:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cpperror.c -o cpperror.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cppinit.c -o cppinit.o In file included from cppinit.c:23:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpptrad.c: In function 'scan_out_logical_line': cpptrad.c:417:14: warning: 'fmacro.argc' may be used uninitialized in this function [-Wmaybe-uninitialized] macro->argc++; ^ cpptrad.c:437:20: note: 'fmacro.argc' was declared here struct fun_macro fmacro; ^ cpptrad.c:777:25: warning: 'fmacro.line' may be used uninitialized in this function [-Wmaybe-uninitialized] cpp_error_with_line (pfile, DL_ERROR, fmacro.line, 0, ^ cpptrad.c:669:51: warning: 'fmacro.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] && out == pfile->out.base + fmacro.offset + 1) ^ cpptrad.c:672:27: warning: 'fmacro.node' may be used uninitialized in this function [-Wmaybe-uninitialized] if (_cpp_arguments_ok (pfile, m, fmacro.node, fmacro.argc)) ^ cpptrad.c:419:16: warning: 'fmacro.args' may be used uninitialized in this function [-Wmaybe-uninitialized] macro->args[macro->argc] = offset; ^ cpptrad.c:437:20: note: 'fmacro.args' was declared here struct fun_macro fmacro; ^ In file included from cpperror.c:27:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpperror.c: In function 'cpp_error': cpperror.c:129:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] cpp_error VPARAMS ((cpp_reader * pfile, int level, const char *msgid, ...)) ^ cpperror.c: In function 'cpp_error_with_line': cpperror.c:165:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] cpp_error_with_line VPARAMS ((cpp_reader *pfile, int level, ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ -DGCC_INCLUDE_DIR=\"/usr/pkg/gcc3/lib/gcc-lib/x86_64--netbsdelf2.0/3.3.6/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/pkg/gcc3/lib/gcc-lib/x86_64--netbsdelf2.0/3.3.6/../../../..`echo /usr/pkg/gcc3 | sed -e 's|^/usr/pkg/gcc3||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.6\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/pkg/gcc3/lib/gcc-lib/x86_64--netbsdelf2.0/3.3.6/../../../..`echo /usr/pkg/gcc3 | sed -e 's|^/usr/pkg/gcc3||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.6/x86_64--netbsdelf2.0\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/pkg/gcc3/lib/gcc-lib/x86_64--netbsdelf2.0/3.3.6/../../../..`echo /usr/pkg/gcc3 | sed -e 's|^/usr/pkg/gcc3||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.6/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/pkg/gcc3/lib/gcc-lib/x86_64--netbsdelf2.0/3.3.6/../../../../x86_64--netbsdelf2.0/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/pkg/gcc3/lib/gcc-lib/x86_64--netbsdelf2.0/3.3.6/../../../../x86_64--netbsdelf2.0/include\" \ -c ./cppdefault.c -o cppdefault.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cppmain.c -o cppmain.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include hashtable.c -o hashtable.o In file included from cppmain.c:25:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include line-map.c -o line-map.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include mkdeps.c -o mkdeps.o In file included from line-map.c:24:0: line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ -DPREFIX=\"/usr/pkg/gcc3\" \ -c ./prefix.c -o prefix.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include mbchar.c -o mbchar.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include main.c -o main.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include alias.c -o alias.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include bb-reorder.c -o bb-reorder.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include caller-save.c -o caller-save.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include calls.c -o calls.o In file included from bb-reorder.c:84:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from alias.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from caller-save.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from calls.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ calls.c: In function 'emit_call_1': calls.c:473:7: warning: variable 'struct_value_size_rtx' set but not used [-Wunused-but-set-variable] rtx struct_value_size_rtx; ^ calls.c: In function 'rtx_for_function_call': calls.c:1733:11: warning: variable 'funaddr' set but not used [-Wunused-but-set-variable] rtx funaddr; ^ calls.c: In function 'emit_library_call_value_1': calls.c:3746:23: warning: comparison between 'enum machine_mode' and 'enum rtx_code' [-Wenum-compare] if (GET_MODE (val) == MEM && ! must_copy) ^ calls.c: In function 'emit_library_call': calls.c:4317:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] emit_library_call VPARAMS((rtx orgfun, enum libcall_type fn_type, ^ calls.c: In function 'emit_library_call_value': calls.c:4340:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] emit_library_call_value VPARAMS((rtx orgfun, rtx value, ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cfg.c -o cfg.o alias.c:1321:1: warning: 'find_symbolic_term' defined but not used [-Wunused-function] find_symbolic_term (x) ^ In file included from cfg.c:45:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cfganal.c -o cfganal.o In file included from cfganal.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cfgbuild.c -o cfgbuild.o In file included from cfgbuild.c:36:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cfgcleanup.c -o cfgcleanup.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cfglayout.c -o cfglayout.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cfgloop.c -o cfgloop.o In file included from cfglayout.c:22:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cfglayout.c: In function 'duplicate_insn_chain': cfglayout.c:776:11: warning: variable 'new' set but not used [-Wunused-but-set-variable] rtx new; ^ In file included from cfgloop.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from cfgcleanup.c:35:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cfgloop.c: In function 'flow_loop_nodes_find': cfgloop.c:334:7: warning: variable 'findex' set but not used [-Wunused-but-set-variable] int findex, lindex; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cfgrtl.c -o cfgrtl.o In file included from cfgrtl.c:46:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cfgrtl.c: In function 'split_edge': cfgrtl.c:1283:8: warning: variable 'edge_out' set but not used [-Wunused-but-set-variable] edge edge_out; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include conflict.c -o conflict.o In file included from conflict.c:29:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include convert.c -o convert.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cse.c -o cse.o In file included from convert.c:27:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from cse.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cselib.c -o cselib.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include dbxout.c -o dbxout.o In file included from cselib.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from dbxout.c:72:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include debug.c -o debug.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include df.c -o df.o In file included from df.c:157:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ df.c: In function 'df_ref_create': df.c:787:16: warning: variable 'uid' set but not used [-Wunused-but-set-variable] unsigned int uid; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include diagnostic.c -o diagnostic.o In file included from diagnostic.c:29:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ diagnostic.c: In function 'build_message_string': diagnostic.c:645:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] build_message_string VPARAMS ((const char *msg, ...)) ^ diagnostic.c: In function 'output_printf': diagnostic.c:669:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] output_printf VPARAMS ((struct output_buffer *buffer, const char *msgid, ...)) ^ diagnostic.c: In function 'output_verbatim': diagnostic.c:764:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] output_verbatim VPARAMS ((output_buffer *buffer, const char *msgid, ...)) ^ diagnostic.c: In function 'fnotice': diagnostic.c:941:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fnotice VPARAMS ((FILE *file, const char *msgid, ...)) ^ diagnostic.c: In function 'fatal_io_error': diagnostic.c:955:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fatal_io_error VPARAMS ((const char *msgid, ...)) ^ diagnostic.c: In function 'pedwarn': diagnostic.c:972:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] pedwarn VPARAMS ((const char *msgid, ...)) ^ diagnostic.c: In function 'pedwarn_with_decl': diagnostic.c:986:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] pedwarn_with_decl VPARAMS ((tree decl, const char *msgid, ...)) ^ diagnostic.c: In function 'pedwarn_with_file_and_line': diagnostic.c:1010:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] pedwarn_with_file_and_line VPARAMS ((const char *file, int line, ^ diagnostic.c: In function 'sorry': diagnostic.c:1027:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] sorry VPARAMS ((const char *msgid, ...)) ^ diagnostic.c: In function 'error_with_file_and_line': diagnostic.c:1112:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] error_with_file_and_line VPARAMS ((const char *file, int line, ^ diagnostic.c: In function 'error_with_decl': diagnostic.c:1128:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] error_with_decl VPARAMS ((tree decl, const char *msgid, ...)) ^ diagnostic.c: In function 'error': diagnostic.c:1146:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] error VPARAMS ((const char *msgid, ...)) ^ diagnostic.c: In function 'fatal_error': diagnostic.c:1163:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fatal_error VPARAMS ((const char *msgid, ...)) ^ diagnostic.c: In function 'internal_error': diagnostic.c:1180:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] internal_error VPARAMS ((const char *msgid, ...)) ^ diagnostic.c: In function 'warning_with_file_and_line': diagnostic.c:1215:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] warning_with_file_and_line VPARAMS ((const char *file, int line, ^ diagnostic.c: In function 'warning_with_decl': diagnostic.c:1231:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] warning_with_decl VPARAMS ((tree decl, const char *msgid, ...)) ^ diagnostic.c: In function 'warning': diagnostic.c:1246:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] warning VPARAMS ((const char *msgid, ...)) ^ diagnostic.c: In function 'verbatim': diagnostic.c:1263:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] verbatim VPARAMS ((const char *msgid, ...)) ^ diagnostic.c: In function 'inform': diagnostic.c:1424:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] inform VPARAMS ((const char *msgid, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include doloop.c -o doloop.o In file included from doloop.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include dominance.c -o dominance.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include dwarf2asm.c -o dwarf2asm.o In file included from dominance.c:37:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from dwarf2asm.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ dwarf2asm.c: In function 'dw2_asm_output_data': dwarf2asm.c:68:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_data VPARAMS ((int size, unsigned HOST_WIDE_INT value, ^ dwarf2asm.c: In function 'dw2_asm_output_delta': dwarf2asm.c:98:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_delta VPARAMS ((int size, const char *lab1, const char *lab2, ^ dwarf2asm.c: In function 'dw2_asm_output_offset': dwarf2asm.c:132:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_offset VPARAMS ((int size, const char *label, ^ dwarf2asm.c: In function 'dw2_asm_output_pcrel': dwarf2asm.c:160:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_pcrel VPARAMS ((int size ATTRIBUTE_UNUSED, ^ dwarf2asm.c: In function 'dw2_asm_output_addr': dwarf2asm.c:191:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_addr VPARAMS ((int size, const char *label, ^ dwarf2asm.c: In function 'dw2_asm_output_addr_rtx': dwarf2asm.c:214:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_addr_rtx VPARAMS ((int size, rtx addr, ^ dwarf2asm.c: In function 'dw2_asm_output_nstring': dwarf2asm.c:235:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_nstring VPARAMS ((const char *str, size_t orig_len, ^ dwarf2asm.c: In function 'size_of_uleb128': dwarf2asm.c:288:17: warning: variable 'byte' set but not used [-Wunused-but-set-variable] int size = 0, byte; ^ dwarf2asm.c: In function 'dw2_asm_output_data_uleb128': dwarf2asm.c:508:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_data_uleb128 VPARAMS ((unsigned HOST_WIDE_INT value, ^ dwarf2asm.c: In function 'dw2_asm_output_data_sleb128': dwarf2asm.c:570:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_data_sleb128 VPARAMS ((HOST_WIDE_INT value, ^ dwarf2asm.c: In function 'dw2_asm_output_delta_uleb128': dwarf2asm.c:633:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_delta_uleb128 VPARAMS ((const char *lab1 ATTRIBUTE_UNUSED, ^ dwarf2asm.c: In function 'dw2_asm_output_delta_sleb128': dwarf2asm.c:662:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_delta_sleb128 VPARAMS ((const char *lab1 ATTRIBUTE_UNUSED, ^ dwarf2asm.c: In function 'dw2_asm_output_encoded_addr_rtx': dwarf2asm.c:823:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] dw2_asm_output_encoded_addr_rtx VPARAMS ((int encoding, ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include dwarf2out.c -o dwarf2out.o In file included from dwarf2out.c:38:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include dwarfout.c -o dwarfout.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include emit-rtl.c -o emit-rtl.o In file included from emit-rtl.c:39:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ emit-rtl.c: In function 'gen_rtx': emit-rtl.c:647:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] gen_rtx VPARAMS ((enum rtx_code code, enum machine_mode mode, ...)) ^ emit-rtl.c: In function 'gen_rtvec': emit-rtl.c:740:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] gen_rtvec VPARAMS ((int n, ...)) ^ dwarf2out.c: In function 'size_of_loc_descr': dwarf2out.c:2700:5: warning: case value '259' not in enumerated type 'enum dwarf_location_atom' [-Wswitch] case INTERNAL_DW_OP_tls_addr: ^ dwarf2out.c: In function 'output_loc_operands': dwarf2out.c:2945:5: warning: case value '259' not in enumerated type 'enum dwarf_location_atom' [-Wswitch] case INTERNAL_DW_OP_tls_addr: ^ dwarf2out.c: At top level: dwarf2out.c:7816:1: warning: 'root_type' defined but not used [-Wunused-function] root_type (type) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include except.c -o except.o In file included from except.c:51:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ except.c: In function 'expand_end_catch': except.c:677:34: warning: variable 'catch_region' set but not used [-Wunused-but-set-variable] struct eh_region *try_region, *catch_region; ^ except.c: In function 'for_each_eh_label': except.c:2492:4: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (void *)callback); ^ except.c: In function 'for_each_eh_label_1': except.c:2501:37: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] void (*callback) PARAMS ((rtx)) = (void (*) PARAMS ((rtx))) data; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include explow.c -o explow.o In file included from explow.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include expmed.c -o expmed.o In file included from expmed.c:25:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ expmed.c: In function 'emit_store_flag': expmed.c:4379:5: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] == (HOST_WIDE_INT) 1 << (GET_MODE_BITSIZE (mode) - 1))))) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include expr.c -o expr.o In file included from expr.c:23:0: real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ expr.c: In function 'emit_push_insn': expr.c:3973:11: warning: variable 'target' set but not used [-Wunused-but-set-variable] rtx target = NULL_RTX; ^ expr.c: In function 'store_constructor': expr.c:4922:8: warning: variable 'unsignedp' set but not used [-Wunused-but-set-variable] int unsignedp; ^ expr.c:5164:36: warning: variable 'loop_top' set but not used [-Wunused-but-set-variable] rtx index_r, pos_rtx, hi_r, loop_top, loop_end; ^ expr.c:5164:30: warning: variable 'hi_r' set but not used [-Wunused-but-set-variable] rtx index_r, pos_rtx, hi_r, loop_top, loop_end; ^ expr.c: In function 'expand_expr': expr.c:7068:6: warning: variable 'vars_need_expansion' set but not used [-Wunused-but-set-variable] int vars_need_expansion = 0; ^ expr.c:7703:12: warning: variable 'quo' set but not used [-Wunused-but-set-variable] rtx diff, quo, rem, addr, bit, result; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include final.c -o final.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include flow.c -o flow.o In file included from flow.c:122:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from final.c:48:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ final.c: In function 'get_insn_template': final.c:1943:16: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] return (*(insn_output_fn) output) (recog_data.operand, insn); ^ final.c: In function 'output_operand_lossage': final.c:3133:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] output_operand_lossage VPARAMS ((const char *msgid, ...)) ^ final.c: In function 'asm_fprintf': final.c:3671:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] asm_fprintf VPARAMS ((FILE *file, const char *p, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include fold-const.c -o fold-const.o In file included from fold-const.c:46:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include function.c -o function.o In file included from function.c:42:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ function.c: In function 'emit_return_into_block': function.c:7305:10: warning: variable 'end' set but not used [-Wunused-but-set-variable] rtx p, end; ^ function.c:7305:7: warning: variable 'p' set but not used [-Wunused-but-set-variable] rtx p, end; ^ function.c: In function 'thread_prologue_and_epilogue_insns': function.c:7823:11: warning: variable 'newinsn' set but not used [-Wunused-but-set-variable] rtx newinsn; ^ function.c:7822:11: warning: variable 'i' set but not used [-Wunused-but-set-variable] rtx i; ^ function.c: In function 'reposition_prologue_and_epilogue_notes': function.c:7953:8: warning: variable 'next' set but not used [-Wunused-but-set-variable] rtx next; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include gcse.c -o gcse.o In file included from gcse.c:147:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcse.c: In function 'gcse_main': gcse.c:727:7: warning: variable 'orig_bb_count' set but not used [-Wunused-but-set-variable] int orig_bb_count; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include genrtl.c -o genrtl.o In file included from genrtl.c:4:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ggc-common.c -o ggc-common.o In file included from ggc-common.c:25:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include global.c -o global.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include graph.c -o graph.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include gtype-desc.c -o gtype-desc.o In file included from global.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from graph.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ global.c: In function 'record_conflicts': global.c:1382:7: warning: variable 'ialloc_prod' set but not used [-Wunused-but-set-variable] int ialloc_prod; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include haifa-sched.c -o haifa-sched.o In file included from haifa-sched.c:136:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from gtype-desc.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include hooks.c -o hooks.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ifcvt.c -o ifcvt.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include varray.c -o varray.o In file included from ifcvt.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ./genextract.c -o genextract.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include integrate.c -o integrate.o In file included from ./genextract.c:24:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from integrate.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ -DLOCALEDIR=\"/usr/pkg/gcc3/share/locale\" \ -c ./intl.c -o intl.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include jump.c -o jump.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include langhooks.c -o langhooks.o In file included from langhooks.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from jump.c:38:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ jump.c: In function 'rebuild_jump_labels': jump.c:82:7: warning: variable 'max_uid' set but not used [-Wunused-but-set-variable] int max_uid = 0; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include lcm.c -o lcm.o In file included from lcm.c:53:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include lists.c -o lists.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include local-alloc.c -o local-alloc.o In file included from lists.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from local-alloc.c:63:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include loop.c -o loop.o In file included from loop.c:38:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ loop.c: In function 'scan_loop': loop.c:626:7: warning: variable 'loop_entry_jump' set but not used [-Wunused-but-set-variable] rtx loop_entry_jump = 0; ^ loop.c: In function 'check_final_value': loop.c:5991:20: warning: variable 'bl' set but not used [-Wunused-but-set-variable] struct iv_class *bl; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include optabs.c -o optabs.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include params.c -o params.o In file included from optabs.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include predict.c -o predict.o In file included from predict.c:32:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ predict.c: In function 'process_note_predictions': predict.c:807:7: warning: variable 'noreturn_block' set but not used [-Wunused-but-set-variable] int noreturn_block = 1; ^ predict.c: In function 'estimate_loops_at_level': predict.c:1071:4: warning: overflow in implicit constant conversion [-Woverflow] EDGE_INFO (e)->back_edge = 1; ^ predict.c:1076:2: warning: overflow in implicit constant conversion [-Woverflow] BLOCK_INFO (bbs[i])->tovisit = 1; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include print-rtl.c -o print-rtl.o In file included from print-rtl.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include print-tree.c -o print-tree.o In file included from print-tree.c:24:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include profile.c -o profile.o In file included from profile.c:71:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ra.c -o ra.o In file included from ra.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:204:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type:5; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:209:17: warning: type of bit-field 'regclass' is a GCC extension [-Wpedantic] ENUM_BITFIELD(reg_class) regclass:10; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ra-build.c -o ra-build.o In file included from ra-build.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:204:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type:5; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:209:17: warning: type of bit-field 'regclass' is a GCC extension [-Wpedantic] ENUM_BITFIELD(reg_class) regclass:10; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra-build.c: In function 'undef_to_size_word': ra-build.c:399:11: warning: 'long' switch expression not converted to 'int' in ISO C [-Wtraditional] switch (*undefined) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ra-colorize.c -o ra-colorize.o In file included from ra-build.c:23:0: ra-build.c: In function 'detect_remat_webs': ra-build.c:2625:31: warning: operation on 'insn' may be undefined [-Wsequence-point] rtx set = single_set (insn = DF_REF_INSN (web->defs[i])); ^ rtl.h:359:39: note: in definition of macro 'RTL_CHECK2' #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->fld[N]) ^ rtl.h:538:23: note: in expansion of macro 'XEXP' #define PATTERN(INSN) XEXP (INSN, 5) ^ rtl.h:1583:42: note: in expansion of macro 'PATTERN' #define single_set_1(I) single_set_2 (I, PATTERN (I)) ^ rtl.h:1581:22: note: in expansion of macro 'single_set_1' ? PATTERN (I) : single_set_1 (I)) \ ^ ra-build.c:2625:14: note: in expansion of macro 'single_set' rtx set = single_set (insn = DF_REF_INSN (web->defs[i])); ^ In file included from ra-colorize.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:204:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type:5; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:209:17: warning: type of bit-field 'regclass' is a GCC extension [-Wpedantic] ENUM_BITFIELD(reg_class) regclass:10; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra-colorize.c: In function 'colorize_one_web': ra-colorize.c:1289:15: warning: variable 'fat_neighbor' set but not used [-Wunused-but-set-variable] struct web *fat_neighbor = NULL; ^ ra-colorize.c: In function 'assign_colors': ra-colorize.c:1673:19: warning: variable 'web' set but not used [-Wunused-but-set-variable] struct web *web; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ra-debug.c -o ra-debug.o In file included from ra-debug.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:204:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type:5; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:209:17: warning: type of bit-field 'regclass' is a GCC extension [-Wpedantic] ENUM_BITFIELD(reg_class) regclass:10; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra-debug.c: In function 'ra_debug_msg': ra-debug.c:49:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] ra_debug_msg VPARAMS ((unsigned int level, const char *format, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ra-rewrite.c -o ra-rewrite.o In file included from ra-rewrite.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:204:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type:5; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra.h:209:17: warning: type of bit-field 'regclass' is a GCC extension [-Wpedantic] ENUM_BITFIELD(reg_class) regclass:10; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ra-colorize.c: In function 'colorize_one_web': ra-colorize.c:1434:13: warning: 'fat_colors' may be used uninitialized in this function [-Wmaybe-uninitialized] new_long = count_long_blocks (colors1, neighbor_needs + 1); ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include real.c -o real.o In file included from real.c:25:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.c: In function 'real_nan': real.c:2181:12: warning: variable 'neg' set but not used [-Wunused-but-set-variable] bool neg = false; ^ ra-rewrite.c: In function 'actual_spill': ra-rewrite.c:1308:25: warning: 'info.uses' may be used uninitialized in this function [-Wmaybe-uninitialized] reloads_to_loads (&ri, info.uses, info.num_uses, use2web); ^ ra-rewrite.c:1161:24: note: 'info.uses' was declared here struct ra_insn_info info; ^ ra-rewrite.c:1319:20: warning: 'info.defs' may be used uninitialized in this function [-Wmaybe-uninitialized] reloads_to_loads (&ri, info.defs, info.num_defs, def2web); ^ ra-rewrite.c:1161:24: note: 'info.defs' was declared here struct ra_insn_info info; ^ ra-rewrite.c:1308:25: warning: 'info.num_uses' may be used uninitialized in this function [-Wmaybe-uninitialized] reloads_to_loads (&ri, info.uses, info.num_uses, use2web); ^ ra-rewrite.c:1161:24: note: 'info.num_uses' was declared here struct ra_insn_info info; ^ ra-rewrite.c:1319:20: warning: 'info.num_defs' may be used uninitialized in this function [-Wmaybe-uninitialized] reloads_to_loads (&ri, info.defs, info.num_defs, def2web); ^ ra-rewrite.c:1161:24: note: 'info.num_defs' was declared here struct ra_insn_info info; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include recog.c -o recog.o In file included from recog.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include reg-stack.c -o reg-stack.o In file included from reg-stack.c:155:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ reg-stack.c: In function 'move_for_stack_reg': reg-stack.c:1163:18: warning: variable 'push_insn' set but not used [-Wunused-but-set-variable] rtx push_rtx, push_insn; ^ reg-stack.c: In function 'compare_for_stack_reg': reg-stack.c:1333:7: warning: variable 'flags_user' set but not used [-Wunused-but-set-variable] rtx flags_user; ^ reg-stack.c: In function 'convert_regs_1': reg-stack.c:2630:7: warning: variable 'deleted' set but not used [-Wunused-but-set-variable] int deleted, inserted, reg; ^ reg-stack.c: At top level: reg-stack.c:503:1: warning: 'record_label_references' defined but not used [-Wunused-function] record_label_references (insn, pat) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include regclass.c -o regclass.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include regmove.c -o regmove.o In file included from regclass.c:28:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from regmove.c:29:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include regrename.c -o regrename.o In file included from regrename.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ regrename.c: In function 'clear_dead_regs': regrename.c:129:30: warning: comparison between 'enum reg_note' and 'enum machine_mode' [-Wenum-compare] if (REG_NOTE_KIND (note) == kind && REG_P (XEXP (note, 0))) ^ regrename.c: In function 'regrename_optimize': regrename.c:209:20: warning: variable 'regs_seen' set but not used [-Wunused-but-set-variable] HARD_REG_SET regs_seen; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include reload.c -o reload.o In file included from reload.c:90:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include reload1.c -o reload1.o In file included from reload1.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ reload1.c: In function 'eliminate_regs': reload1.c:2519:25: warning: comparison between 'enum machine_mode' and 'enum reg_note' [-Wenum-compare] if (GET_MODE (x) == REG_DEAD) ^ reload1.c: In function 'do_input_reload': reload1.c:6905:7: warning: variable 'expect_occurrences' set but not used [-Wunused-but-set-variable] int expect_occurrences = 1; ^ reload1.c: In function 'reload_cse_simplify_operands': reload1.c:8404:25: warning: variable 'mode' set but not used [-Wunused-but-set-variable] enum machine_mode mode; ^ reload1.c: In function 'reload_cse_move2add': reload1.c:9251:9: warning: variable 'success' set but not used [-Wunused-but-set-variable] int success = 0; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include reorg.c -o reorg.o In file included from reorg.c:124:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include resource.c -o resource.o In file included from resource.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include rtlanal.c -o rtlanal.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include rtl-error.c -o rtl-error.o In file included from rtlanal.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtlanal.c: In function 'reg_set_p': rtlanal.c:877:7: warning: variable 'body' set but not used [-Wunused-but-set-variable] rtx body = insn; ^ In file included from rtl-error.c:25:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl-error.c: In function 'error_for_asm': rtl-error.c:93:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] error_for_asm VPARAMS ((rtx insn, const char *msgid, ...)) ^ rtl-error.c: In function 'warning_for_asm': rtl-error.c:104:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] warning_for_asm VPARAMS ((rtx insn, const char *msgid, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include sbitmap.c -o sbitmap.o In file included from sbitmap.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include sched-deps.c -o sched-deps.o In file included from sched-deps.c:26:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include sched-ebb.c -o sched-ebb.o In file included from sched-ebb.c:25:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include sched-rgn.c -o sched-rgn.o In file included from sched-rgn.c:49:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include sched-vis.c -o sched-vis.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include sdbout.c -o sdbout.o In file included from sched-vis.c:25:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from sdbout.c:45:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include sibcall.c -o sibcall.o In file included from sibcall.c:22:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include simplify-rtx.c -o simplify-rtx.o In file included from simplify-rtx.c:24:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ssa.c -o ssa.o In file included from ssa.c:33:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ssa-ccp.c -o ssa-ccp.o In file included from ssa-ccp.c:63:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ssa-dce.c -o ssa-dce.o In file included from ssa-dce.c:71:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include stmt.c -o stmt.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include stor-layout.c -o stor-layout.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include stringpool.c -o stringpool.o In file included from stor-layout.c:24:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from stmt.c:37:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ stmt.c: In function 'expand_asm_operands': stmt.c:1505:7: warning: variable 'insn' set but not used [-Wunused-but-set-variable] rtx insn; ^ stmt.c: In function 'expand_return': stmt.c:3039:7: warning: variable 'last_insn' set but not used [-Wunused-but-set-variable] rtx last_insn = 0; ^ stmt.c: In function 'expand_decl': stmt.c:3871:19: warning: variable 'thisblock' set but not used [-Wunused-but-set-variable] struct nesting *thisblock; ^ In file included from stringpool.c:31:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include timevar.c -o timevar.o In file included from timevar.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ -DTARGET_NAME=\"x86_64--netbsdelf2.0\" \ -c ./toplev.c -o toplev.o In file included from ./toplev.c:30:0: ./tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include tracer.c -o tracer.o In file included from tracer.c:37:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include tree.c -o tree.o In file included from tree.c:33:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.c: In function 'build': tree.c:2234:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] build VPARAMS ((enum tree_code code, tree tt, ...)) ^ tree.c: In function 'build_nt': tree.c:2416:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] build_nt VPARAMS ((enum tree_code code, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include tree-dump.c -o tree-dump.o tree.c: In function 'build_function_type_list': tree.c:3751:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] build_function_type_list VPARAMS ((tree return_type, ...)) ^ In file included from tree-dump.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include tree-inline.c -o tree-inline.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include unroll.c -o unroll.o In file included from tree-inline.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree-inline.c: In function 'copy_body_r': tree-inline.c:444:23: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (*tp) == RETURN_STMT && id->ret_label) ^ tree-inline.c:517:28: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] else if (TREE_CODE (*tp) == SCOPE_STMT && !id->in_target_cleanup_p) ^ tree-inline.c: In function 'walk_tree': tree-inline.c:1643:13: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (code == DECL_STMT ^ tree-inline.c: In function 'copy_tree_r': tree-inline.c:1837:27: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (*tp) == SCOPE_STMT) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include varasm.c -o varasm.o In file included from unroll.c:135:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include vmsdbgout.c -o vmsdbgout.o In file included from varasm.c:31:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ varasm.c:2149:17: warning: type of bit-field 'kind' is a GCC extension [-Wpedantic] ENUM_BITFIELD(kind) kind : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ varasm.c:2150:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ varasm.c: In function 'default_assemble_visibility': varasm.c:4718:22: warning: variable 'type' set but not used [-Wunused-but-set-variable] const char *name, *type; ^ varasm.c:4718:15: warning: variable 'name' set but not used [-Wunused-but-set-variable] const char *name, *type; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include xcoffout.c -o xcoffout.o In file included from xcoffout.c:28:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include et-forest.c -o et-forest.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include ggc-page.c -o ggc-page.o In file included from ggc-page.c:22:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ ./config/i386/i386.c -o i386.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include gcov.c -o gcov.o In file included from ./config/i386/i386.c:23:0: ./rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcov.c: In function 'fnotice': gcov.c:308:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fnotice VPARAMS ((FILE *file, const char *msgid, ...)) ^ ./config/i386/i386.c: In function 'ix86_compute_frame_layout': ./config/i386/i386.c:4560:17: warning: variable 'total_size' set but not used [-Wunused-but-set-variable] HOST_WIDE_INT total_size; ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ -DTARGET_MACHINE=\"x86_64--netbsdelf2.0\" \ -c ./collect2.c -o collect2.o ./collect2.c: In function 'notice': ./collect2.c:362:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] notice VPARAMS ((const char *msgid, ...)) ^ ./collect2.c: In function 'fatal_perror': ./collect2.c:374:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fatal_perror VPARAMS ((const char * msgid, ...)) ^ ./collect2.c: In function 'fatal': ./collect2.c:392:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fatal VPARAMS ((const char * msgid, ...)) ^ ./collect2.c: In function 'error': ./collect2.c:408:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] error VPARAMS ((const char * msgid, ...)) ^ ./config/i386/i386.c: In function 'ix86_expand_sse_comi': ./config/i386/i386.c:13432:7: warning: variable 'op2' set but not used [-Wunused-but-set-variable] rtx op2; ^ ./config/i386/i386.c: In function 'x86_function_profiler': ./config/i386/i386.c:14753:10: warning: unused parameter 'labelno' [-Wunused-parameter] int labelno; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include tlink.c -o tlink.o (SHLIB_LINK='/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ -DLINK_LIBGCC_SPEC="\"%D -R/usr/pkg/gcc3/lib\"" -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/pkg/gcc3/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.3.6\" -DDEFAULT_TARGET_MACHINE=\"x86_64--netbsdelf2.0\" -DSTANDARD_BINDIR_PREFIX=\"/usr/pkg/gcc3/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ./gcc.c -o gcc.o) (SHLIB_LINK='/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ -DLINK_LIBGCC_SPEC="\"%D -R/usr/pkg/gcc3/lib\"" -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/pkg/gcc3/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.3.6\" -DDEFAULT_TARGET_MACHINE=\"x86_64--netbsdelf2.0\" -DSTANDARD_BINDIR_PREFIX=\"/usr/pkg/gcc3/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ./gccspec.c -o gccspec.o) ./gcc.c:706:1: warning: string length '524' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "%{C:%{!E:%eGNU C does not support -C without using -E}}\ ^ ./gcc.c:853:6: warning: string length '523' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "%{E|M|MM:%(trad_capable_cpp) %(cpp_options) %(cpp_debug_options)}\ ^ In file included from ./specs.h:4:0, from ./gcc.c:883: ./objc/lang-specs.h:28:6: warning: string length '546' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "%{E|M|MM:%(trad_capable_cpp)\ ^ ./gcc.c:1437:21: warning: string length '733' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] static const struct spec_list_1 extra_specs_1[] = { EXTRA_SPECS }; ^ ./gcc.c: In function 'init_gcc_specs': ./gcc.c:1474:3: warning: traditional C rejects string constant concatenation [-Wtraditional] "%{shared-libgcc:", shared_name, "%{!shared: ", static_name, ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include cppspec.c -o cppspec.o ./gcc.c: In function 'fatal': ./gcc.c:6551:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] fatal VPARAMS ((const char *msgid, ...)) ^ ./gcc.c: In function 'error': ./gcc.c:6565:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] error VPARAMS ((const char *msgid, ...)) ^ ./gcc.c: In function 'notice': ./gcc.c:6578:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] notice VPARAMS ((const char *msgid, ...)) ^ (cd intl && /usr/pkg/bin/gmake all) gmake[2]: Entering directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/intl' gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include \ -c ./c-parse.c -o c-parse.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-lang.c -o c-lang.o In file included from c-parse.y:36:0: ./tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ ./cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from c-lang.c:24:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-p15339.c: In function 'yy_stack_print': c-p15339.c:2140:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] c-p15339.c: In function 'yy_reduce_print': c-p15339.c:2167:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] c-p15339.c: In function 'yysymprint': c-p15339.c:2286:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] c-p15339.c: In function 'yydestruct': c-p15339.c:2323:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] c-p15339.c: In function 'yyparse': c-p15339.c:2386:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] In file included from c-parse.y:36:0: c-parse.y: At top level: c-parse.y:2575:17: warning: type of bit-field 'rid' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rid) rid : 16; ^ ./system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-pretty-print.c -o c-pretty-print.o In file included from c-pretty-print.c:23:0: real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-pretty-print.c: In function 'pp_c_primary_expression': c-pretty-print.c:553:5: warning: case value '169' not in enumerated type 'enum tree_code' [-Wswitch] case STMT_EXPR: ^ c-pretty-print.c: In function 'pp_c_postfix_expression': c-pretty-print.c:641:5: warning: case value '150' not in enumerated type 'enum tree_code' [-Wswitch] case ARROW_EXPR: ^ c-pretty-print.c:712:5: warning: case value '170' not in enumerated type 'enum tree_code' [-Wswitch] case COMPOUND_LITERAL_EXPR: ^ In file included from c-pretty-print.h:27:0, from c-pretty-print.c:25: c-pretty-print.c: In function 'pp_c_unary_expression': c-pretty-print.c:808:34: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] pp_c_identifier (ppi, code == SIZEOF_EXPR ? "sizeof" : "__alignof__"); ^ pretty-print.h:93:69: note: in definition of macro 'pp_identifier' #define pp_identifier(PPI, ID) output_add_string (pp_buffer (PPI), ID) ^ c-pretty-print.c:808:7: note: in expansion of macro 'pp_c_identifier' pp_c_identifier (ppi, code == SIZEOF_EXPR ? "sizeof" : "__alignof__"); ^ c-pretty-print.c:806:5: warning: case value '149' not in enumerated type 'enum tree_code' [-Wswitch] case SIZEOF_EXPR: ^ c-pretty-print.c:807:5: warning: case value '151' not in enumerated type 'enum tree_code' [-Wswitch] case ALIGNOF_EXPR: ^ c-pretty-print.c: In function 'pp_c_expression': c-pretty-print.c:1164:5: warning: case value '149' not in enumerated type 'enum tree_code' [-Wswitch] case SIZEOF_EXPR: ^ c-pretty-print.c:1141:5: warning: case value '150' not in enumerated type 'enum tree_code' [-Wswitch] case ARROW_EXPR: ^ c-pretty-print.c:1165:5: warning: case value '151' not in enumerated type 'enum tree_code' [-Wswitch] case ALIGNOF_EXPR: ^ c-pretty-print.c:1135:5: warning: case value '169' not in enumerated type 'enum tree_code' [-Wswitch] case STMT_EXPR: ^ c-pretty-print.c:1150:5: warning: case value '170' not in enumerated type 'enum tree_code' [-Wswitch] case COMPOUND_LITERAL_EXPR: ^ c-pretty-print.c: In function 'pp_c_statement': c-pretty-print.c:1255:16: warning: comparison between 'const enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (code == LABEL_STMT) ^ c-pretty-print.c:1257:21: warning: comparison between 'const enum tree_code' and 'enum c_tree_code' [-Wenum-compare] else if (code == LABEL_STMT) ^ c-pretty-print.c:1290:34: warning: comparison between 'const enum tree_code' and 'enum c_tree_code' [-Wenum-compare] pp_c_expression (ppi, code == EXPR_STMT ^ c-pretty-print.c:1310:32: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (else_clause) == IF_STMT) ^ c-pretty-print.c:1315:32: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (else_clause) != IF_STMT) ^ In file included from c-pretty-print.h:27:0, from c-pretty-print.c:25: c-pretty-print.c:1378:32: warning: comparison between 'const enum tree_code' and 'enum c_tree_code' [-Wenum-compare] pp_identifier (ppi, code == BREAK_STMT ? "break" : "continue"); ^ pretty-print.h:93:69: note: in definition of macro 'pp_identifier' #define pp_identifier(PPI, ID) output_add_string (pp_buffer (PPI), ID) ^ c-pretty-print.c:1386:16: warning: comparison between 'const enum tree_code' and 'enum c_tree_code' [-Wenum-compare] tree e = code == RETURN_STMT ^ In file included from c-pretty-print.h:27:0, from c-pretty-print.c:25: c-pretty-print.c:1391:29: warning: comparison between 'const enum tree_code' and 'enum c_tree_code' [-Wenum-compare] pp_c_identifier (ppi, code == RETURN_STMT ? "return" : "goto"); ^ pretty-print.h:93:69: note: in definition of macro 'pp_identifier' #define pp_identifier(PPI, ID) output_add_string (pp_buffer (PPI), ID) ^ c-pretty-print.c:1391:2: note: in expansion of macro 'pp_c_identifier' pp_c_identifier (ppi, code == RETURN_STMT ? "return" : "goto"); ^ c-pretty-print.c:1287:5: warning: case value '152' not in enumerated type 'const enum tree_code' [-Wswitch] case EXPR_STMT: ^ c-pretty-print.c:1277:5: warning: case value '153' not in enumerated type 'const enum tree_code' [-Wswitch] case COMPOUND_STMT: ^ c-pretty-print.c:1415:5: warning: case value '154' not in enumerated type 'const enum tree_code' [-Wswitch] case DECL_STMT: ^ c-pretty-print.c:1297:5: warning: case value '155' not in enumerated type 'const enum tree_code' [-Wswitch] case IF_STMT: ^ c-pretty-print.c:1357:5: warning: case value '156' not in enumerated type 'const enum tree_code' [-Wswitch] case FOR_STMT: ^ c-pretty-print.c:1332:5: warning: case value '157' not in enumerated type 'const enum tree_code' [-Wswitch] case WHILE_STMT: ^ c-pretty-print.c:1343:5: warning: case value '158' not in enumerated type 'const enum tree_code' [-Wswitch] case DO_STMT: ^ c-pretty-print.c:1383:5: warning: case value '159' not in enumerated type 'const enum tree_code' [-Wswitch] case RETURN_STMT: ^ c-pretty-print.c:1375:5: warning: case value '160' not in enumerated type 'const enum tree_code' [-Wswitch] case BREAK_STMT: ^ c-pretty-print.c:1376:5: warning: case value '161' not in enumerated type 'const enum tree_code' [-Wswitch] case CONTINUE_STMT: ^ c-pretty-print.c:1320:5: warning: case value '162' not in enumerated type 'const enum tree_code' [-Wswitch] case SWITCH_STMT: ^ c-pretty-print.c:1384:5: warning: case value '163' not in enumerated type 'const enum tree_code' [-Wswitch] case GOTO_STMT: ^ c-pretty-print.c:1252:5: warning: case value '164' not in enumerated type 'const enum tree_code' [-Wswitch] case LABEL_STMT: ^ c-pretty-print.c:1421:5: warning: case value '165' not in enumerated type 'const enum tree_code' [-Wswitch] case ASM_STMT: ^ c-pretty-print.c:1399:5: warning: case value '166' not in enumerated type 'const enum tree_code' [-Wswitch] case SCOPE_STMT: ^ c-pretty-print.c:1452:5: warning: case value '167' not in enumerated type 'const enum tree_code' [-Wswitch] case FILE_STMT: ^ c-pretty-print.c:1253:5: warning: case value '168' not in enumerated type 'const enum tree_code' [-Wswitch] case CASE_LABEL: ^ c-pretty-print.c:1288:5: warning: case value '171' not in enumerated type 'const enum tree_code' [-Wswitch] case CLEANUP_STMT: ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include attribs.c -o attribs.o In file included from attribs.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-errors.c -o c-errors.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-lex.c -o c-lex.o In file included from c-lex.c:23:0: real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from c-errors.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-errors.c: In function 'pedwarn_c99': c-errors.c:33:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] pedwarn_c99 VPARAMS ((const char *msgid, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-pragma.c -o c-pragma.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-decl.c -o c-decl.o In file included from c-pragma.c:23:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-pragma.c: In function 'handle_pragma_pack': c-pragma.c:161:11: warning: variable 'id' set but not used [-Wunused-but-set-variable] tree x, id = 0; ^ In file included from c-decl.c:30:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-decl.c: In function 'c_init_decl_processing': c-decl.c:2488:24: warning: variable 'ptr_ftype_ptr' set but not used [-Wunused-but-set-variable] tree ptr_ftype_void, ptr_ftype_ptr; ^ c-decl.c:2488:8: warning: variable 'ptr_ftype_void' set but not used [-Wunused-but-set-variable] tree ptr_ftype_void, ptr_ftype_ptr; ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-typeck.c -o c-typeck.o In file included from c-typeck.c:33:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-typeck.c: In function 'build_function_call': c-typeck.c:1487:26: warning: variable 'assembler_name' set but not used [-Wunused-but-set-variable] tree name = NULL_TREE, assembler_name = NULL_TREE, result; ^ c-typeck.c: In function 'c_tree_expr_nonnegative_p': c-typeck.c:2606:21: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (t) == STMT_EXPR) ^ c-typeck.c:2613:44: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] && TREE_CODE (TREE_CHAIN (t)) != SCOPE_STMT) ^ c-typeck.c: In function 'lvalue_p': c-typeck.c:3145:5: warning: case value '170' not in enumerated type 'enum tree_code' [-Wswitch] case COMPOUND_LITERAL_EXPR: ^ c-typeck.c: In function 'c_mark_addressable': c-typeck.c:3301:7: warning: case value '170' not in enumerated type 'enum tree_code' [-Wswitch] case COMPOUND_LITERAL_EXPR: ^ c-typeck.c: In function 'build_c_cast': c-typeck.c:3663:16: warning: variable 'name' set but not used [-Wunused-but-set-variable] const char *name; ^ c-typeck.c: In function 'store_init_value': c-typeck.c:4489:35: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (inside_init) == COMPOUND_LITERAL_EXPR) ^ c-typeck.c: In function 'digest_init': c-typeck.c:4805:31: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] && TREE_CODE (inside_init) == COMPOUND_LITERAL_EXPR) ^ c-typeck.c: In function 'output_init_element': c-typeck.c:6258:25: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (value) == COMPOUND_LITERAL_EXPR ^ c-typeck.c: In function 'process_init_element': c-typeck.c:6596:29: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (value) != COMPOUND_LITERAL_EXPR ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-convert.c -o c-convert.o In file included from c-convert.c:28:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-aux-info.c -o c-aux-info.o In file included from c-aux-info.c:26:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-common.c -o c-common.o In file included from c-common.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from c-common.c:33:0: c-common.c: In function 'c_sizeof_or_alignof_type': c-common.c:3056:26: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] my_friendly_assert (op == SIZEOF_EXPR || op == ALIGNOF_EXPR, 20020720); ^ c-common.h:890:5: note: in definition of macro 'my_friendly_assert' (((EXP) == 0) ? (fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0) : 0) ^ c-common.c:3056:47: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] my_friendly_assert (op == SIZEOF_EXPR || op == ALIGNOF_EXPR, 20020720); ^ c-common.h:890:5: note: in definition of macro 'my_friendly_assert' (((EXP) == 0) ? (fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0) : 0) ^ c-common.c:3057:16: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] op_name = op == SIZEOF_EXPR ? "sizeof" : "__alignof__"; ^ c-common.c:3061:14: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (op == SIZEOF_EXPR) ^ c-common.c:3085:14: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (op == SIZEOF_EXPR) ^ In file included from c-common.c:3583:0: builtins.def: In function 'c_common_nodes_and_builtins': builtins.def:217:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_DIV) ^ builtins.def:218:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_LDIV) ^ builtins.def:219:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_FFLOOR) ^ builtins.def:220:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_FCEIL) ^ builtins.def:221:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_FMOD) ^ builtins.def:222:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_FREM) ^ builtins.def:727:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_NEW) ^ builtins.def:728:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_VEC_NEW) ^ builtins.def:729:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_DELETE) ^ builtins.def:730:1: warning: null argument where non-null required (argument 1) [-Wnonnull] DEF_UNUSED_BUILTIN(BUILT_IN_VEC_DELETE) ^ c-common.c:3210:29: warning: typedef 'builtin_type' locally defined but not used [-Wunused-local-typedefs] typedef enum builtin_type builtin_type; ^ c-common.c: In function 'statement_code_p': c-common.c:3922:5: warning: case value '152' not in enumerated type 'enum tree_code' [-Wswitch] case EXPR_STMT: ^ c-common.c:3923:5: warning: case value '153' not in enumerated type 'enum tree_code' [-Wswitch] case COMPOUND_STMT: ^ c-common.c:3924:5: warning: case value '154' not in enumerated type 'enum tree_code' [-Wswitch] case DECL_STMT: ^ c-common.c:3925:5: warning: case value '155' not in enumerated type 'enum tree_code' [-Wswitch] case IF_STMT: ^ c-common.c:3926:5: warning: case value '156' not in enumerated type 'enum tree_code' [-Wswitch] case FOR_STMT: ^ c-common.c:3927:5: warning: case value '157' not in enumerated type 'enum tree_code' [-Wswitch] case WHILE_STMT: ^ c-common.c:3928:5: warning: case value '158' not in enumerated type 'enum tree_code' [-Wswitch] case DO_STMT: ^ c-common.c:3929:5: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] case RETURN_STMT: ^ c-common.c:3930:5: warning: case value '160' not in enumerated type 'enum tree_code' [-Wswitch] case BREAK_STMT: ^ c-common.c:3931:5: warning: case value '161' not in enumerated type 'enum tree_code' [-Wswitch] case CONTINUE_STMT: ^ c-common.c:3933:5: warning: case value '162' not in enumerated type 'enum tree_code' [-Wswitch] case SWITCH_STMT: ^ c-common.c:3934:5: warning: case value '163' not in enumerated type 'enum tree_code' [-Wswitch] case GOTO_STMT: ^ c-common.c:3935:5: warning: case value '164' not in enumerated type 'enum tree_code' [-Wswitch] case LABEL_STMT: ^ c-common.c:3936:5: warning: case value '165' not in enumerated type 'enum tree_code' [-Wswitch] case ASM_STMT: ^ c-common.c:3932:5: warning: case value '166' not in enumerated type 'enum tree_code' [-Wswitch] case SCOPE_STMT: ^ c-common.c:3937:5: warning: case value '167' not in enumerated type 'enum tree_code' [-Wswitch] case FILE_STMT: ^ c-common.c:3938:5: warning: case value '168' not in enumerated type 'enum tree_code' [-Wswitch] case CASE_LABEL: ^ c-common.c:3921:5: warning: case value '171' not in enumerated type 'enum tree_code' [-Wswitch] case CLEANUP_STMT: ^ c-common.c: In function 'c_expand_expr': c-common.c:4260:42: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] && TREE_CODE (STMT_EXPR_STMT (exp)) == COMPOUND_STMT ^ c-common.c:4261:58: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] && TREE_CODE (COMPOUND_BODY (STMT_EXPR_STMT (exp))) == SCOPE_STMT) ^ c-common.c:4272:27: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (last) == SCOPE_STMT ^ c-common.c:4273:23: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] && TREE_CODE (expr) == EXPR_STMT) ^ c-common.c:4242:5: warning: case value '169' not in enumerated type 'enum tree_code' [-Wswitch] case STMT_EXPR: ^ c-common.c:4331:5: warning: case value '170' not in enumerated type 'enum tree_code' [-Wswitch] case COMPOUND_LITERAL_EXPR: ^ c-common.c: In function 'c_safe_from_p': c-common.c:4358:23: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (exp) == DECL_STMT) ^ c-common.c: In function 'c_common_unsafe_for_reeval': c-common.c:4384:23: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (exp) == STMT_EXPR ^ c-common.c:4385:26: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] || TREE_CODE (exp) == COMPOUND_LITERAL_EXPR) ^ c-common.c: In function 'c_staticp': c-common.c:4398:23: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] if (TREE_CODE (exp) == COMPOUND_LITERAL_EXPR ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-opts.c -o c-opts.o In file included from c-opts.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-opts.c:298:18: warning: type of bit-field 'opt_code' is a GCC extension [-Wpedantic] ENUM_BITFIELD (opt_code) opt_code : 2 * CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-format.c -o c-format.o In file included from c-format.c:23:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-format.c: In function 'status_warning': c-format.c:997:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] status_warning VPARAMS ((int *status, const char *msgid, ...)) ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-semantics.c -o c-semantics.o In file included from c-semantics.c:25:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-semantics.c: In function 'build_stmt': c-semantics.c:186:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] build_stmt VPARAMS ((enum tree_code code, ...)) ^ c-semantics.c: In function 'expand_stmt': c-semantics.c:790:38: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] || (TREE_CODE (TREE_CHAIN (t)) == SCOPE_STMT ^ c-semantics.c:787:2: warning: case value '152' not in enumerated type 'enum tree_code' [-Wswitch] case EXPR_STMT: ^ c-semantics.c:814:2: warning: case value '153' not in enumerated type 'enum tree_code' [-Wswitch] case COMPOUND_STMT: ^ c-semantics.c:794:2: warning: case value '154' not in enumerated type 'enum tree_code' [-Wswitch] case DECL_STMT: ^ c-semantics.c:810:2: warning: case value '155' not in enumerated type 'enum tree_code' [-Wswitch] case IF_STMT: ^ c-semantics.c:798:2: warning: case value '156' not in enumerated type 'enum tree_code' [-Wswitch] case FOR_STMT: ^ c-semantics.c:802:2: warning: case value '157' not in enumerated type 'enum tree_code' [-Wswitch] case WHILE_STMT: ^ c-semantics.c:806:2: warning: case value '158' not in enumerated type 'enum tree_code' [-Wswitch] case DO_STMT: ^ c-semantics.c:783:2: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] case RETURN_STMT: ^ c-semantics.c:818:2: warning: case value '160' not in enumerated type 'enum tree_code' [-Wswitch] case BREAK_STMT: ^ c-semantics.c:822:2: warning: case value '161' not in enumerated type 'enum tree_code' [-Wswitch] case CONTINUE_STMT: ^ c-semantics.c:826:2: warning: case value '162' not in enumerated type 'enum tree_code' [-Wswitch] case SWITCH_STMT: ^ c-semantics.c:838:2: warning: case value '163' not in enumerated type 'enum tree_code' [-Wswitch] case GOTO_STMT: ^ c-semantics.c:834:2: warning: case value '164' not in enumerated type 'enum tree_code' [-Wswitch] case LABEL_STMT: ^ c-semantics.c:851:2: warning: case value '165' not in enumerated type 'enum tree_code' [-Wswitch] case ASM_STMT: ^ c-semantics.c:857:2: warning: case value '166' not in enumerated type 'enum tree_code' [-Wswitch] case SCOPE_STMT: ^ c-semantics.c:779:2: warning: case value '167' not in enumerated type 'enum tree_code' [-Wswitch] case FILE_STMT: ^ c-semantics.c:830:2: warning: case value '168' not in enumerated type 'enum tree_code' [-Wswitch] case CASE_LABEL: ^ c-semantics.c:861:2: warning: case value '171' not in enumerated type 'enum tree_code' [-Wswitch] case CLEANUP_STMT: ^ gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include c-objc-common.c -o c-objc-common.o In file included from c-objc-common.c:22:0: tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ line-map.h:47:18: warning: type of bit-field 'reason' is a GCC extension [-Wpedantic] ENUM_BITFIELD (lc_reason) reason : CHAR_BIT; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:180:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ cpplib.h:487:17: warning: type of bit-field 'type' is a GCC extension [-Wpedantic] ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */ ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ c-objc-common.c: In function 'inline_forbidden_p': c-objc-common.c:108:5: warning: case value '154' not in enumerated type 'enum tree_code' [-Wswitch] case DECL_STMT: ^ c-objc-common.c:115:5: warning: case value '163' not in enumerated type 'enum tree_code' [-Wswitch] case GOTO_STMT: ^ rm -rf libcpp.a ar rc libcpp.a cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o ranlib libcpp.a gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include builtins.c -o builtins.o gcc -c -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include combine.c -o combine.o In file included from builtins.c:23:0: real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:130:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(tree_code) code : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1249:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 7; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ In file included from combine.c:74:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1804:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ tree.h:1829:17: warning: type of bit-field 'built_in_class' is a GCC extension [-Wpedantic] ENUM_BITFIELD(built_in_class) built_in_class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ builtins.c: In function 'validate_arglist': builtins.c:4372:1: warning: traditional C rejects ISO C style function definitions [-Wtraditional] validate_arglist VPARAMS ((tree arglist, ...)) ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattrtab \ genattrtab.o genautomata.o \ rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o errors.o \ varray.o ../libiberty/libiberty.a -lm gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include -c insn-emit.c \ -o insn-emit.o combine.c:1246:1: warning: 'sets_function_arg_p' defined but not used [-Wunused-function] sets_function_arg_p (pat) ^ In file included from insn-emit.c:5:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-emit.c: In function 'gen_peephole2_1054': insn-emit.c:8582:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1059': insn-emit.c:8712:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c:8706:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c:8705:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1060': insn-emit.c:8740:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c:8739:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1063': insn-emit.c:8816:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1064': insn-emit.c:8845:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1066': insn-emit.c:8898:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1067': insn-emit.c:8928:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1073': insn-emit.c:9051:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1074': insn-emit.c:9080:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1075': insn-emit.c:9109:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1089': insn-emit.c:9447:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] rtx operand3; ^ insn-emit.c:9446:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] rtx operand2; ^ insn-emit.c:9445:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c:9444:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1090': insn-emit.c:9474:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] rtx operand3; ^ insn-emit.c:9473:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] rtx operand2; ^ insn-emit.c:9472:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c:9471:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1091': insn-emit.c:9500:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] rtx operand2; ^ insn-emit.c:9498:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1093': insn-emit.c:9570:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] rtx operand2; ^ insn-emit.c:9568:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1096': insn-emit.c:9676:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1097': insn-emit.c:9706:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1098': insn-emit.c:9736:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1099': insn-emit.c:9766:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1100': insn-emit.c:9796:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1101': insn-emit.c:9826:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1102': insn-emit.c:9856:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1103': insn-emit.c:9886:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1131': insn-emit.c:10672:7: warning: variable 'operand4' set but not used [-Wunused-but-set-variable] rtx operand4; ^ insn-emit.c: In function 'gen_split_1201': insn-emit.c:12333:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c: In function 'gen_split_1203': insn-emit.c:12427:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c: In function 'gen_split_1215': insn-emit.c:12869:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1216': insn-emit.c:12891:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1253': insn-emit.c:14130:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] rtx operand2; ^ insn-emit.c:14129:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c:14128:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1272': insn-emit.c:14715:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] rtx operand2; ^ insn-emit.c:14714:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c:14713:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1367': insn-emit.c:17449:7: warning: variable 'operand5' set but not used [-Wunused-but-set-variable] rtx operand5; ^ insn-emit.c:17446:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] rtx operand2; ^ insn-emit.c:17445:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genextract \ genextract.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \ errors.o ../libiberty/libiberty.a insn-emit.c:17444:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_peephole2_1373': insn-emit.c:17703:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c:17699:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] rtx operand3; ^ insn-emit.c:17697:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c: In function 'gen_peephole2_1374': insn-emit.c:17743:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c:17739:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] rtx operand3; ^ insn-emit.c:17737:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include -c insn-opinit.c \ -o insn-opinit.o insn-emit.c: In function 'gen_peephole2_1419': In file included from insn-opinit.c:5:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-emit.c:19673:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1420': insn-emit.c:19727:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_split_1426': insn-emit.c:19943:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1444': insn-emit.c:20587:7: warning: variable 'operand4' set but not used [-Wunused-but-set-variable] rtx operand4; ^ insn-emit.c:20586:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] rtx operand3; ^ insn-emit.c:20585:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] rtx operand2; ^ insn-emit.c: In function 'gen_peephole2_1466': insn-emit.c:21343:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1467': insn-emit.c:21374:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1468': insn-emit.c:21405:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1469': insn-emit.c:21438:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1470': insn-emit.c:21477:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1471': insn-emit.c:21516:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1476': insn-emit.c:21727:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1477': insn-emit.c:21755:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1478': insn-emit.c:21782:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1479': insn-emit.c:21811:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1480': insn-emit.c:21843:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c:21840:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c: In function 'gen_peephole2_1481': insn-emit.c:21875:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_peephole2_1482': insn-emit.c:21907:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c:21904:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c: In function 'gen_peephole2_1483': insn-emit.c:21940:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c:21937:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c: In function 'gen_peephole2_1484': insn-emit.c:21973:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c:21970:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] rtx operand1; ^ insn-emit.c: In function 'gen_peephole2_1495': insn-emit.c:22424:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] HARD_REG_SET _regs_allocated; ^ insn-emit.c: In function 'gen_split_1518': insn-emit.c:23203:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1519': insn-emit.c:23237:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1520': insn-emit.c:23271:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1521': insn-emit.c:23301:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1522': insn-emit.c:23331:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1523': insn-emit.c:23361:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1524': insn-emit.c:23391:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1525': insn-emit.c:23421:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1526': insn-emit.c:23451:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1527': insn-emit.c:23481:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1528': insn-emit.c:23511:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1529': insn-emit.c:23541:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ insn-emit.c: In function 'gen_split_1530': insn-emit.c:23571:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] rtx operand0; ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include -c insn-output.c \ -o insn-output.o In file included from insn-output.c:5:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-output.c:22430:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_18, ^ insn-output.c:22440:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_19, ^ insn-output.c:22450:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_20, ^ insn-output.c:22460:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_21, ^ insn-output.c:22470:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_22, ^ insn-output.c:22480:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_23, ^ insn-output.c:22490:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_24, ^ insn-output.c:22500:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_25, ^ insn-output.c:22510:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_26, ^ insn-output.c:22520:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_27, ^ insn-output.c:22530:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_28, ^ insn-output.c:22560:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_31, ^ insn-output.c:22570:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_32, ^ insn-output.c:22580:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_33, ^ insn-output.c:22590:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_34, ^ insn-output.c:22600:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_35, ^ insn-output.c:22610:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_36, ^ insn-output.c:22680:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_43, ^ insn-output.c:22690:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_44, ^ insn-output.c:22750:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_50, ^ insn-output.c:22840:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_59, ^ insn-output.c:22910:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_66, ^ insn-output.c:22920:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_67, ^ insn-output.c:22960:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_71, ^ insn-output.c:22970:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_72, ^ insn-output.c:23070:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_82, ^ insn-output.c:23090:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_84, ^ insn-output.c:23130:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_88, ^ insn-output.c:23140:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_89, ^ insn-output.c:23150:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_90, ^ insn-output.c:23160:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_91, ^ insn-output.c:23170:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_92, ^ insn-output.c:23180:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_93, ^ insn-output.c:23190:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_94, ^ insn-output.c:23200:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_95, ^ insn-output.c:23210:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_96, ^ insn-output.c:23220:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_97, ^ insn-output.c:23230:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_98, ^ insn-output.c:23240:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_99, ^ insn-output.c:23250:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_100, ^ insn-output.c:23260:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_101, ^ insn-output.c:23270:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_102, ^ insn-output.c:23280:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_103, ^ insn-output.c:23290:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_104, ^ insn-output.c:23300:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_105, ^ insn-output.c:23310:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_106, ^ insn-output.c:23480:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_123, ^ insn-output.c:23490:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_124, ^ insn-output.c:23500:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_125, ^ insn-output.c:23530:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_128, ^ insn-output.c:23550:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_130, ^ insn-output.c:23560:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_131, ^ insn-output.c:23570:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_132, ^ insn-output.c:23580:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_133, ^ insn-output.c:23590:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_134, ^ insn-output.c:23600:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_135, ^ insn-output.c:23610:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_136, ^ insn-output.c:23620:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_137, ^ insn-output.c:23640:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_139, ^ insn-output.c:23650:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_140, ^ insn-output.c:23660:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_141, ^ insn-output.c:23670:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_142, ^ insn-output.c:23680:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_143, ^ insn-output.c:23690:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_144, ^ insn-output.c:23700:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_145, ^ insn-output.c:23710:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_146, ^ insn-output.c:23740:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_149, ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include -c insn-peep.c \ -o insn-peep.o insn-output.c:23790:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_154, ^ insn-output.c:23840:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_159, ^ insn-output.c:24220:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_197, ^ insn-output.c:24230:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_198, ^ insn-output.c:24240:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_199, ^ insn-output.c:24250:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_200, ^ insn-output.c:24260:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_201, ^ insn-output.c:24270:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_202, ^ insn-output.c:24280:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_203, ^ insn-output.c:24290:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_204, ^ insn-output.c:24300:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_205, ^ insn-output.c:24310:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_206, ^ insn-output.c:24320:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_207, ^ insn-output.c:24330:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_208, ^ insn-output.c:24340:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_209, ^ insn-output.c:24350:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_210, ^ insn-output.c:24360:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_211, ^ insn-output.c:24370:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_212, ^ insn-output.c:24380:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_213, ^ insn-output.c:24390:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_214, ^ insn-output.c:24400:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_215, ^ In file included from insn-peep.c:5:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-output.c:24410:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_216, ^ insn-output.c:24420:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_217, ^ insn-output.c:24430:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_218, ^ insn-output.c:24440:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_219, ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-output.c:24450:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_220, ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-output.c:24460:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_221, ^ insn-output.c:24470:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_222, ^ insn-output.c:24480:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_223, ^ insn-output.c:24490:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_224, ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include -c insn-recog.c \ -o insn-recog.o insn-output.c:25050:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_280, ^ insn-output.c:25130:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_288, ^ insn-output.c:25150:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_290, ^ insn-output.c:25190:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_294, ^ insn-output.c:25230:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_298, ^ insn-output.c:26360:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_411, ^ insn-output.c:26370:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_412, ^ insn-output.c:26410:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_416, ^ insn-output.c:26420:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_417, ^ insn-output.c:26430:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_418, ^ insn-output.c:26440:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_419, ^ insn-output.c:26450:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_420, ^ insn-output.c:26460:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_421, ^ insn-output.c:26470:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_422, ^ insn-output.c:26480:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_423, ^ insn-output.c:26490:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_424, ^ insn-output.c:26500:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_425, ^ insn-output.c:27480:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_523, ^ insn-output.c:27490:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_524, ^ insn-output.c:27500:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_525, ^ insn-output.c:27510:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_526, ^ insn-output.c:27520:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_527, ^ insn-output.c:27530:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_528, ^ insn-output.c:27590:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_534, ^ insn-output.c:27722:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_547, ^ insn-output.c:27732:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_548, ^ insn-output.c:27742:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_549, ^ insn-output.c:27752:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_550, ^ insn-output.c:27762:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_551, ^ insn-output.c:27772:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_552, ^ insn-output.c:27782:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_553, ^ insn-output.c:27792:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_554, ^ insn-output.c:27802:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_555, ^ insn-output.c:27812:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_556, ^ insn-output.c:27822:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_557, ^ insn-output.c:27832:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_558, ^ insn-output.c:27842:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_559, ^ insn-output.c:27852:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_560, ^ insn-output.c:27862:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_561, ^ insn-output.c:27872:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_562, ^ insn-output.c:27882:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_563, ^ insn-output.c:27892:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_564, ^ insn-output.c:27902:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_565, ^ insn-output.c:27912:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_566, ^ insn-output.c:27922:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_567, ^ insn-output.c:27932:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_568, ^ insn-output.c:27942:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_569, ^ insn-output.c:27952:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_570, ^ insn-output.c:27962:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_571, ^ insn-output.c:27972:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_572, ^ insn-output.c:27982:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_573, ^ insn-output.c:27992:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_574, ^ insn-output.c:28002:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_575, ^ insn-output.c:28012:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_576, ^ In file included from insn-recog.c:5:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-output.c:28022:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_577, ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-output.c:28032:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_578, ^ insn-output.c:28042:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_579, ^ insn-output.c:28052:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_580, ^ insn-output.c:28822:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_657, ^ insn-output.c:28832:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_658, ^ insn-output.c:28982:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_673, ^ insn-output.c:28992:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_674, ^ insn-output.c:29002:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_675, ^ insn-output.c:29012:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_676, ^ insn-output.c:29022:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_677, ^ insn-output.c:29032:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_678, ^ insn-output.c:29052:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_680, ^ insn-output.c:29962:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_771, ^ insn-output.c:29982:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_773, ^ insn-output.c:30782:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_853, ^ insn-output.c:31052:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_880, ^ insn-output.c:31062:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_881, ^ insn-output.c:31072:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_882, ^ insn-output.c:31082:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_883, ^ insn-output.c:31242:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_899, ^ insn-output.c:31262:5: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] (const PTR) output_901, ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H gcov.o intl.o version.o -lintl ../libiberty/libiberty.a -o gcov gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o Tcollect2 \ collect2.o tlink.o intl.o version.o -lintl ../libiberty/libiberty.a mv -f Tcollect2 collect2 gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o xgcc gcc.o gccspec.o intl.o \ prefix.o version.o -lintl ../libiberty/libiberty.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cpp gcc.o cppspec.o intl.o \ prefix.o version.o -lintl ../libiberty/libiberty.a /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -dumpspecs > tmp-specs mv tmp-specs specs ./genattrtab ./config/i386/i386.md > tmp-attrtab.c Check description...done Reservation transformation...done Create automaton `pentium'...done Create automaton `pentium_fpu'...done Generation of attributes...done All other genattrtab stuff..../genextract ./config/i386/i386.md > tmp-extract.c /bin/sh ./move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract if [ -f specs.ready ] ; then \ true; \ else \ echo timestamp > specs.ready; \ fi objext='.o' \ LIB1ASMFUNCS='' \ LIB2FUNCS_1='_muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi' \ LIB2FUNCS_2='_floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2 _ctors' \ LIB2FUNCS_ST='_eprintf _bb __gcc_bcmp' \ LIB2ADD='' \ LIB2ADD_ST='' \ LIB2ADDEH='./unwind-dw2.c ./unwind-dw2-fde.c ./unwind-sjlj.c ./unwind-c.c' \ LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h' \ FPBIT='' \ FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \ LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \ DPBIT='' \ DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \ TPBIT='' \ TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \ MULTILIBS=`/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include --print-multi-lib` \ EXTRA_MULTILIB_PARTS='' \ SHLIB_LINK='/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \ SHLIB_INSTALL='$(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /bin/sh /data/scratch/lang/gcc3-c/work/gcc-3.3.6/install-sh -c -m 644 @shlib_dir@@shlib_so_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_so_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_so_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \ SHLIB_EXT='.so' \ SHLIB_MULTILIB='' \ SHLIB_MKMAP='./mkmap-symver.awk' \ SHLIB_MKMAP_OPTS='' \ SHLIB_MAPFILES='./libgcc-std.ver' \ SHLIB_NM_FLAGS='-pg' \ MULTILIB_OSDIRNAMES='' \ mkinstalldirs='/bin/sh ./mkinstalldirs' \ /bin/sh mklibgcc > tmp-libgcc.mk done Forming and outputing automata tables...done Output functions to work with automata...done Automaton `pentium' 48 NDFA states, 90 NDFA arcs 48 DFA states, 90 DFA arcs 20 minimal DFA states, 62 minimal DFA arcs 29 all insns 16 insn equivalence classes 66 transition comb vector els, 320 trans table els: use comb vect 66 state alts comb vector els, 320 state alts table els: use comb vect 768 min delay table els, compression factor 2 Automaton `pentium_fpu' 80 NDFA states, 172 NDFA arcs 80 DFA states, 172 DFA arcs 75 minimal DFA states, 162 minimal DFA arcs 29 all insns 8 insn equivalence classes 164 transition comb vector els, 600 trans table els: use comb vect 164 state alts comb vector els, 600 state alts table els: use comb vect 640 min delay table els, compression factor 1 237 all allocated states, 236 all allocated arcs 342 all allocated alternative states 230 all transition comb vector els, 920 all trans table els 230 all state alts comb vector els, 920 all state alts table els 1408 all min delay table els 12 locked states num transformation: 0.000902, building DFA: 0.001778 DFA minimization: 0.000090, making insn equivalence: 0.000060 all automaton generation: 0.002226, output: 0.001427 /bin/sh ./move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab (MAKE="/usr/pkg/bin/gmake"; srcdir=`cd ./fixinc && ${PWDCMD-pwd}` ; \ CC="gcc"; CFLAGS=" -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE"; LDFLAGS=""; \ WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long "; LIBERTY=`pwd`/"../libiberty/libiberty.a"; \ export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS LIBERTY; \ cd ./fixinc && \ /bin/sh ${srcdir}/mkfixinc.sh x86_64--netbsdelf2.0 x86_64--netbsdelf2.0) constructing ../fixinc.sh for x86_64--netbsdelf2.0 to run on x86_64--netbsdelf2.0 /usr/pkg/bin/gmake TARGETS=oneprocess SHELL="/bin/sh" CC="gcc" CFLAGS=" -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE" LDFLAGS="" LIBERTY="/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/../libiberty/libiberty.a" install-bin gmake[2]: Entering directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/fixinc' /bin/sh ./genfixes machname.h No forbidden identifiers defined by this target gcc -c -DIN_GCC -DHAVE_CONFIG_H -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I. -I./.. -I./../config -I./../../include fixincl.c In file included from fixincl.c:106:0: fixincl.x:56:1: warning: string length '1232' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "#ifndef __INT_VARARGS_H\n\ ^ fixincl.x:137:1: warning: string length '552' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "/* This file fixes a bug in the __FD_ZERO macro\n\ ^ fixincl.x:182:1: warning: string length '523' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "/* This file fixes a bug in the __FD_ZERO macro present in glibc 1.x. */\n\ ^ fixincl.x:226:1: warning: string length '762' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "/* This file fixes a bug in the __FD_ZERO macro present in glibc 2.0.x. */\n\ ^ fixincl.x:362:1: warning: string length '3445' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "#ifndef _SYS_BYTEORDER_H\n\ ^ fixincl.x:2047:5: warning: string length '729' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] "%0\n\n\ ^ fixincl.c: In function 'initialize': fixincl.c:232:5: warning: traditional C rejects string constant concatenation [-Wtraditional] ; ^ fixincl.c: In function 'process': fixincl.c:1359:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] fprintf (stderr, "%6d %-50s \r", data_map_size, pz_curr_file ); ^ fixincl.c:1359:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' [-Wformat=] fixincl.c:1175:14: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized] if (test_test (p_test, pz_curr_file) != APPLY_FIX) { ^ fixincl.c:640:7: note: 'res' was declared here int res; ^ gcc -c -DIN_GCC -DHAVE_CONFIG_H -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I. -I./.. -I./../config -I./../../include fixtests.c fixtests.c: In function 'machine_name_test': fixtests.c:68:10: warning: unused parameter 'fname' [-Wunused-parameter] tCC* fname; \ ^ fixtests.c:72:1: note: in expansion of macro 'TEST_FOR_FIX_PROC_HEAD' TEST_FOR_FIX_PROC_HEAD( machine_name_test ) ^ fixtests.c:69:10: warning: unused parameter 'text' [-Wunused-parameter] tCC* text; ^ fixtests.c:72:1: note: in expansion of macro 'TEST_FOR_FIX_PROC_HEAD' TEST_FOR_FIX_PROC_HEAD( machine_name_test ) ^ fixtests.c: In function 'stdc_0_in_system_headers_test': fixtests.c:68:10: warning: unused parameter 'fname' [-Wunused-parameter] tCC* fname; \ ^ fixtests.c:124:1: note: in expansion of macro 'TEST_FOR_FIX_PROC_HEAD' TEST_FOR_FIX_PROC_HEAD( stdc_0_in_system_headers_test ) ^ fixtests.c:69:10: warning: unused parameter 'text' [-Wunused-parameter] tCC* text; ^ fixtests.c:124:1: note: in expansion of macro 'TEST_FOR_FIX_PROC_HEAD' TEST_FOR_FIX_PROC_HEAD( stdc_0_in_system_headers_test ) ^ gcc -c -DIN_GCC -DHAVE_CONFIG_H -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I. -I./.. -I./../config -I./../../include fixfixes.c fixfixes.c: In function 'machine_name_fix': fixfixes.c:79:17: warning: unused parameter 'filname' [-Wunused-parameter] const char* filname; \ ^ fixfixes.c:499:1: note: in expansion of macro 'FIX_PROC_HEAD' FIX_PROC_HEAD( machine_name_fix ) ^ fixfixes.c:81:15: warning: unused parameter 'p_fixd' [-Wunused-parameter] tFixDesc* p_fixd; ^ fixfixes.c:499:1: note: in expansion of macro 'FIX_PROC_HEAD' FIX_PROC_HEAD( machine_name_fix ) ^ gcc -c -DIN_GCC -DHAVE_CONFIG_H -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I. -I./.. -I./../config -I./../../include server.c mv tmp-libgcc.mk libgcc.mk gcc -c -DIN_GCC -DHAVE_CONFIG_H -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I. -I./.. -I./../config -I./../../include procopen.c gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include -c insn-attrtab.c \ -o insn-attrtab.o gcc -c -DIN_GCC -DHAVE_CONFIG_H -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I. -I./.. -I./../config -I./../../include gnu-regex.c In file included from insn-attrtab.c:5:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gnu-regex.c: In function 'compile_range': recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gnu-regex.c:1485:54: warning: signed and unsigned type in conditional expression [-Wsign-compare] (translate ? (char) translate[(unsigned char) (d)] : (d)) ^ gnu-regex.c:1639:24: note: in definition of macro 'SET_LIST_BIT' (b[((unsigned char) (c)) / BYTEWIDTH] \ ^ gnu-regex.c:3051:21: note: in expansion of macro 'TRANSLATE' SET_LIST_BIT (TRANSLATE (this_char)); ^ gnu-regex.c:1485:54: warning: signed and unsigned type in conditional expression [-Wsign-compare] (translate ? (char) translate[(unsigned char) (d)] : (d)) ^ gnu-regex.c:1640:30: note: in definition of macro 'SET_LIST_BIT' |= 1 << (((unsigned char) c) % BYTEWIDTH)) ^ gnu-regex.c:3051:21: note: in expansion of macro 'TRANSLATE' SET_LIST_BIT (TRANSLATE (this_char)); ^ real.h:45:18: warning: type of bit-field 'class' is a GCC extension [-Wpedantic] ENUM_BITFIELD (real_value_class) class : 2; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ gnu-regex.c: In function 're_match_2_internal': gnu-regex.c:4794:25: warning: variable 'sdummy' set but not used [-Wunused-but-set-variable] const char *sdummy; ^ gnu-regex.c:4793:28: warning: variable 'pdummy' set but not used [-Wunused-but-set-variable] unsigned char *pdummy; ^ insn-attrtab.c: In function 'bypass_p': insn-attrtab.c:668:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (! (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:679:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && (! (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:692:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:710:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c: In function 'insn_default_latency': insn-attrtab.c:737:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:753:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:764:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (const0_operand (operands[2], DImode)))) ^ insn-attrtab.c:768:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:772:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:776:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:787:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (const0_operand (operands[2], SImode)))) ^ insn-attrtab.c:791:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:795:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:799:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:810:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 2) && (which_alternative != 3)) && ((which_alternative == 0) || (which_alternative == 1)))) ^ insn-attrtab.c:837:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:858:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:868:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:896:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:908:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (which_alternative == 0)) ^ insn-attrtab.c:912:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:916:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:920:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:937:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], TFmode)))) ^ insn-attrtab.c:941:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:945:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:949:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:953:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:970:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], XFmode)))) ^ insn-attrtab.c:974:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:978:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:982:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:986:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:997:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_type (insn) == TYPE_FOP) || ((which_alternative != 2) && (mult_operator (operands[3], DFmode))))) ^ insn-attrtab.c:1001:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:1005:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1009:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1013:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1028:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], DFmode)))) ^ insn-attrtab.c:1032:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:1036:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1040:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1044:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1055:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_type (insn) == TYPE_FOP) || ((which_alternative != 2) && (mult_operator (operands[3], SFmode))))) ^ insn-attrtab.c:1059:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:1063:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1067:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1071:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1084:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:1088:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:1092:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1096:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1100:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1112:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 1) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:1116:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1120:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1133:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:1148:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:1167:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:1179:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (memory_operand (operands[0], VOIDmode))) ^ insn-attrtab.c:1183:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (memory_operand (operands[0], VOIDmode)))) ^ insn-attrtab.c:1197:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1201:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1205:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1235:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1239:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1243:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1257:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1261:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1265:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1315:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1319:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1323:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1336:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1340:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1344:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1355:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1359:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1363:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1374:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1378:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1382:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1393:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1397:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1401:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1412:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1416:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1420:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1431:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1435:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1439:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1452:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1456:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1460:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1472:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1476:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1480:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1505:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (memory_operand (operands[1], VOIDmode))) ^ insn-attrtab.c:1509:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1521:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1525:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1529:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1540:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1544:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1548:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1559:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 0) || (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((which_alternative != 0) && (which_alternative != 2)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1563:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 0) || (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_NONE)) || (((which_alternative != 0) && (which_alternative != 2)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1576:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((which_alternative == 1) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1580:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) && (get_attr_memory (insn) == MEMORY_NONE)) || ((which_alternative == 1) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1591:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative != 1) && (which_alternative != 3)) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((which_alternative == 1) || (which_alternative == 3)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1595:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative != 1) && (which_alternative != 3)) && (get_attr_memory (insn) == MEMORY_NONE)) || (((which_alternative == 1) || (which_alternative == 3)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1621:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:1632:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1636:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1640:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1653:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1657:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1661:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1767:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:1771:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1775:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:1791:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1795:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:1799:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:1803:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1807:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1811:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1829:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:1844:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:1848:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))) ^ insn-attrtab.c:1852:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1856:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1860:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1871:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1875:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:1879:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1883:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1887:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1911:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1915:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:1919:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1923:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1927:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1941:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:1945:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:1949:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))) ^ insn-attrtab.c:1953:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1957:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1961:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:1972:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 1)) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:1976:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && (which_alternative == 1)))) ^ insn-attrtab.c:1980:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 1)) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:1984:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:1988:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:1992:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:2003:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUM)))) ^ insn-attrtab.c:2007:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) || (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2011:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) || (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2015:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) || (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2027:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) || (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2031:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) || (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2035:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) || (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2049:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2053:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:2057:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:2061:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:2065:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:2069:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:2081:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2085:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:2089:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:2093:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:2097:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:2108:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2112:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:2116:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 3) || (which_alternative == 4)))) ^ insn-attrtab.c:2120:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2124:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2128:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2140:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (! (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:2144:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 1) && (! (memory_operand (operands[1], VOIDmode)))) && ((which_alternative == 1) && (memory_operand (operands[1], VOIDmode)))) || (((which_alternative != 1) || (memory_operand (operands[1], VOIDmode))) && ((which_alternative == 1) && (memory_operand (operands[1], VOIDmode)))))) ^ insn-attrtab.c:2155:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode)))))))))) ^ insn-attrtab.c:2159:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2163:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2167:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2178:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && (! (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:2182:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 0) && (! (memory_operand (operands[1], VOIDmode)))) && ((which_alternative == 0) && (memory_operand (operands[1], VOIDmode)))) || (((which_alternative != 0) || (memory_operand (operands[1], VOIDmode))) && ((which_alternative == 0) && (memory_operand (operands[1], VOIDmode)))))) ^ insn-attrtab.c:2193:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) ^ insn-attrtab.c:2197:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2201:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2205:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2217:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_IMOV)) ^ insn-attrtab.c:2221:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_IMOV)) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2225:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_IMOV)) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2229:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_IMOV)) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2240:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) ^ insn-attrtab.c:2244:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2248:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2252:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2266:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:2276:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_IMOV)) ^ insn-attrtab.c:2280:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2284:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2288:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2310:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:2323:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:2360:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:2371:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode))))))))) ^ insn-attrtab.c:2375:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:2379:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2383:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2414:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (memory_operand (operands[1], VOIDmode))) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:2418:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2432:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:2450:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:2454:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (memory_operand (operands[1], VOIDmode))) ^ insn-attrtab.c:2505:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:2509:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:2539:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:2543:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2692:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:2696:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:2700:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c: In function 'insn_alts': insn-attrtab.c:2726:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:2737:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (const0_operand (operands[2], DImode)))) ^ insn-attrtab.c:2741:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:2745:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:2749:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:2753:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:2757:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2761:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2772:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (const0_operand (operands[2], SImode)))) ^ insn-attrtab.c:2776:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:2780:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:2784:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:2788:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:2792:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2796:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2807:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 2) && (which_alternative != 3)) && ((which_alternative == 0) || (which_alternative == 1)))) ^ insn-attrtab.c:2819:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_memory (insn) == MEMORY_BOTH)) || ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:2836:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:2840:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], TFmode))) ^ insn-attrtab.c:2844:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_type (insn) == TYPE_FDIV) || ((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD))) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2861:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:2865:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], XFmode))) ^ insn-attrtab.c:2869:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_type (insn) == TYPE_FDIV) || ((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD))) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2880:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:2884:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 2) && (mult_operator (operands[3], DFmode)))) ^ insn-attrtab.c:2888:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_type (insn) == TYPE_FDIV) || ((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD))) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2903:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:2907:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], DFmode))) ^ insn-attrtab.c:2911:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_type (insn) == TYPE_FDIV) || ((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD))) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2922:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:2926:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 2) && (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:2930:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_type (insn) == TYPE_FDIV) || ((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD))) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2943:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:2947:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], SFmode))) ^ insn-attrtab.c:2951:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_type (insn) == TYPE_FDIV) || ((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD))) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2962:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (mult_operator (operands[3], TFmode)))) ^ insn-attrtab.c:2966:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], TFmode))) ^ insn-attrtab.c:2970:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:2981:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (mult_operator (operands[3], XFmode)))) ^ insn-attrtab.c:2985:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], XFmode))) ^ insn-attrtab.c:2989:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3001:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && (! (mult_operator (operands[3], SFmode))))) ^ insn-attrtab.c:3005:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:3009:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3021:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:3025:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], SFmode))) ^ insn-attrtab.c:3029:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3044:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:3063:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:3077:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3081:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3085:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3089:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3119:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3123:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3127:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3131:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3145:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3149:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3153:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3157:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3207:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3211:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3215:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3219:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3232:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3236:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3240:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3244:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3255:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3259:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3263:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3267:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3271:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3275:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3279:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3283:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3294:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3298:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3302:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3306:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3317:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:3321:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3325:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3329:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:3333:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3337:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3341:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3345:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3356:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3360:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3364:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3368:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3372:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3376:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3380:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3384:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3395:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3399:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3403:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3407:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3411:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3415:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3419:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3423:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3436:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3440:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3444:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3448:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3452:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3456:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3460:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3464:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3476:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3480:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3484:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3488:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3492:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3496:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3500:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3504:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3529:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((memory_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3540:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3544:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3548:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3552:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_LOAD)) || (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_NONE))) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3563:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3567:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3571:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3575:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3579:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3583:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3594:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3598:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3602:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3606:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3610:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3614:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3625:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3629:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) && (which_alternative != 2)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3633:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3637:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) && (which_alternative != 2)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3650:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 1) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3654:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3658:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 1) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3662:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3673:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) && (which_alternative != 3)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3677:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) || (which_alternative == 3)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3681:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) && (which_alternative != 3)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3685:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) || (which_alternative == 3)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3708:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3712:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3716:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3720:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3731:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3735:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3739:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3743:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3747:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3751:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3755:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3759:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:3772:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3776:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3780:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3784:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3788:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3792:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3884:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3888:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:3892:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3896:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3900:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3904:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:3919:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:3923:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:3939:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))))) || (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4048:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:4063:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))) || (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4074:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) || (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4098:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) || (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4112:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || (((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE))) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) || (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4123:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || ((((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && (which_alternative == 1)) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))))) || (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4134:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUM)))) ^ insn-attrtab.c:4138:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4142:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:4146:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4150:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4154:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4165:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:4169:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4173:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:4177:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4181:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4185:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4196:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:4200:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4204:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:4208:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) || (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4222:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))))) || (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4234:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) || (((get_attr_memory (insn) == MEMORY_BOTH) || (get_attr_memory (insn) == MEMORY_LOAD)) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4245:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)) || ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))))) ^ insn-attrtab.c:4249:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 3) || (which_alternative == 4)))) ^ insn-attrtab.c:4253:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4257:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4261:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4265:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4269:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4273:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4277:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4281:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4293:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (! (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:4297:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (memory_operand (operands[1], VOIDmode))) && ((which_alternative == 1) && (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:4308:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode)))))))))) ^ insn-attrtab.c:4312:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4316:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4320:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4324:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4328:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4332:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4343:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && (! (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:4347:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) || (memory_operand (operands[1], VOIDmode))) && ((which_alternative == 0) && (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:4358:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) ^ insn-attrtab.c:4362:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4366:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4370:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4374:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4378:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ gcc -c -DIN_GCC -DHAVE_CONFIG_H -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I. -I./.. -I./../config -I./../../include fixlib.c insn-attrtab.c:4382:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4394:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_IMOV)) ^ insn-attrtab.c:4398:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4402:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_IMOV)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4406:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4410:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_IMOV)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4414:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4427:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:4438:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) ^ insn-attrtab.c:4442:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4446:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4450:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4454:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4458:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4462:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4466:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4470:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4483:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:4487:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (memory_operand (operands[1], VOIDmode))) || ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4497:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:4507:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:4517:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_IMOV)) ^ insn-attrtab.c:4521:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4525:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4529:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4533:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4537:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4541:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4545:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4549:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE)) || (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4564:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:4576:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:4599:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:4610:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode))))))))) ^ insn-attrtab.c:4614:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4618:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:4622:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4626:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4630:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4634:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4662:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:4666:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:4670:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4674:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4688:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:4706:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:4710:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (memory_operand (operands[1], VOIDmode))) ^ insn-attrtab.c:4761:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4773:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4777:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD)) || ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) || ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:4804:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4808:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:4812:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:4816:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -I/usr/include -I. -I. -I. -I./. -I./config -I./../include -c insn-extract.c \ -o insn-extract.o insn-attrtab.c:4965:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_memory (insn) == MEMORY_BOTH) || ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c: In function 'internal_dfa_insn_code': insn-attrtab.c:4985:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5001:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5012:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (const0_operand (operands[2], DImode)))) ^ insn-attrtab.c:5016:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5020:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ In file included from insn-extract.c:5:0: rtl.h:132:17: warning: type of bit-field 'code' is a GCC extension [-Wpedantic] ENUM_BITFIELD(rtx_code) code: 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ rtl.h:135:17: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] ENUM_BITFIELD(machine_mode) mode : 8; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ recog.h:227:23: warning: type of bit-field 'mode' is a GCC extension [-Wpedantic] const ENUM_BITFIELD(machine_mode) mode : 16; ^ system.h:505:34: note: in definition of macro 'ENUM_BITFIELD' #define ENUM_BITFIELD(TYPE) enum TYPE ^ insn-attrtab.c:5024:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5028:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5032:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5036:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5047:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (const0_operand (operands[2], SImode)))) ^ insn-attrtab.c:5051:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5055:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5059:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5063:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5067:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5071:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5092:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5103:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 2) && (which_alternative != 3)) && ((which_alternative == 0) || (which_alternative == 1)))) ^ insn-attrtab.c:5114:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5141:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5162:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5172:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5200:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5212:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (which_alternative == 0)) ^ insn-attrtab.c:5216:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5220:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5224:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5241:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:5245:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], TFmode))) ^ insn-attrtab.c:5249:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:5253:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5257:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5261:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5278:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:5282:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], XFmode))) ^ insn-attrtab.c:5286:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:5290:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5294:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5298:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5309:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:5313:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 2) && (mult_operator (operands[3], DFmode)))) ^ insn-attrtab.c:5317:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:5321:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5325:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5329:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5344:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:5348:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], DFmode))) ^ insn-attrtab.c:5352:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:5356:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5360:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5364:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5375:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:5379:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 2) && (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:5383:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:5387:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5391:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5395:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5408:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FOP)) ^ insn-attrtab.c:5412:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], SFmode))) ^ insn-attrtab.c:5416:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:5420:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5424:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5428:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5439:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (mult_operator (operands[3], TFmode)))) ^ insn-attrtab.c:5443:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], TFmode))) ^ insn-attrtab.c:5447:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5451:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5455:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5466:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (mult_operator (operands[3], XFmode)))) ^ insn-attrtab.c:5470:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], XFmode))) ^ insn-attrtab.c:5474:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5478:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5482:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5494:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && (! (mult_operator (operands[3], SFmode))))) ^ insn-attrtab.c:5498:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:5502:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5506:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5510:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5522:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:5526:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (mult_operator (operands[3], SFmode))) ^ insn-attrtab.c:5530:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:5534:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:5538:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:5553:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5572:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:5584:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (memory_operand (operands[0], VOIDmode))) ^ insn-attrtab.c:5588:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (memory_operand (operands[0], VOIDmode)))) ^ insn-attrtab.c:5602:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5606:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5610:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5614:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5618:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5622:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5652:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5656:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5660:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5664:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5668:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_1_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5672:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5686:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5690:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5694:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5698:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5702:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[1], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5706:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[1], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5756:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5760:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5764:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5768:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5772:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (const_int_operand (operands[2], VOIDmode))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5776:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5789:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5793:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5797:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5801:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5805:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 1) && (const_int_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5809:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 1) || (! (const_int_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5820:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5824:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5828:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5832:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5836:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5840:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5844:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((get_attr_type (insn) == TYPE_ALU) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5848:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5852:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5863:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5867:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5871:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5875:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5879:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5883:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5894:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:5898:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5902:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5906:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:5910:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5914:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5918:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:5922:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5926:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5937:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5941:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5945:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5949:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5953:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5957:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5961:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5965:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5969:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:5980:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5984:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5988:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:5992:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:5996:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6000:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6004:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6008:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6012:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6025:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6029:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6033:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6037:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6041:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6045:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6049:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_ALU)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6053:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6057:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6069:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6073:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6077:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6081:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6085:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6089:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6093:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative != 0) || (get_attr_type (insn) == TYPE_ALU))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6097:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6101:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6126:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (memory_operand (operands[1], VOIDmode))) ^ insn-attrtab.c:6130:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6141:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6145:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6149:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6153:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6157:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6161:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6172:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6176:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6180:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6184:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6188:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || (which_alternative == 1))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6192:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && (which_alternative != 1))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6203:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6207:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6211:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6215:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6219:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6223:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6234:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6238:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) && (which_alternative != 2)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6242:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6246:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) && (which_alternative != 2)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6259:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 1) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6263:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6267:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative != 1) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6271:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6282:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) && (which_alternative != 3)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6286:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) || (which_alternative == 3)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6290:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) && (which_alternative != 3)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6294:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 1) || (which_alternative == 3)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6310:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:6336:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:6359:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6363:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6367:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6371:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6375:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6379:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6390:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6394:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6398:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6402:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6406:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6410:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6414:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (which_alternative == 2)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6418:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6422:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6435:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6439:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6443:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6447:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6451:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6455:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6474:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:6566:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6570:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6574:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6578:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6582:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6586:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6601:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6605:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6609:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6625:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6629:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6633:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6637:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6641:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6645:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6663:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:6678:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6682:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))) ^ insn-attrtab.c:6686:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6690:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6694:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6705:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6709:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6713:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6717:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6721:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6745:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6749:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6753:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6757:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6761:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6775:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6779:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6783:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE))) ^ insn-attrtab.c:6787:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6791:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6795:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6806:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 1)) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6810:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && (which_alternative == 1)))) ^ insn-attrtab.c:6814:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || (which_alternative == 1)) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6818:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6822:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6826:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6837:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUM)))) ^ insn-attrtab.c:6841:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6845:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6849:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6853:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:6857:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6868:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:6872:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6876:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6880:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6884:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:6888:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6899:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH)))) ^ insn-attrtab.c:6903:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:6907:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6911:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:6915:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE)))) ^ insn-attrtab.c:6919:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:6933:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6937:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6941:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6945:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6949:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6953:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6965:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6969:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:6973:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:6977:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:6981:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:6992:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((get_attr_memory (insn) == MEMORY_NONE) || (get_attr_memory (insn) == MEMORY_LOAD)))) ^ insn-attrtab.c:6996:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && ((immediate_operand (operands[1], VOIDmode)) || (get_attr_memory (insn) == MEMORY_STORE)))) ^ insn-attrtab.c:7000:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 3) || (which_alternative == 4)))) ^ insn-attrtab.c:7004:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7008:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7012:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7016:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7020:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7024:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7028:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((which_alternative == 3) || (which_alternative == 4))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7032:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (((which_alternative == 3) || (which_alternative == 4)) && ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))) || ((which_alternative != 3) && ((which_alternative != 4) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (which_alternative != 8)))))))) || ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8))))) && ((which_alternative == 0) || ((which_alternative == 1) || ((which_alternative == 2) || ((which_alternative == 6) || ((which_alternative == 7) || (which_alternative == 8)))))))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7036:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7048:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 1) && (! (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:7052:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 1) || (memory_operand (operands[1], VOIDmode))) && ((which_alternative == 1) && (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:7063:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode)))))))))) ^ insn-attrtab.c:7067:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7071:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7075:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7079:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7083:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7087:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7098:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((which_alternative == 0) && (! (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:7102:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 0) || (memory_operand (operands[1], VOIDmode))) && ((which_alternative == 0) && (memory_operand (operands[1], VOIDmode))))) ^ insn-attrtab.c:7113:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) ^ insn-attrtab.c:7117:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7121:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7125:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7129:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7133:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7137:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || ((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0)))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7149:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_IMOV)) ^ insn-attrtab.c:7153:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7157:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_IMOV)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7161:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7165:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_type (insn) == TYPE_IMOV)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7169:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7182:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:7193:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) ^ insn-attrtab.c:7197:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7201:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7205:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7209:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7213:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7217:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7221:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7225:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2))))) && (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7229:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && (((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7242:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:7246:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:7250:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7254:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7264:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:7274:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:7284:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_type (insn) == TYPE_IMOV)) ^ insn-attrtab.c:7288:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7292:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7296:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7300:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7304:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7308:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7312:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7316:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_PU) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7320:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (((get_attr_imm_disp (insn) == IMM_DISP_TRUE) || (! (get_attr_type (insn) == TYPE_IMOV))) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7335:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:7347:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:7360:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:7371:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode))))))))) ^ insn-attrtab.c:7375:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7379:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7383:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7387:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7391:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_UV) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7395:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_pent_pair (insn) == PENT_PAIR_NP) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7423:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:7427:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:7431:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7435:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7449:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUM))) ^ insn-attrtab.c:7467:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (! (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:7471:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (memory_operand (operands[1], VOIDmode))) ^ insn-attrtab.c:7522:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:7526:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c:7538:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7542:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7546:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7550:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7577:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7581:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:7585:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((! (get_attr_imm_disp (insn) == IMM_DISP_TRUE)) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7589:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && ((get_attr_imm_disp (insn) == IMM_DISP_TRUE) && (get_attr_memory (insn) == MEMORY_NONE))) ^ insn-attrtab.c:7738:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_BOTH)) ^ insn-attrtab.c:7742:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:7746:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUM))) && (get_attr_memory (insn) == MEMORY_NONE)) ^ insn-attrtab.c: In function 'result_ready_cost': insn-attrtab.c:7772:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (! (constant_call_address_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:7783:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7787:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 1) && (! (const0_operand (operands[2], DImode))))) ^ insn-attrtab.c:7798:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7802:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 1) && (! (const0_operand (operands[2], SImode))))) ^ insn-attrtab.c:7813:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:7817:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:7828:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) || (which_alternative == 1))) ^ insn-attrtab.c:7832:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((which_alternative == 0) || (which_alternative == 1))) ^ insn-attrtab.c:7844:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) || (which_alternative == 1))) ^ insn-attrtab.c:7848:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7852:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((which_alternative == 0) || (which_alternative == 1))) ^ insn-attrtab.c:7879:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:7883:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:7904:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:7908:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:7912:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:7940:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:7944:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) || (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:7944:59: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) || (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:7956:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative == 0)) ^ insn-attrtab.c:7960:30: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_K6))) && (which_alternative == 0)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (which_alternative == 0))) ^ insn-attrtab.c:7960:90: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_K6))) && (which_alternative == 0)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (which_alternative == 0))) ^ insn-attrtab.c:7964:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:7981:25: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:7981:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:7985:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:7989:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (mult_operator (operands[3], TFmode))) ^ insn-attrtab.c:7993:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], TFmode)))) ^ insn-attrtab.c:7997:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (get_attr_type (insn) == TYPE_FOP))) ^ insn-attrtab.c:8001:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], TFmode)))) ^ insn-attrtab.c:8018:25: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8018:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8022:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:8026:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (mult_operator (operands[3], XFmode))) ^ insn-attrtab.c:8030:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], XFmode)))) ^ insn-attrtab.c:8034:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (get_attr_type (insn) == TYPE_FOP))) ^ insn-attrtab.c:8038:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], XFmode)))) ^ insn-attrtab.c:8049:25: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8049:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8053:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:8057:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((which_alternative != 2) && (mult_operator (operands[3], DFmode)))) ^ insn-attrtab.c:8061:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && ((get_attr_type (insn) == TYPE_FOP) || ((which_alternative != 2) && (mult_operator (operands[3], DFmode))))) ^ insn-attrtab.c:8065:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (get_attr_type (insn) == TYPE_FOP))) ^ insn-attrtab.c:8069:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((get_attr_type (insn) == TYPE_FOP) || ((which_alternative != 2) && (mult_operator (operands[3], DFmode))))) ^ insn-attrtab.c:8084:25: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8084:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8088:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:8092:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (mult_operator (operands[3], DFmode))) ^ insn-attrtab.c:8096:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], DFmode)))) ^ insn-attrtab.c:8100:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (get_attr_type (insn) == TYPE_FOP))) ^ insn-attrtab.c:8104:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], DFmode)))) ^ insn-attrtab.c:8115:25: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8115:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8119:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:8123:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((which_alternative != 2) && (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:8127:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && ((get_attr_type (insn) == TYPE_FOP) || ((which_alternative != 2) && (mult_operator (operands[3], SFmode))))) ^ insn-attrtab.c:8131:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (get_attr_type (insn) == TYPE_FOP))) ^ insn-attrtab.c:8135:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((get_attr_type (insn) == TYPE_FOP) || ((which_alternative != 2) && (mult_operator (operands[3], SFmode))))) ^ insn-attrtab.c:8148:25: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8148:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_K6))) && (get_attr_type (insn) == TYPE_FDIV)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_type (insn) == TYPE_FDIV))) ^ insn-attrtab.c:8152:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && (get_attr_type (insn) == TYPE_FDIV)) ^ insn-attrtab.c:8156:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (mult_operator (operands[3], SFmode))) ^ insn-attrtab.c:8160:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:8164:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (get_attr_type (insn) == TYPE_FOP))) ^ insn-attrtab.c:8168:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((get_attr_type (insn) == TYPE_FOP) || (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:8179:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (mult_operator (operands[3], TFmode))) ^ insn-attrtab.c:8183:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:8187:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (! (mult_operator (operands[3], TFmode))))) ^ insn-attrtab.c:8191:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:8202:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (mult_operator (operands[3], XFmode))) ^ insn-attrtab.c:8206:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:8210:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (! (mult_operator (operands[3], XFmode))))) ^ insn-attrtab.c:8214:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:8226:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((which_alternative == 0) && (mult_operator (operands[3], SFmode)))) ^ insn-attrtab.c:8230:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative == 0)) ^ insn-attrtab.c:8234:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || ((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))))) ^ insn-attrtab.c:8238:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 0)) ^ gcc -DIN_GCC -DHAVE_CONFIG_H -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -I. -I.. -I. -I./.. -I./../config -I./../../include -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o gnu-regex.o fixlib.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/../libiberty/libiberty.a insn-attrtab.c:8250:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (mult_operator (operands[3], SFmode))) ^ insn-attrtab.c:8254:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:8258:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH)) || (! (mult_operator (operands[3], SFmode))))) ^ insn-attrtab.c:8262:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:8277:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (! (constant_call_address_operand (operands[0], VOIDmode)))) ^ insn-attrtab.c:8296:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (memory_operand (operands[0], VOIDmode))) ^ insn-attrtab.c:8310:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8314:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 1)) ^ echo timestamp > full-stamp ./fixincl -v < /dev/null insn-attrtab.c:8341:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ 'fixincl version 1.1' insn-attrtab.c:8345:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:8361:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ chmod 755 ../fixinc.sh gmake[2]: Leaving directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/fixinc' insn-attrtab.c:8365:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) || (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:8365:59: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) || (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ rm -rf include; mkdir include insn-attrtab.c:8391:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ chmod a+rx include insn-attrtab.c:8395:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ (TARGET_MACHINE='x86_64--netbsdelf2.0'; srcdir=`cd .; ${PWDCMD-pwd}`; \ SHELL='/bin/sh' ;\ export TARGET_MACHINE srcdir SHELL ; \ /bin/sh ./fixinc.sh `${PWDCMD-pwd}`/include /usr/include ; \ rm -f include/syslimits.h; \ if [ -f include/limits.h ]; then \ mv include/limits.h include/syslimits.h; \ else \ cp ./gsyslimits.h include/syslimits.h; \ fi; \ chmod a+r include/syslimits.h) insn-attrtab.c:8399:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:8410:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8414:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 3)) ^ insn-attrtab.c:8426:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8430:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 2)) ^ insn-attrtab.c:8441:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8445:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode)))) ^ insn-attrtab.c:8456:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8460:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode)))) ^ insn-attrtab.c:8471:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ Fixing headers into /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/include for x86_64--netbsdelf2.0 target insn-attrtab.c:8475:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode)))) ^ Finding directories and links to directories Searching /usr/include/. insn-attrtab.c:8494:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:8510:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:8514:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8518:30: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative == 0)) || ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 0))) ^ insn-attrtab.c:8518:94: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative == 0)) || ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 0))) ^ insn-attrtab.c:8536:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:8540:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:8544:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:8558:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8562:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) || (((ix86_cpu) == (CPU_K6)))) ^ Searching /usr/include/./machine insn-attrtab.c:8562:63: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) || (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:8573:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8577:30: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative != 0)) || ((which_alternative == 1) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:8577:122: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative != 0)) || ((which_alternative == 1) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:8601:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8605:30: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative == 0)) || ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 0))) ^ insn-attrtab.c:8605:94: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative == 0)) || ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 0))) ^ insn-attrtab.c:8619:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 1) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:8623:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8627:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) || (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:8627:63: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_ATHLON))) || (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:8638:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) && (((which_alternative == 0) || (which_alternative == 1)) && ((get_attr_memory (insn) == MEMORY_LOAD) && (which_alternative == 1)))) ^ insn-attrtab.c:8642:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8646:30: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) || (which_alternative == 1))) || ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 0) || (which_alternative == 1)))) ^ insn-attrtab.c:8646:124: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) || (which_alternative == 1))) || ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 0) || (which_alternative == 1)))) ^ insn-attrtab.c:8660:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) && (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:8664:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8668:30: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) || ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))))) ^ insn-attrtab.c:8668:154: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) || ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))))) ^ insn-attrtab.c:8681:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8685:30: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) || ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))))) ^ insn-attrtab.c:8685:154: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((((ix86_cpu) == (CPU_ATHLON))) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2)))) || ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))))) ^ insn-attrtab.c:8697:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((which_alternative == 1) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:8708:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8712:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && (((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode))))))))) ^ insn-attrtab.c:8723:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((which_alternative == 0) && (memory_operand (operands[1], VOIDmode)))) ^ insn-attrtab.c:8734:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c:8738:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && (((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode)))))))) ^ insn-attrtab.c:8758:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:8812:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (memory_operand (operands[1], VOIDmode))) ^ insn-attrtab.c:8824:25: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative == 0)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:8824:89: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((ix86_cpu) == (CPU_ATHLON))) && (which_alternative == 0)) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:8828:29: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((ix86_cpu) == (CPU_K6))) && (which_alternative == 0)) ^ insn-attrtab.c:8845:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:8845:59: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_ATHLON))) || ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_memory (insn) == MEMORY_LOAD))) ^ insn-attrtab.c:8849:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:8916:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && (get_attr_memory (insn) == MEMORY_LOAD)) ^ insn-attrtab.c:9082:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_BOTH))) ^ insn-attrtab.c: In function 'athlon_fp_unit_ready_cost': insn-attrtab.c:9188:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:9199:82: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || (which_alternative == 1)) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:9211:127: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9211:210: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9228:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9228:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9232:116: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], TFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9232:199: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], TFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9232:320: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], TFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9232:403: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], TFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9249:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9249:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9253:116: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], XFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9253:199: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], XFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9253:320: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], XFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9253:403: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], XFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9264:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9264:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9268:146: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative != 2) && (mult_operator (operands[3], DFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9268:229: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative != 2) && (mult_operator (operands[3], DFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9268:350: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative != 2) && (mult_operator (operands[3], DFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9268:433: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative != 2) && (mult_operator (operands[3], DFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9283:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9283:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9287:116: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], DFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9287:199: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], DFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9287:320: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], DFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9287:403: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], DFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9298:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9298:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9302:146: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative != 2) && (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9302:229: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative != 2) && (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9302:350: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative != 2) && (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9302:433: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative != 2) && (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9315:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9315:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_FDIV) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9319:116: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], SFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9319:199: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], SFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9319:320: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], SFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9319:403: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((mult_operator (operands[3], SFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((get_attr_type (insn) == TYPE_FOP) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9330:111: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], TFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], TFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9330:194: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], TFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], TFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9330:322: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], TFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], TFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9330:405: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], TFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], TFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9341:111: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], XFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], XFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9341:194: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], XFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], XFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9341:322: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], XFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], XFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9341:405: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], XFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], XFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9353:141: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || (((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9353:224: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || (((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9353:382: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || (((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9353:465: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || (((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9365:111: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], SFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9365:194: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], SFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9365:322: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], SFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9365:405: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], SFmode)) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (mult_operator (operands[3], SFmode))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9381:186: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && ((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9385:195: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9389:203: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((which_alternative == 0) && (((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE))) && ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9407:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:9439:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9439:151: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9450:97: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9450:180: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9474:97: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9474:180: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9488:216: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE))) && ((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9492:223: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9492:336: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9492:450: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9496:231: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 1) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE)))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9496:344: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 1) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE)))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9496:458: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 1) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE)))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9507:275: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || (which_alternative == 1)) && ((((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && (which_alternative == 1)) && ((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON))))))) ^ insn-attrtab.c:9511:282: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || (which_alternative == 1)) && ((((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && (which_alternative == 1)) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9511:395: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || (which_alternative == 1)) && ((((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && (which_alternative == 1)) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9511:509: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || (which_alternative == 1)) && ((((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)) && (which_alternative == 1)) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9515:350: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || (which_alternative == 1)) && ((((which_alternative != 0) && (which_alternative != 1)) || (((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE))) || (which_alternative != 1))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9515:463: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || (which_alternative == 1)) && ((((which_alternative != 0) && (which_alternative != 1)) || (((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE))) || (which_alternative != 1))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9515:577: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || (which_alternative == 1)) && ((((which_alternative != 0) && (which_alternative != 1)) || (((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE))) || (which_alternative != 1))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9529:306: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((which_alternative == 3) || ((which_alternative == 4) || ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) && ((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9533:402: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((which_alternative == 3) || ((which_alternative == 4) || ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9533:486: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((which_alternative == 3) || ((which_alternative == 4) || ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9533:659: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((which_alternative == 3) || ((which_alternative == 4) || ((get_attr_memory (insn) == MEMORY_LOAD) || (get_attr_memory (insn) == MEMORY_STORE)))) && ((((get_attr_memory (insn) == MEMORY_LOAD) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((ix86_cpu) == (CPU_ATHLON)))))))) ^ insn-attrtab.c:9537:409: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((which_alternative != 3) && ((which_alternative != 4) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE)))))) && ((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9541:413: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((which_alternative != 3) && ((which_alternative != 4) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE)))))) && ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9554:157: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9554:240: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9566:97: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9566:180: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9583:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9583:151: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c: In function 'athlon_muldiv_unit_ready_cost': insn-attrtab.c:9626:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c: In function 'athlon_ieu_unit_ready_cost': insn-attrtab.c:9671:101: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 1) && (const0_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9671:210: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 1) && (const0_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9671:274: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 1) && (const0_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9682:101: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 1) && (const0_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9682:210: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 1) && (const0_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9682:274: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 1) && (const0_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9694:82: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (which_alternative == 3)) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:9733:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:9746:53: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9746:117: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9757:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 2) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9757:131: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 2) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9757:205: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 2) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9768:116: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9768:235: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9779:146: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9779:211: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9779:360: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9794:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9794:140: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9807:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9807:131: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9807:205: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9819:83: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) && (which_alternative != 1)) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 0) || (which_alternative == 1)) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9819:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) && (which_alternative != 1)) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 0) || (which_alternative == 1)) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9830:113: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9830:237: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9856:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:9873:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], QImode)) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (incdec_operand (operands[2], QImode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9873:149: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], QImode)) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (incdec_operand (operands[2], QImode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9884:97: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 3) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9884:162: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 3) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9884:274: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 3) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9900:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], HImode)) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (incdec_operand (operands[2], HImode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9900:149: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], HImode)) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (incdec_operand (operands[2], HImode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9911:97: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 2) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9911:162: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 2) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9911:274: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative == 2) && (((ix86_cpu) == (CPU_ATHLON)))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9927:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], SImode)) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (incdec_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9927:149: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], SImode)) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (incdec_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9938:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9938:181: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9938:255: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ Making symbolic directory links insn-attrtab.c:9949:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9949:181: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9949:255: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9963:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], DImode)) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (incdec_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9963:149: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], DImode)) && (((ix86_cpu) == (CPU_ATHLON)))) || ((! (incdec_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:9974:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9974:181: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ Fixing directory /usr/include into /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/include insn-attrtab.c:9974:255: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_INCDEC) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_ALU) && (((ix86_cpu) == (CPU_ATHLON)))))) ^ insn-attrtab.c:9985:172: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 3) || (which_alternative == 4))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:9997:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10008:274: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode))))))))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10008:567: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode))))))))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10019:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10030:99: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0)))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10030:209: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0))) && (((ix86_cpu) == (CPU_ATHLON)))) || (((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0)))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10042:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_IMOVX) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_IMOV) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10042:140: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_IMOVX) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_IMOV) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10053:255: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10053:631: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10064:334: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((((which_alternative != 0) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_HIMODE_MATH) == (0))))) && (((which_alternative != 1) && (which_alternative != 2)) || (! (aligned_operand (operands[1], HImode))))) && (((TARGET_MOVX) != (0)) && ((which_alternative == 0) || (which_alternative == 2)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_IMOV) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10064:409: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((((which_alternative != 0) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_HIMODE_MATH) == (0))))) && (((which_alternative != 1) && (which_alternative != 2)) || (! (aligned_operand (operands[1], HImode))))) && (((TARGET_MOVX) != (0)) && ((which_alternative == 0) || (which_alternative == 2)))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((get_attr_type (insn) == TYPE_IMOV) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10075:274: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode)))))))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10075:567: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && (((ix86_cpu) == (CPU_ATHLON)))) || ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode)))))))) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10378:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c:10395:53: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c:10395:117: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))) || ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON))))) ^ insn-attrtab.c: In function 'athlon_vectordec_unit_blockage_range': insn-attrtab.c:10474:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10490:151: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE)))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10504:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative != 1) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10515:112: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 1) && ((which_alternative != 2) && (which_alternative != 3))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10534:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10548:151: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 1) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE)))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10559:211: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) && (which_alternative != 1)) || (((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE))) || (which_alternative != 1))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10573:271: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 3) && ((which_alternative != 4) && (((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) || ((! (get_attr_memory (insn) == MEMORY_LOAD)) && (! (get_attr_memory (insn) == MEMORY_STORE)))))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10585:172: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) || ((which_alternative != 3) && (which_alternative != 4))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10597:102: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (memory_operand (operands[1], VOIDmode)))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10608:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative != 4) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10622:82: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 0) && (which_alternative != 1)) && (((ix86_cpu) == (CPU_ATHLON)))) ^ insn-attrtab.c:10633:102: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (! (memory_operand (operands[1], VOIDmode)))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ Applying io_quotes_use to dev/dm/netbsd-dm.h insn-attrtab.c:10651:72: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((! (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_ATHLON)))) ^ Applying io_quotes_use to dev/ic/isp_ioctl.h insn-attrtab.c:10888:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_ATHLON))) ^ insn-attrtab.c: In function 'k6_fpu_unit_ready_cost': insn-attrtab.c:10915:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], TFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10915:136: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], TFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10932:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], XFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10932:136: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], XFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10943:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && (mult_operator (operands[3], DFmode))) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ Applying io_quotes_use to dev/iscsi/iscsi_ioctl.h Applying io_quotes_use to dev/iscsi/iscsi_perf.h insn-attrtab.c:10943:166: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && (mult_operator (operands[3], DFmode))) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10958:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], DFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10958:136: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], DFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10969:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10969:166: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10982:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], SFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ Applying io_quotes_use to dev/iscsi/iscsi_test.h insn-attrtab.c:10982:136: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], SFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10993:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], TFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (mult_operator (operands[3], TFmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:10993:143: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], TFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (mult_operator (operands[3], TFmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11004:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], XFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (mult_operator (operands[3], XFmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11004:143: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], XFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (mult_operator (operands[3], XFmode))) && (((ix86_cpu) == (CPU_K6))))) ^ Applying io_quotes_def to dev/pci/hdaudio/hdaudioreg.h insn-attrtab.c:11016:96: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_K6)))) || (((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11016:203: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 0) && (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_K6)))) || (((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11028:66: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], SFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11028:143: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((mult_operator (operands[3], SFmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11039:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11050:82: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || (which_alternative == 1)) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11067:112: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11099:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11134:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c: In function 'k6_store_unit_ready_cost': insn-attrtab.c:11179:146: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11179:222: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11179:351: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11183:146: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 1) || (const0_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11183:222: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 1) || (const0_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11194:146: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11194:222: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11194:351: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11198:146: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 1) || (const0_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11198:222: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 1) || (const0_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11212:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11212:174: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11212:303: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11216:102: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11216:178: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11227:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 3) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11227:174: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 3) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11227:303: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 3) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11231:102: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((which_alternative != 3) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11231:178: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((which_alternative != 3) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11243:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 2) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11243:174: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 2) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11243:303: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 2) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11247:102: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((which_alternative != 2) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11247:178: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((which_alternative != 2) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11258:148: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11258:224: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11258:353: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11262:156: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) && (! (pic_symbolic_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11262:232: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) && (! (pic_symbolic_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11273:148: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11273:224: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11273:353: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11277:156: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 2) && (! (pic_symbolic_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11277:232: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 2) && (! (pic_symbolic_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11288:148: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11288:224: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11288:353: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11292:156: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 2) && (! (pic_symbolic_operand (operands[2], DImode)))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11292:232: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative != 2) && (! (pic_symbolic_operand (operands[2], DImode)))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11311:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:11323:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11323:178: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11334:319: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11334:395: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11334:524: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11338:331: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative == 5) || (which_alternative == 6)) || ((which_alternative == 7) || ((which_alternative == 8) || ((which_alternative == 9) || ((which_alternative == 4) || ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode))))))))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11338:407: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative == 5) || (which_alternative == 6)) || ((which_alternative == 7) || ((which_alternative == 8) || ((which_alternative == 9) || ((which_alternative == 4) || ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode))))))))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11349:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11349:178: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11373:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:11384:319: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11384:395: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11384:524: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && ((((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) || ((! (get_attr_memory (insn) == MEMORY_BOTH)) && ((! (get_attr_memory (insn) == MEMORY_STORE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:11388:331: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative == 2) || ((which_alternative == 3) || (which_alternative == 4))) || ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode)))))))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11388:407: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((((which_alternative == 2) || ((which_alternative == 3) || (which_alternative == 4))) || ((which_alternative == 5) || ((which_alternative == 6) || ((which_alternative == 7) || ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode)))))))) && (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6)))))) ^ insn-attrtab.c:11434:69: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) ^ Applying io_quotes_use to dev/scsipi/ses.h insn-attrtab.c:11434:145: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11450:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((memory_operand (operands[0], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11468:69: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11468:149: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11773:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11773:144: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_STORE) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c: In function 'k6_load_unit_ready_cost': insn-attrtab.c:11816:87: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((! (constant_call_address_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11831:87: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((! (constant_call_address_operand (operands[0], VOIDmode))) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11850:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((memory_operand (operands[0], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11862:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11873:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (memory_operand (operands[1], VOIDmode))) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:11896:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:11912:69: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((memory_operand (operands[0], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (memory_operand (operands[0], VOIDmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11912:149: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((memory_operand (operands[0], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) || ((! (memory_operand (operands[0], VOIDmode))) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:11966:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((memory_operand (operands[1], VOIDmode)) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:12043:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:12271:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:12271:143: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_BOTH) && (((ix86_cpu) == (CPU_K6)))) || ((get_attr_memory (insn) == MEMORY_LOAD) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c: In function 'k6_alu_unit_ready_cost': insn-attrtab.c:12326:141: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], DImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12326:296: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], DImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12326:375: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], DImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12326:482: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], DImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12326:561: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], DImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12337:141: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], SImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12337:296: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], SImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12337:375: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], SImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12337:482: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], SImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12337:561: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 1) && (const0_operand (operands[2], SImode))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12348:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12348:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12348:295: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12348:374: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12348:494: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12348:573: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12359:153: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12359:232: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12359:402: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12359:481: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12370:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12370:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12370:370: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12370:449: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12370:649: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12370:728: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12385:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12385:187: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12385:307: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12385:386: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12398:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12398:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12398:295: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12398:374: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12398:494: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12398:573: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12410:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12410:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12410:314: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12410:393: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) || (which_alternative == 1)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12421:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12421:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12421:344: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12421:423: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12447:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:12447:147: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:12464:112: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], QImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12464:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], QImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12464:316: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], QImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12464:395: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], QImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12475:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12475:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12475:329: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12475:408: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12475:563: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12475:642: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 3) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 3) && (incdec_operand (operands[2], QImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 3) && (! (incdec_operand (operands[2], QImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12491:112: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], HImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12491:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], HImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12491:316: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], HImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12491:395: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], HImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12502:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12502:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12502:329: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12502:408: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12502:563: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12502:642: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((((which_alternative != 2) && (incdec_operand (operands[2], HImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((which_alternative != 2) && (! (incdec_operand (operands[2], HImode)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12518:112: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], SImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12518:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], SImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12518:316: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], SImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12518:395: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], SImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12529:148: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12529:227: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12529:348: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12529:427: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12529:544: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12529:623: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12540:148: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12540:227: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12540:348: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12540:427: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12540:544: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12540:623: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12554:112: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], DImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12554:191: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], DImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12554:316: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], DImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12554:395: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((incdec_operand (operands[2], DImode)) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((! (incdec_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12565:148: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12565:227: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12565:348: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12565:427: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12565:544: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12565:623: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || (((get_attr_type (insn) == TYPE_INCDEC) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((get_attr_type (insn) == TYPE_ALU) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))))) ^ insn-attrtab.c:12588:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:12599:97: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12599:203: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12599:282: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12610:216: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 0) && ((which_alternative != 1) && (which_alternative != 2))) && ((which_alternative == 3) || (which_alternative == 4))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:12621:326: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode))))))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12621:653: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode))))))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12621:732: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], DImode))))))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12632:143: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0)))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || (((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12632:295: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0)))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || (((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12632:374: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((q_regs_operand (operands[0], QImode)) && (! ((TARGET_MOVX) != (0)))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || (((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12644:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_IMOV) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((get_attr_type (insn) == TYPE_IMOVX) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12644:226: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_IMOV) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((get_attr_type (insn) == TYPE_IMOVX) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12644:305: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_IMOV) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((get_attr_type (insn) == TYPE_IMOVX) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12655:409: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12655:717: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12655:796: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative == 3) && (((TARGET_PARTIAL_REG_STALL) == (0)) || ((TARGET_QIMODE_MATH) == (0)))) || (((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative != 3) && ((which_alternative != 5) && ((! ((TARGET_MOVX) != (0))) || (which_alternative != 2)))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12666:108: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_IMOV) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || (((((which_alternative != 0) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_HIMODE_MATH) == (0))))) && (((which_alternative != 1) && (which_alternative != 2)) || (! (aligned_operand (operands[1], HImode))))) && (((TARGET_MOVX) != (0)) && ((which_alternative == 0) || (which_alternative == 2)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12666:495: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_IMOV) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || (((((which_alternative != 0) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_HIMODE_MATH) == (0))))) && (((which_alternative != 1) && (which_alternative != 2)) || (! (aligned_operand (operands[1], HImode))))) && (((TARGET_MOVX) != (0)) && ((which_alternative == 0) || (which_alternative == 2)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12666:574: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_type (insn) == TYPE_IMOV) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || (((((which_alternative != 0) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_HIMODE_MATH) == (0))))) && (((which_alternative != 1) && (which_alternative != 2)) || (! (aligned_operand (operands[1], HImode))))) && (((TARGET_MOVX) != (0)) && ((which_alternative == 0) || (which_alternative == 2)))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12686:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) ^ insn-attrtab.c:12697:326: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode)))))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12697:653: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode)))))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12697:732: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && ((! ((flag_pic) != (0))) || (! (symbolic_operand (operands[1], SImode)))))))) && ((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6))))) || ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12931:68: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:12931:147: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))) ^ insn-attrtab.c:12950:98: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12950:177: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12950:284: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c:12950:363: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6)))))) || ((which_alternative == 1) && (((get_attr_memory (insn) == MEMORY_NONE) && (((ix86_cpu) == (CPU_K6)))) || ((! (get_attr_memory (insn) == MEMORY_NONE)) && (((ix86_cpu) == (CPU_K6))))))) ^ insn-attrtab.c: In function 'k6_alux_unit_ready_cost': insn-attrtab.c:12995:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && (((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode)))) || ((((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode))) && (general_operand (operands[0], QImode))))) ^ insn-attrtab.c:13006:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) || (((which_alternative == 0) && (((TARGET_DOUBLE_WITH_ADD) != (0)) && (const1_operand (operands[2], VOIDmode)))) && (general_operand (operands[0], QImode))))) ^ insn-attrtab.c:13026:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && ((get_attr_type (insn) == TYPE_ISHIFT) || ((get_attr_type (insn) == TYPE_ALU) && (general_operand (operands[0], QImode))))) ^ insn-attrtab.c:13042:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:13068:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:13079:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && ((! (incdec_operand (operands[2], QImode))) || (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13090:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative != 3) && (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13101:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative != 2) && (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13114:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && (((get_attr_type (insn) == TYPE_ALU) || (get_attr_type (insn) == TYPE_INCDEC)) && (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13127:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative == 0) && (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13142:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && ((which_alternative != 0) || (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13153:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && (((! (q_regs_operand (operands[0], QImode))) || ((TARGET_MOVX) != (0))) && (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13166:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && ((get_attr_type (insn) == TYPE_IMOVX) && (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13177:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && ((((which_alternative != 3) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_QIMODE_MATH) == (0))))) && ((which_alternative == 3) || ((which_alternative == 5) || (((TARGET_MOVX) != (0)) && (which_alternative == 2))))) && (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13188:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && (((((which_alternative != 0) || ((! ((TARGET_PARTIAL_REG_STALL) == (0))) && (! ((TARGET_HIMODE_MATH) == (0))))) && (((which_alternative != 1) && (which_alternative != 2)) || (! (aligned_operand (operands[1], HImode))))) && (((TARGET_MOVX) != (0)) && ((which_alternative == 0) || (which_alternative == 2)))) && (general_operand (operands[0], QImode)))) ^ insn-attrtab.c:13304:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_K6))) ^ insn-attrtab.c:13464:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) && (general_operand (operands[0], QImode))) ^ insn-attrtab.c: In function 'fpu_unit_ready_cost': insn-attrtab.c:13515:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], TFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13519:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13536:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], XFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13540:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13551:95: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 2) && (mult_operator (operands[3], DFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13555:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13570:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], DFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13574:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13585:95: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 2) && (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13589:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13602:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], SFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13606:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13617:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], TFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13621:74: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((! (mult_operator (operands[3], TFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13632:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], XFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13636:74: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((! (mult_operator (operands[3], XFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13648:95: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13652:104: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13664:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], SFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13668:74: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((! (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13694:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:13705:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13719:82: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || (which_alternative == 1)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13736:112: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13768:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13823:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c: In function 'ppro_p0_unit_ready_cost': insn-attrtab.c:13919:100: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (const0_operand (operands[2], DImode)))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13930:100: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (! (const0_operand (operands[2], SImode)))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13941:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:13954:82: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || (which_alternative == 1)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13971:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], TFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13975:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13992:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], XFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:13996:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14007:95: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 2) && (mult_operator (operands[3], DFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14011:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14026:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], DFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14030:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14041:95: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 2) && (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14045:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14058:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], SFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14062:67: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((get_attr_type (insn) == TYPE_FOP) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14073:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], TFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14077:74: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((! (mult_operator (operands[3], TFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14088:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], XFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14092:74: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((! (mult_operator (operands[3], XFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14104:95: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) && (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14108:104: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if (((which_alternative == 0) && (! (mult_operator (operands[3], SFmode)))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14120:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((mult_operator (operands[3], SFmode)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14124:74: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] else if ((! (mult_operator (operands[3], SFmode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14135:53: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_PENTIUMPRO))))) ^ insn-attrtab.c:14135:134: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_PENTIUMPRO))))) ^ insn-attrtab.c:14146:115: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode)))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14157:53: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) || (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((ix86_cpu) == (CPU_PENTIUMPRO))))) ^ insn-attrtab.c:14157:214: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) || (((which_alternative == 0) && ((! ((TARGET_DOUBLE_WITH_ADD) != (0))) || (! (const1_operand (operands[2], VOIDmode))))) && (((ix86_cpu) == (CPU_PENTIUMPRO))))) ^ insn-attrtab.c:14172:65: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14185:53: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_PENTIUMPRO))))) ^ insn-attrtab.c:14185:134: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) || ((get_attr_type (insn) == TYPE_ISHIFT) && (((ix86_cpu) == (CPU_PENTIUMPRO))))) ^ insn-attrtab.c:14201:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:14227:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:14238:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 3) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14249:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 2) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14260:102: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative != 0) || (pic_symbolic_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14271:102: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (pic_symbolic_operand (operands[2], SImode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14282:102: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 2) || (pic_symbolic_operand (operands[2], DImode))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14318:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c:14332:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 1) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14343:82: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || (which_alternative == 1)) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14360:112: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((which_alternative == 0) || ((which_alternative == 1) || (which_alternative == 2))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14371:273: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 5) && (which_alternative != 6)) && ((which_alternative != 7) && ((which_alternative != 8) && ((which_alternative != 9) && ((which_alternative != 4) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], DImode)))))))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14382:273: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((which_alternative != 2) && ((which_alternative != 3) && (which_alternative != 4))) && ((which_alternative != 5) && ((which_alternative != 6) && ((which_alternative != 7) && (((flag_pic) != (0)) && (symbolic_operand (operands[1], SImode))))))) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14414:52: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((which_alternative == 0) && (((ix86_cpu) == (CPU_PENTIUMPRO)))) ^ insn-attrtab.c:14530:23: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if (((ix86_cpu) == (CPU_PENTIUMPRO))) ^ insn-attrtab.c: In function 'function_units_used': insn-attrtab.c:14578:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((((((((((attr_type == TYPE_ISHIFT) || ((attr_type == TYPE_ROTATE) || ((attr_type == TYPE_ISHIFT1) || ((attr_type == TYPE_ROTATE1) || ((attr_type == TYPE_LEA) || ((attr_type == TYPE_IBR) || (attr_type == TYPE_CLD))))))) || (attr_type == TYPE_IMUL)) || (attr_type == TYPE_IDIV)) || ((attr_type == TYPE_FOP) || ((attr_type == TYPE_FSGN) || (attr_type == TYPE_FISTP)))) || (attr_type == TYPE_FCMOV)) || (attr_type == TYPE_FCMP)) || (attr_type == TYPE_FMOV)) || (attr_type == TYPE_FMUL)) || ((attr_type == TYPE_FDIV) || (attr_type == TYPE_FPSPC)))) ? (1) : (0)); ^ insn-attrtab.c:14579:28: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= ((((((ix86_cpu) == (CPU_PENTIUMPRO))) && (! ((attr_type == TYPE_IMOV) || (attr_type == TYPE_FMOV)))) || (((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((attr_type == TYPE_IMOV) || (attr_type == TYPE_FMOV))) && (attr_memory == MEMORY_NONE))) ? (2) : (0)); ^ insn-attrtab.c:14579:131: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= ((((((ix86_cpu) == (CPU_PENTIUMPRO))) && (! ((attr_type == TYPE_IMOV) || (attr_type == TYPE_FMOV)))) || (((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((attr_type == TYPE_IMOV) || (attr_type == TYPE_FMOV))) && (attr_memory == MEMORY_NONE))) ? (2) : (0)); ^ insn-attrtab.c:14580:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((attr_type == TYPE_POP) || ((attr_memory == MEMORY_LOAD) || (attr_memory == MEMORY_BOTH)))) ? (4) : (0)); ^ insn-attrtab.c:14581:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_PENTIUMPRO))) && ((attr_type == TYPE_PUSH) || ((attr_memory == MEMORY_STORE) || (attr_memory == MEMORY_BOTH)))) ? (8) : (0)); ^ insn-attrtab.c:14582:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_PENTIUMPRO))) && (((((attr_type == TYPE_FOP) || ((attr_type == TYPE_FSGN) || ((attr_type == TYPE_FMOV) || ((attr_type == TYPE_FCMP) || ((attr_type == TYPE_FCMOV) || (attr_type == TYPE_FISTP)))))) || (attr_type == TYPE_FMUL)) || ((attr_type == TYPE_FDIV) || (attr_type == TYPE_FPSPC))) || (attr_type == TYPE_IMUL))) ? (16) : (0)); ^ insn-attrtab.c:14583:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_K6))) && (((((attr_type == TYPE_ISHIFT) || ((attr_type == TYPE_ISHIFT1) || ((attr_type == TYPE_ROTATE) || ((attr_type == TYPE_ROTATE1) || ((attr_type == TYPE_ALU1) || ((attr_type == TYPE_NEGNOT) || (attr_type == TYPE_CLD))))))) || (((attr_type == TYPE_ALU) || ((attr_type == TYPE_ALU1) || ((attr_type == TYPE_NEGNOT) || ((attr_type == TYPE_ICMP) || ((attr_type == TYPE_TEST) || ((attr_type == TYPE_IMOVX) || (attr_type == TYPE_INCDEC))))))) && (general_operand (operands[0], QImode)))) || (attr_type == TYPE_IMUL)) || (attr_type == TYPE_IDIV))) ? (32) : (0)); ^ insn-attrtab.c:14584:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_K6))) && (((((attr_type == TYPE_ISHIFT) || ((attr_type == TYPE_ISHIFT1) || ((attr_type == TYPE_ROTATE) || ((attr_type == TYPE_ROTATE1) || ((attr_type == TYPE_ALU1) || ((attr_type == TYPE_NEGNOT) || ((attr_type == TYPE_ALU) || ((attr_type == TYPE_ICMP) || ((attr_type == TYPE_TEST) || ((attr_type == TYPE_IMOVX) || ((attr_type == TYPE_INCDEC) || ((attr_type == TYPE_SETCC) || (attr_type == TYPE_LEA))))))))))))) || ((attr_type == TYPE_IMOV) && (attr_memory == MEMORY_NONE))) || (attr_type == TYPE_IMUL)) || (attr_type == TYPE_IDIV))) ? (64) : (0)); ^ insn-attrtab.c:14585:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_K6))) && ((attr_type == TYPE_CALL) || ((attr_type == TYPE_CALLV) || (attr_type == TYPE_IBR)))) ? (128) : (0)); ^ insn-attrtab.c:14586:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_K6))) && (((attr_type == TYPE_POP) || ((attr_memory == MEMORY_LOAD) || (attr_memory == MEMORY_BOTH))) || ((attr_type == TYPE_STR) && ((attr_memory == MEMORY_LOAD) || (attr_memory == MEMORY_BOTH))))) ? (256) : (0)); ^ insn-attrtab.c:14587:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_K6))) && (((attr_type == TYPE_LEA) || (attr_type == TYPE_STR)) || ((attr_type == TYPE_PUSH) || ((attr_memory == MEMORY_STORE) || (attr_memory == MEMORY_BOTH))))) ? (512) : (0)); ^ insn-attrtab.c:14588:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_K6))) && ((((attr_type == TYPE_FOP) || ((attr_type == TYPE_FMOV) || ((attr_type == TYPE_FCMP) || (attr_type == TYPE_FISTP)))) || (attr_type == TYPE_FMUL)) || ((attr_type == TYPE_FDIV) || (attr_type == TYPE_FPSPC)))) ? (1024) : (0)); ^ insn-attrtab.c:14589:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && ((attr_athlon_decode == ATHLON_DECODE_VECTOR) || (attr_athlon_decode == ATHLON_DECODE_DIRECT))) ? (2048) : (0)); ^ insn-attrtab.c:14590:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && (attr_athlon_decode == ATHLON_DECODE_DIRECT)) ? (4096) : (0)); ^ insn-attrtab.c:14591:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && (((((attr_type == TYPE_ALU1) || ((attr_type == TYPE_NEGNOT) || ((attr_type == TYPE_ALU) || ((attr_type == TYPE_ICMP) || ((attr_type == TYPE_TEST) || ((attr_type == TYPE_IMOV) || ((attr_type == TYPE_IMOVX) || ((attr_type == TYPE_LEA) || ((attr_type == TYPE_INCDEC) || ((attr_type == TYPE_ISHIFT) || ((attr_type == TYPE_ISHIFT1) || ((attr_type == TYPE_ROTATE) || ((attr_type == TYPE_ROTATE1) || ((attr_type == TYPE_IBR) || ((attr_type == TYPE_CALL) || ((attr_type == TYPE_CALLV) || ((attr_type == TYPE_ICMOV) || ((attr_type == TYPE_CLD) || ((attr_type == TYPE_POP) || ((attr_type == TYPE_SETCC) || (attr_type == TYPE_PUSH))))))))))))))))))))) || (attr_type == TYPE_STR)) || (attr_type == TYPE_IMUL)) || (attr_type == TYPE_IDIV))) ? (8192) : (0)); ^ insn-attrtab.c:14592:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && ((attr_type == TYPE_IMUL) || (attr_type == TYPE_IDIV))) ? (16384) : (0)); ^ insn-attrtab.c:14593:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && ((((((((attr_type == TYPE_FPSPC) || (attr_type == TYPE_FDIV)) || ((attr_type == TYPE_FOP) || ((attr_type == TYPE_FMUL) || (attr_type == TYPE_FISTP)))) || ((attr_type == TYPE_FMOV) && ((attr_memory == MEMORY_LOAD) && (attr_mode == MODE_XF)))) || ((attr_type == TYPE_FMOV) || (attr_type == TYPE_FSGN))) || ((attr_type == TYPE_FCMP) && (attr_athlon_decode == ATHLON_DECODE_DIRECT))) || ((attr_type == TYPE_FCMP) && (attr_athlon_decode == ATHLON_DECODE_VECTOR))) || (attr_type == TYPE_FCMOV))) ? (32768) : (0)); ^ insn-attrtab.c:14594:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && (attr_athlon_fpunits == ATHLON_FPUNITS_MUL)) ? (65536) : (0)); ^ insn-attrtab.c:14595:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && (attr_athlon_fpunits == ATHLON_FPUNITS_ADD)) ? (131072) : (0)); ^ insn-attrtab.c:14596:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && ((attr_athlon_fpunits == ATHLON_FPUNITS_MULADD) || ((attr_athlon_fpunits == ATHLON_FPUNITS_MUL) || (attr_athlon_fpunits == ATHLON_FPUNITS_ADD)))) ? (262144) : (0)); ^ insn-attrtab.c:14597:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && ((attr_memory == MEMORY_LOAD) || (attr_memory == MEMORY_BOTH))) ? (1048576) : (0)); ^ insn-attrtab.c:14598:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] accum |= (((((ix86_cpu) == (CPU_ATHLON))) && (attr_athlon_fpunits == ATHLON_FPUNITS_STORE)) ? (524288) : (0)); ^ insn-attrtab.c: In function 'get_attr_modrm': insn-attrtab.c:19224:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((! (((ix86_cpu) == (CPU_K6)))) && (which_alternative == 0)) ^ insn-attrtab.c: In function 'get_attr_pent_prefix': insn-attrtab.c:22674:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((((ix86_cpu) == (CPU_K6))) || (which_alternative != 0)) ^ insn-attrtab.c: In function 'get_attr_prefix_0f': insn-attrtab.c:23519:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] if ((! (((ix86_cpu) == (CPU_K6)))) && (which_alternative == 0)) ^ Applying io_quotes_def to gssapi/gssapi.h Applying io_quotes_use to krb5/kafs.h Applying io_quotes_def to krb5/krb5-private.h Applying io_quotes_def to krb5/krb5-protos.h Applying io_quotes_def to net/if_media.h Applying io_quotes_def to net/ppp-comp.h Applying io_quotes_def to netinet/ip_compat.h Applying strict_ansi_only to netinet/ip_compat.h Fixed: netinet/ip_compat.h Quoted includes in netinet/ip_compat.h Applying io_quotes_use to netinet/ip_fil.h Fixed: netinet/ip_fil.h Quoted includes in netinet/ip_fil.h Applying io_quotes_use to netinet/ip_lookup.h Fixed: netinet/ip_lookup.h Applying io_quotes_use to netinet/ip_nat.h Fixed: netinet/ip_nat.h Applying io_quotes_use to netinet/ip_proxy.h Fixed: netinet/ip_proxy.h Applying io_quotes_use to netinet/ip_scan.h Fixed: netinet/ip_scan.h Applying io_quotes_use to netinet/ip_state.h Fixed: netinet/ip_state.h Applying ctrl_quotes_def to readline/history.h Applying ctrl_quotes_def to readline/readline.h Applying io_quotes_def to rump/rumpdefs.h Applying io_quotes_use to sys/agpio.h Applying io_quotes_def to sys/ioccom.h Applying io_quotes_def to sys/signalvar.h Applying io_quotes_def to sys/ttycom.h Applying gnu_types to sys/types.h Fixed: sys/types.h Applying io_quotes_def to sys/videoio.h Applying io_quotes_def to uvm/uvm_extern.h Applying avoid_wchar_t_type to inttypes.h Fixed: inttypes.h Applying limits_ifndefs to limits.h Applying sun_malloc to malloc.h Applying math_exception to math.h Applying math_huge_val_ifndef to math.h Fixed: math.h Applying avoid_wchar_t_type to stddef.h Applying gnu_types to stddef.h Fixed: stddef.h Applying stdio_stdarg_h to stdio.h Applying stdio_va_list to stdio.h Fixed: stdio.h Applying avoid_wchar_t_type to stdlib.h Applying gnu_types to stdlib.h Fixed: stdlib.h Applying sysv68_string to string.h Applying avoid_wchar_t_type to wchar.h Fixed: wchar.h Cleaning up unneeded directories: fixincludes is done echo timestamp > stmp-fixinc if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi for file in .. ./ginclude/float.h ./ginclude/iso646.h ./ginclude/stdarg.h ./ginclude/stdbool.h ./ginclude/stddef.h ./ginclude/varargs.h ./unwind.h ./config/i386/mmintrin.h ./config/i386/xmmintrin.h ./config/i386/emmintrin.h ./config/i386/pmmintrin.h; do \ if [ X$file != X.. ]; then \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ echo timestamp > include/$realfile; \ rm -f include/$realfile; \ cp $file include; \ chmod a+r include/$realfile; \ fi; \ done rm -f include/limits.h cp xlimits.h include/limits.h chmod a+r include/limits.h rm -f include/README cp ./README-fixinc include/README chmod a+r include/README echo timestamp > stmp-int-hdrs rm -rf libbackend.a ar rc libbackend.a alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o i386.o ranlib libbackend.a gcc -O2 -I/usr/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -o cc1 \ c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a main.o libbackend.a -lintl ../libiberty/libiberty.a /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I. -I./. -I./config -I./../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fPIC \ -c ./crtstuff.c -DCRT_BEGIN \ -o crtbegin.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I. -I./. -I./config -I./../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fPIC \ -c ./crtstuff.c -DCRT_END \ -o crtend.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I. -I./. -I./config -I./../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fPIC \ -c ./crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \ -o crtbeginS.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I. -I./. -I./config -I./../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fPIC \ -c ./crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o crtstuff.c: In function `__do_global_dtors_aux': crtstuff.c:280: warning: passing arg 1 of `__deregister_frame_info' discards qualifiers from pointer target type crtstuff.c: In function `__do_global_dtors_aux': crtstuff.c:280: warning: passing arg 1 of `__deregister_frame_info' discards qualifiers from pointer target type crtstuff.c: In function `frame_dummy': crtstuff.c:316: warning: passing arg 1 of `__register_frame_info' discards qualifiers from pointer target type crtstuff.c: In function `frame_dummy': crtstuff.c:316: warning: passing arg 1 of `__register_frame_info' discards qualifiers from pointer target type /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I. -I./. -I./config -I./../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fPIC \ -c ./crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O \ -o crtbeginT.o crtstuff.c: In function `__do_global_dtors_aux': crtstuff.c:280: warning: passing arg 1 of `__deregister_frame_info' discards qualifiers from pointer target type crtstuff.c: In function `frame_dummy': crtstuff.c:316: warning: passing arg 1 of `__register_frame_info' discards qualifiers from pointer target type /usr/pkg/bin/gmake GCC_FOR_TARGET="/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include" \ BUILD_PREFIX="" BUILD_PREFIX_1="loser-" \ AR_FOR_TARGET="ar" \ AR_CREATE_FOR_TARGET="ar rc" \ AR_FLAGS_FOR_TARGET="" \ CFLAGS="-O2 -I/usr/include -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long " \ RANLIB_FOR_TARGET="ranlib" \ RANLIB_TEST_FOR_TARGET="[ -f ranlib ] || ( [ "x86_64--netbsdelf2.0" = "x86_64--netbsdelf2.0" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \ NM_FOR_TARGET="nm" AWK="awk" \ LIBGCC2_CFLAGS="-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \ INCLUDES="-I. -I. -I. -I./. -I./config -I./../include" \ CONFIG_H="tconfig.h " MACHMODE_H="machmode.h machmode.def ./config/i386/i386-modes.def" \ LIB1ASMSRC='' \ MAKEOVERRIDES= \ -f libgcc.mk all gmake[2]: Entering directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \ done mkdir libgcc if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_muldi3 -c ./libgcc2.c -o libgcc/./_muldi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_negdi2 -c ./libgcc2.c -o libgcc/./_negdi2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_lshrdi3 -c ./libgcc2.c -o libgcc/./_lshrdi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ashldi3 -c ./libgcc2.c -o libgcc/./_ashldi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ashrdi3 -c ./libgcc2.c -o libgcc/./_ashrdi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ffsdi2 -c ./libgcc2.c -o libgcc/./_ffsdi2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_clz -c ./libgcc2.c -o libgcc/./_clz.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_cmpdi2 -c ./libgcc2.c -o libgcc/./_cmpdi2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ucmpdi2 -c ./libgcc2.c -o libgcc/./_ucmpdi2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_floatdidf -c ./libgcc2.c -o libgcc/./_floatdidf.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_floatdisf -c ./libgcc2.c -o libgcc/./_floatdisf.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunsdfsi -c ./libgcc2.c -o libgcc/./_fixunsdfsi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunssfsi -c ./libgcc2.c -o libgcc/./_fixunssfsi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunsdfdi -c ./libgcc2.c -o libgcc/./_fixunsdfdi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixdfdi -c ./libgcc2.c -o libgcc/./_fixdfdi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunssfdi -c ./libgcc2.c -o libgcc/./_fixunssfdi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixsfdi -c ./libgcc2.c -o libgcc/./_fixsfdi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixxfdi -c ./libgcc2.c -o libgcc/./_fixxfdi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunsxfdi -c ./libgcc2.c -o libgcc/./_fixunsxfdi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_floatdixf -c ./libgcc2.c -o libgcc/./_floatdixf.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunsxfsi -c ./libgcc2.c -o libgcc/./_fixunsxfsi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixtfdi -c ./libgcc2.c -o libgcc/./_fixtfdi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunstfdi -c ./libgcc2.c -o libgcc/./_fixunstfdi.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_floatditf -c ./libgcc2.c -o libgcc/./_floatditf.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_clear_cache -c ./libgcc2.c -o libgcc/./_clear_cache.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_trampoline -c ./libgcc2.c -o libgcc/./_trampoline.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL__main -c ./libgcc2.c -o libgcc/./__main.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_exit -c ./libgcc2.c -o libgcc/./_exit.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_absvsi2 -c ./libgcc2.c -o libgcc/./_absvsi2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_absvdi2 -c ./libgcc2.c -o libgcc/./_absvdi2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_addvsi3 -c ./libgcc2.c -o libgcc/./_addvsi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_addvdi3 -c ./libgcc2.c -o libgcc/./_addvdi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_subvsi3 -c ./libgcc2.c -o libgcc/./_subvsi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_subvdi3 -c ./libgcc2.c -o libgcc/./_subvdi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_mulvsi3 -c ./libgcc2.c -o libgcc/./_mulvsi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_mulvdi3 -c ./libgcc2.c -o libgcc/./_mulvdi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_negvsi2 -c ./libgcc2.c -o libgcc/./_negvsi2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_negvdi2 -c ./libgcc2.c -o libgcc/./_negvdi2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ctors -c ./libgcc2.c -o libgcc/./_ctors.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_divdi3 -c ./libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_divdi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_moddi3 -c ./libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_moddi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_udivdi3 -c ./libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivdi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_umoddi3 -c ./libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_umoddi3.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_udiv_w_sdiv -c ./libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udiv_w_sdiv.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_udivmoddi4 -c ./libgcc2.c -fexceptions -fnon-call-exceptions -o libgcc/./_udivmoddi4.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_eprintf -c ./libgcc2.c -o libgcc/./_eprintf.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_bb -c ./libgcc2.c -o libgcc/./_bb.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL__gcc_bcmp -c ./libgcc2.c -o libgcc/./__gcc_bcmp.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c ./unwind-dw2.c -o libgcc/./unwind-dw2.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c ./unwind-dw2-fde.c -o libgcc/./unwind-dw2-fde.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c ./unwind-sjlj.c -o libgcc/./unwind-sjlj.o /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c ./unwind-c.c -o libgcc/./unwind-c.o rm -rf ./libgcc_eh.a { nm -pg libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_exit.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o libgcc/./unwind-c.o; echo %%; \ cat ./libgcc-std.ver | sed -e "/^[ ]*#/d" -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \ | /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -E -xassembler-with-cpp -; \ } | awk -f ./mkmap-symver.awk > libgcc/./tmp-libgcc.map ar rc ./libgcc_eh.a libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o libgcc/./unwind-c.o rm -rf ./libgcc.a ar rc ./libgcc.a libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_exit.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./_eprintf.o libgcc/./_bb.o libgcc/./__gcc_bcmp.o if [ -f ranlib ] || ( [ x86_64--netbsdelf2.0 = x86_64--netbsdelf2.0 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \ ranlib ./libgcc_eh.a ; \ else true; fi; mv libgcc/./tmp-libgcc.map libgcc/./libgcc.map /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/xgcc -B/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/bin/ -B/usr/pkg/gcc3/x86_64--netbsdelf2.0/lib/ -isystem /usr/pkg/gcc3/x86_64--netbsdelf2.0/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/./libgcc.map -o libgcc_s.so.1 libgcc/./_muldi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_exit.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o libgcc/./unwind-c.o -lc && rm -f libgcc_s.so && ln -s libgcc_s.so.1 libgcc_s.so if [ -f ranlib ] || ( [ x86_64--netbsdelf2.0 = x86_64--netbsdelf2.0 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \ ranlib ./libgcc.a ; \ else true; fi; ld: error in /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/crtendS.o(.eh_frame); no .eh_frame_hdr table will be created. ld: /data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc/crtbeginS.o: unrecognized relocation (0x2a) in section `.text' ld: final link failed: Bad value collect2: ld returned 1 exit status libgcc.mk:134: recipe for target 'libgcc_s.so' failed gmake[2]: *** [libgcc_s.so] Error 1 gmake[2]: Leaving directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc' Makefile:1126: recipe for target 'libgcc.a' failed gmake[1]: *** [libgcc.a] Error 2 gmake[1]: Leaving directory '/data/scratch/lang/gcc3-c/work/gcc-3.3.6/gcc' Makefile:1544: recipe for target 'all-gcc' failed gmake: *** [all-gcc] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc-current/lang/gcc3-c *** Error code 1 Stop. make: stopped in /data/pkgsrc-current/lang/gcc3-c