On Tue, Sep 29, 2009 at 10:45:33PM +0300, Niko Tyni wrote: > > The ia64 build failed: > > > RealPPPort.c:1727: error: unrecognizable insn: > > (insn 123 122 124 8 RealPPPort.xs:869 (set (reg:DF 410) > > (unsigned_float:DF (reg/f:DI 328 sfp))) -1 (nil)) > > RealPPPort.c:1727: internal compiler error: in > > instantiate_virtual_regs_in_insn, at function.c:1578
This boils down to merulo% cat t.c int main(void) { int var, *p = &var; return (double)(unsigned long)(p); } merulo% gcc -O -c t.c t.c: In function 'main': t.c:5:1: error: unrecognizable insn: (insn 5 4 6 3 t.c:3 (set (reg:DF 344) (unsigned_float:DF (reg/f:DI 328 sfp))) -1 (nil)) t.c:5:1: internal compiler error: in instantiate_virtual_regs_in_insn, at function.c:1630 Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-snapshot/README.Bugs> for instructions. and is now reported as http://gcc.gnu.org/PR41551 http://bugs.debian.org/549370 -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org