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 tree-optimization/15643] [3.5 Regression] ICE in replace_ssa_names, at tree-ssa-copy.c:73


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-27 03:08 -------
For the C testcase, it is failing to reduce the following PHI:
  # fp_1 = PHI <fp_9(0)>;

I should say I can reproduce the failure on the tree-ssa on the smaller C testcase (I think the bigger one 
is just optimized more after Law's changes and hits the ICE after the changes).

-- 


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


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