public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/24199]  New: Segfault with -frepo -g
@ 2005-10-04 20:42 debian-gcc at lists dot debian dot org
  2005-10-04 20:43 ` [Bug c++/24199] " debian-gcc at lists dot debian dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-10-04 20:42 UTC (permalink / raw)
  To: gcc-bugs

[ forwarded from http://bugs.debian.org/328467 ]

Attached test case segfaults with -frepo -g. Problem not present in 4.0 or 4.1.


-- 
           Summary: Segfault with -frepo -g
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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

* [Bug c++/24199] Segfault with -frepo -g
  2005-10-04 20:42 [Bug c++/24199] New: Segfault with -frepo -g debian-gcc at lists dot debian dot org
@ 2005-10-04 20:43 ` debian-gcc at lists dot debian dot org
  2005-10-04 20:57 ` [Bug c++/24199] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-10-04 20:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from debian-gcc at lists dot debian dot org  2005-10-04 20:43 -------
Created an attachment (id=9881)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9881&action=view)
Test case


-- 


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


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

* [Bug c++/24199] [3.4 Regression] Segfault with -frepo -g
  2005-10-04 20:42 [Bug c++/24199] New: Segfault with -frepo -g debian-gcc at lists dot debian dot org
  2005-10-04 20:43 ` [Bug c++/24199] " debian-gcc at lists dot debian dot org
@ 2005-10-04 20:57 ` pinskia at gcc dot gnu dot org
  2005-10-04 22:23 ` janis187 at us dot ibm dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-04 20:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-10-04 20:57 -------
Broken
: Search converges between 2003-04-22-trunk (#236) and 2003-05-04-trunk (#237).

Changed ICE, also ICEd all the time even without -g -frepo:
: Search converges between 2004-07-29-trunk (#498) and 2004-07-30-trunk (#499).

And then fixed fully:
: Search converges between 2004-08-24-trunk (#523) and 2004-08-25-trunk (#524).


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.3.3 4.0.0
      Known to work|                            |3.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-04 20:57:11
               date|                            |
            Summary|Segfault with -frepo -g     |[3.4 Regression] Segfault
                   |                            |with -frepo -g
   Target Milestone|---                         |3.4.5


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


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

* [Bug c++/24199] [3.4 Regression] Segfault with -frepo -g
  2005-10-04 20:42 [Bug c++/24199] New: Segfault with -frepo -g debian-gcc at lists dot debian dot org
  2005-10-04 20:43 ` [Bug c++/24199] " debian-gcc at lists dot debian dot org
  2005-10-04 20:57 ` [Bug c++/24199] [3.4 Regression] " pinskia at gcc dot gnu dot org
@ 2005-10-04 22:23 ` janis187 at us dot ibm dot com
  2005-11-21  2:39 ` gdr at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: janis187 at us dot ibm dot com @ 2005-10-04 22:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from janis187 at us dot ibm dot com  2005-10-04 22:23 -------
It looks like it was fixed on mainline by this patch from mmitchel:

  http://gcc.gnu.org/ml/gcc-cvs/2004-08/msg01218.html

It's hard to be sure because there are build failures at that time for
powerpc-linux.


-- 

janis187 at us dot ibm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org


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


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

* [Bug c++/24199] [3.4 Regression] Segfault with -frepo -g
  2005-10-04 20:42 [Bug c++/24199] New: Segfault with -frepo -g debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2005-10-04 22:23 ` janis187 at us dot ibm dot com
@ 2005-11-21  2:39 ` gdr at gcc dot gnu dot org
  2005-11-22  5:17 ` mark at codesourcery dot com
  2005-11-26  7:28 ` [Bug c++/24199] " gdr at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-11-21  2:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from gdr at gcc dot gnu dot org  2005-11-21 02:39 -------
(In reply to comment #3)
> It looks like it was fixed on mainline by this patch from mmitchel:
> 
>   http://gcc.gnu.org/ml/gcc-cvs/2004-08/msg01218.html
> 
> It's hard to be sure because there are build failures at that time for
> powerpc-linux.
> 

Mark --
Do you believe your patch is also good for GCC-3.4.x?

-- Gaby


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org


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


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

* [Bug c++/24199] [3.4 Regression] Segfault with -frepo -g
  2005-10-04 20:42 [Bug c++/24199] New: Segfault with -frepo -g debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2005-11-21  2:39 ` gdr at gcc dot gnu dot org
@ 2005-11-22  5:17 ` mark at codesourcery dot com
  2005-11-26  7:28 ` [Bug c++/24199] " gdr at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: mark at codesourcery dot com @ 2005-11-22  5:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mark at codesourcery dot com  2005-11-22 05:17 -------
Subject: Re:  [3.4 Regression] Segfault with -frepo -g

gdr at gcc dot gnu dot org wrote:
> ------- Comment #4 from gdr at gcc dot gnu dot org  2005-11-21 02:39 -------
> (In reply to comment #3)
> 
>>It looks like it was fixed on mainline by this patch from mmitchel:
>>
>>  http://gcc.gnu.org/ml/gcc-cvs/2004-08/msg01218.html

> Do you believe your patch is also good for GCC-3.4.x?

Yes, that looks safe to me.


-- 


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


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

* [Bug c++/24199] Segfault with -frepo -g
  2005-10-04 20:42 [Bug c++/24199] New: Segfault with -frepo -g debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2005-11-22  5:17 ` mark at codesourcery dot com
@ 2005-11-26  7:28 ` gdr at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: gdr at gcc dot gnu dot org @ 2005-11-26  7:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from gdr at gcc dot gnu dot org  2005-11-26 07:28 -------
Fixed in 4.1 and higher.  Will not fix in 3.4.x


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|[3.4 Regression] Segfault   |Segfault with -frepo -g
                   |with -frepo -g              |
   Target Milestone|3.4.5                       |4.0.0


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


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

end of thread, other threads:[~2005-11-26  7:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-04 20:42 [Bug c++/24199] New: Segfault with -frepo -g debian-gcc at lists dot debian dot org
2005-10-04 20:43 ` [Bug c++/24199] " debian-gcc at lists dot debian dot org
2005-10-04 20:57 ` [Bug c++/24199] [3.4 Regression] " pinskia at gcc dot gnu dot org
2005-10-04 22:23 ` janis187 at us dot ibm dot com
2005-11-21  2:39 ` gdr at gcc dot gnu dot org
2005-11-22  5:17 ` mark at codesourcery dot com
2005-11-26  7:28 ` [Bug c++/24199] " gdr 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).