This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

scores of unrecognized names in gnu/linux insn-recog.c



Current CVS under i686-pc-linux-gnu is doing strange things with genrecog.
Any ideas?  It worked this morning...


gcc  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genrecog \
 genrecog.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
./genrecog ../../../src/unified/gcc/config/i386/i386.md > tmp-recog.c
/bin/sh ../../../src/unified/gcc/move-if-change tmp-recog.c insn-recog.c
touch s-recog
gcc  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../../src/unified/gcc -I../../../src/unified/gcc/. -I../../../src/unified/gcc/config -I../../../src/unified/gcc/../include -c insn-recog.c
insn-recog.c: In function `recog_1':
insn-recog.c:332: `CCFPmode' undeclared (first use in this function)
insn-recog.c:332: (Each undeclared identifier is reported only once
insn-recog.c:332: for each function it appears in.)
insn-recog.c:334: `CCFPUmode' undeclared (first use in this function)
insn-recog.c:333: warning: unreachable code at beginning of switch statement
insn-recog.c: In function `recog_6':
insn-recog.c:5544: `CCGOCmode' undeclared (first use in this function)
insn-recog.c:5569: `CCZmode' undeclared (first use in this function)
insn-recog.c:5691: `CCNOmode' undeclared (first use in this function)
insn-recog.c:5911: `CCGCmode' undeclared (first use in this function)
insn-recog.c: In function `recog_10':
insn-recog.c:9251: `CCFPmode' undeclared (first use in this function)
insn-recog.c:9253: `CCFPUmode' undeclared (first use in this function)
insn-recog.c:9282: warning: unreachable code at beginning of switch statement
insn-recog.c: In function `recog_15':
insn-recog.c:18838: `CCGOCmode' undeclared (first use in this function)
insn-recog.c:18902: `CCZmode' undeclared (first use in this function)
insn-recog.c:19103: `CCNOmode' undeclared (first use in this function)
insn-recog.c:19885: `CCGCmode' undeclared (first use in this function)
insn-recog.c: In function `recog_16':
insn-recog.c:20055: `CCGOCmode' undeclared (first use in this function)
insn-recog.c:20113: `CCZmode' undeclared (first use in this function)
insn-recog.c:20239: `CCNOmode' undeclared (first use in this function)
insn-recog.c:20842: `CCGCmode' undeclared (first use in this function)
insn-recog.c: In function `recog_17':
insn-recog.c:21012: `CCGOCmode' undeclared (first use in this function)
insn-recog.c:21070: `CCZmode' undeclared (first use in this function)
insn-recog.c:21196: `CCNOmode' undeclared (first use in this function)
insn-recog.c:21799: `CCGCmode' undeclared (first use in this function)
insn-recog.c: In function `recog_18':
insn-recog.c:21888: `CCZmode' undeclared (first use in this function)
insn-recog.c: In function `recog_20':
insn-recog.c:25764: `CCFPmode' undeclared (first use in this function)
insn-recog.c: In function `recog_21':
insn-recog.c:27150: `CCFPmode' undeclared (first use in this function)
insn-recog.c: In function `split_1':
insn-recog.c:29347: `CCFPmode' undeclared (first use in this function)
insn-recog.c:29348: warning: unreachable code at beginning of switch statement
insn-recog.c:29949: `CCNOmode' undeclared (first use in this function)
insn-recog.c: In function `split_2':
insn-recog.c:31901: `CCNOmode' undeclared (first use in this function)
insn-recog.c: In function `split_3':
insn-recog.c:33517: `CCFPmode' undeclared (first use in this function)
insn-recog.c: In function `peephole2_insns':
insn-recog.c:34830: `CCNOmode' undeclared (first use in this function)
insn-recog.c:34898: `CCGCmode' undeclared (first use in this function)
gmake[1]: *** [insn-recog.o] Error 1
gmake[1]: Leaving directory `/home/pme/build/build-2001-01-03/gcc'
gmake: *** [all-gcc] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]