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]
Other format: [Raw text]

[Bug rtl-optimization/58048] [4.8/4.9 Regression] internal compiler error: Max. number of generated reload insns per insn is achieved (90)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58048

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Right, thanks, but then the ICE doesn't occur, so this makes it pretty much ICE
on invalid.  Reduced nevertheless...

void
div3 (void)
{
    double tmp1;
    asm volatile ("fscale":"=t" (tmp1):"0" (0), "u" (0));
}

(with sed 's/(0/(0.0/g' the ICE's gone)


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