Bug#548943: perl: FTBFS on ia64 (internal compiler error)

Niko Tyni ntyni at debian.org
Fri Oct 2 19:40:48 UTC 2009


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   ntyni at debian.org






More information about the Perl-maintainers mailing list