[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-23 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-06-23 10:14 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-23 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-06-23 10:11 --- Subject: Bug 36519 Author: rguenth Date: Mon Jun 23 10:10:38 2008 New Revision: 137033 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137033 Log: 2008-06-23 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-14 Thread pluto at agmk dot net
--- Comment #5 from pluto at agmk dot net 2008-06-14 14:04 --- (In reply to comment #4) > Created an attachment (id=15761) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15761&action=view) [edit] > patch > > Patch. Wider testing appreciated. this patch fixes all my c++ hogs. --

[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-13 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519

[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-13 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-06-13 10:02 --- Created an attachment (id=15761) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15761&action=view) patch Patch. Wider testing appreciated. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36519

[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-13 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-06-13 09:27 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug tree-optimization/36519] [4.3 Regression] time/memory hog for c++ source.

2008-06-13 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-06-13 09:15 --- Confirmed. void es::ClockAnalyzer::initPrimitives() is the offending function - yet another testcase with a huge initialization sequence (we have problems there since long). This is probably caused by the fix for