[Bug tree-optimization/40642] [4.5 regression] ICE with -fprofile-generate

2009-09-28 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2009-09-28 20:39 --- Subject: Bug 40642 Author: hjl Date: Mon Sep 28 20:38:53 2009 New Revision: 152250 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152250 Log: 2009-09-28 H.J. Lu Backport from mainline: 2009-0

[Bug tree-optimization/40642] [4.5 regression] ICE with -fprofile-generate

2009-09-20 Thread reichelt at gcc dot gnu dot org
--- Comment #5 from reichelt at gcc dot gnu dot org 2009-09-20 20:28 --- Btw, the bug disappeared between 2009-09-06 and 2009-09-11. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40642

[Bug tree-optimization/40642] [4.5 regression] ICE with -fprofile-generate

2009-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-09-20 20:05 --- Fixed, added a testcase also. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/40642] [4.5 regression] ICE with -fprofile-generate

2009-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-09-20 20:05 --- Subject: Bug 40642 Author: pinskia Date: Sun Sep 20 20:05:00 2009 New Revision: 151907 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151907 Log: 2009-09-20 Andrew Pinski PR middle-end/40642

[Bug tree-optimization/40642] [4.5 regression] ICE with -fprofile-generate

2009-09-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-09-18 03:53 --- Can you try this again? I think this has been fixed already as these testcase works for me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40642

[Bug tree-optimization/40642] [4.5 regression] ICE with -fprofile-generate

2009-07-09 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40642

[Bug tree-optimization/40642] [4.5 regression] ICE with -fprofile-generate

2009-07-05 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2009-07-05 23:59 --- Confirmed. Reduced testcase (crashes with "-O2 -fprofile-generate"): inline void* operator new(__SIZE_TYPE__, void* p) throw() { return p; }

[Bug tree-optimization/40642] [4.5 regression] ICE with -fprofile-generate

2009-07-03 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||hubicka at gcc dot gnu dot |