public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
@ 2007-07-25 11:46 ` rguenth at gcc dot gnu dot org
  2007-07-26 18:21 ` dberlin at dberlin dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-07-25 11:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-07-25 11:46 -------
Created an attachment (id=13972)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13972&action=view)
testcase


-- 


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891]  New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
@ 2007-07-25 11:46 rguenth at gcc dot gnu dot org
  2007-07-25 11:46 ` [Bug tree-optimization/32891] " rguenth at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-07-25 11:46 UTC (permalink / raw)
  To: gcc-bugs

In 4.2 with -O2 we use 1.5GB compiling the testcase while with 4.1 we only
needed
360MB.  Using -fno-tree-pre fixes the memory regression.

Some recent 4.3 ICEs for me on the testcase (you need -O2 -fpermissive) with

/usr/include/boost/regex/v4/basic_regex_creator.hpp:515: internal compiler
error: in expand_or_defer_fn, at cp/semantics.c:3220
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

so I have no way to verify if the problem persists in 4.3 at the moment.


-- 
           Summary: [4.2 Regression] PRE goes crazy on
                    YQPkgTechnicalDetailsView.cpp
           Product: gcc
           Version: 4.2.1
            Status: UNCONFIRMED
          Keywords: memory-hog
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
  2007-07-25 11:46 ` [Bug tree-optimization/32891] " rguenth at gcc dot gnu dot org
@ 2007-07-26 18:21 ` dberlin at dberlin dot org
  2007-07-26 18:22 ` dberlin at dberlin dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dberlin at dberlin dot org @ 2007-07-26 18:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dberlin at gcc dot gnu dot org  2007-07-26 18:21 -------
Subject: Re:  [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp

Preprocessed source please.
I don't make installed versions of the compiler to play with :)

On 25 Jul 2007 11:46:35 -0000, rguenth at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
>
>
> ------- Comment #1 from rguenth at gcc dot gnu dot org  2007-07-25 11:46 -------
> Created an attachment (id=13972)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13972&action=view)
>  --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13972&action=view)
> testcase
>
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32891
>
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>


-- 


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
  2007-07-25 11:46 ` [Bug tree-optimization/32891] " rguenth at gcc dot gnu dot org
  2007-07-26 18:21 ` dberlin at dberlin dot org
@ 2007-07-26 18:22 ` dberlin at dberlin dot org
  2007-07-26 19:52 ` rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: dberlin at dberlin dot org @ 2007-07-26 18:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dberlin at gcc dot gnu dot org  2007-07-26 18:22 -------
Subject: Re:  [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp

Also, it requires boost :)

On 7/26/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> Preprocessed source please.
> I don't make installed versions of the compiler to play with :)
>
> On 25 Jul 2007 11:46:35 -0000, rguenth at gcc dot gnu dot org
> <gcc-bugzilla@gcc.gnu.org> wrote:
> >
> >


-- 


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-07-26 18:22 ` dberlin at dberlin dot org
@ 2007-07-26 19:52 ` rguenth at gcc dot gnu dot org
  2007-07-26 20:21 ` rguenth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-07-26 19:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2007-07-26 19:52 -------
Created an attachment (id=13987)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13987&action=view)
testcase

Whoops - I have boot headers installed!?  Try again.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13972|0                           |1
        is obsolete|                            |


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-07-26 19:52 ` rguenth at gcc dot gnu dot org
@ 2007-07-26 20:21 ` rguenth at gcc dot gnu dot org
  2007-07-26 21:20 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-07-26 20:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2007-07-26 20:21 -------
Created an attachment (id=13988)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13988&action=view)
preprocessed testcase (trunk)

Note preprocessed source is incompatible wrt different gcc versions and so
useless
for a comparison.  But especially for you - here's  preprocessed source for
trunk.


-- 


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-07-26 20:21 ` rguenth at gcc dot gnu dot org
@ 2007-07-26 21:20 ` pinskia at gcc dot gnu dot org
  2007-09-26 19:14 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-26 21:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2007-07-26 21:19 -------
PR 32596 is the ICE.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |32596


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-07-26 21:20 ` pinskia at gcc dot gnu dot org
@ 2007-09-26 19:14 ` pinskia at gcc dot gnu dot org
  2007-09-28  3:55 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-26 19:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.2


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-09-26 19:14 ` pinskia at gcc dot gnu dot org
@ 2007-09-28  3:55 ` mmitchel at gcc dot gnu dot org
  2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-09-28  3:55 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2007-09-28  3:55 ` mmitchel at gcc dot gnu dot org
@ 2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
  2008-02-01 17:00 ` jsm28 at gcc dot gnu dot org
  2008-03-16 17:33 ` rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-10-09 19:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mmitchel at gcc dot gnu dot org  2007-10-09 19:21 -------
Change target milestone to 4.2.3, as 4.2.2 has been released.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.2                       |4.2.3


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
@ 2008-02-01 17:00 ` jsm28 at gcc dot gnu dot org
  2008-03-16 17:33 ` rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-02-01 17:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jsm28 at gcc dot gnu dot org  2008-02-01 16:54 -------
4.2.3 is being released now, changing milestones of open bugs to 4.2.4.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.3                       |4.2.4


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug tree-optimization/32891] [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp
  2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2008-02-01 17:00 ` jsm28 at gcc dot gnu dot org
@ 2008-03-16 17:33 ` rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-16 17:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rguenth at gcc dot gnu dot org  2008-03-16 17:32 -------
This will not be fixed on the 4.2 branch.  Closing as fixed for 4.3.0.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|                            |4.2.4
      Known to work|                            |4.3.0
         Resolution|                            |FIXED
   Target Milestone|4.2.4                       |4.3.0


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-03-16 17:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-25 11:46 [Bug tree-optimization/32891] New: [4.2 Regression] PRE goes crazy on YQPkgTechnicalDetailsView.cpp rguenth at gcc dot gnu dot org
2007-07-25 11:46 ` [Bug tree-optimization/32891] " rguenth at gcc dot gnu dot org
2007-07-26 18:21 ` dberlin at dberlin dot org
2007-07-26 18:22 ` dberlin at dberlin dot org
2007-07-26 19:52 ` rguenth at gcc dot gnu dot org
2007-07-26 20:21 ` rguenth at gcc dot gnu dot org
2007-07-26 21:20 ` pinskia at gcc dot gnu dot org
2007-09-26 19:14 ` pinskia at gcc dot gnu dot org
2007-09-28  3:55 ` mmitchel at gcc dot gnu dot org
2007-10-09 19:27 ` mmitchel at gcc dot gnu dot org
2008-02-01 17:00 ` jsm28 at gcc dot gnu dot org
2008-03-16 17:33 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).