On Fri, Jan 12, 2007 at 09:30:27PM +0300, Grigory Zagorodnev wrote: > Hi! > GCC trunk revision 120704 failed to build SPEC cpu2000/gcc on -O1 and > higher optimization level at x86_64-redhat-linux. > > reload1.c: In function 'reload': > reload1.c:449: error: address taken, but ADDRESSABLE bit not set > bad_spill_regs > > reload1.c:449: error: address taken, but ADDRESSABLE bit not set > bad_spill_regs > > reload1.c:449: internal compiler error: verify_stmts failed > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://gcc.gnu.org/bugs.html> for instructions. > > Does anybody see the same?
Revision 120685 can compile gcc in SPEC CPU 2006. Grigory, can you back out revision 120695: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00970.html to see if it fixes the regression. H.J.