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 bootstrap/15737] [3.5 Regression] <built-in>:1: internal compiler error: in ten_to_ptwo, at real.c:2012


------- Additional Comments From paolo dot bonzini at polimi dot it  2004-05-31 13:42 -------
Subject: Re:  [3.5 Regression] <built-in>:1: internal
 compiler error: in ten_to_ptwo, at real.c:2012

> Paolo, the preprocessed source will not help you as this is being compiled with stage2.

Oh, right, so it's a miscompilation and not an ice-on-valid.  Anyway, 
I've reverted the patch.  I hope that Eric Botcazou can provide me with 
a testcase because the cleanup in that patch is quite desirable.

I suspect the bug is in the only non-trivial change in the patch, the 
factoring of the new function distribute_and_simplify_rtx.  In 
particular, it may not have shown on i686-pc-linux-gnu because it has no 
AND-with-complement instruction (and on PPC because of some combiner 
bogosity?!?).

Paolo



-- 


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


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