This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
In message <36CEB319.A67F0E49@moene.indiv.nluug.nl>you write: > L.S., > > I get the above error during the stage 2 of the trunk build on my > i686-pc-linux-gnu machine: > > stage1/xgcc -Bstage1/ -B/usr/snp/i686-pc-linux-gnu/bin/ -DIN_GCC -W > -Wall -O2 -g -O2 -DHAVE_CONFIG_H -o genextract \ > genextract.o rtl.o bitmap.o print-rtl.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 ` > ./genextract ../../egcs/gcc/config/i386/i386.md > tmp-extract.c > ../../egcs/gcc/genextract.c:331: Internal compiler error in function > print_path > Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'. > See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details. It's a bug in Richard's most recent regmove change. Back up one revision until he fixes it. jeff