public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2823
@ 2001-05-26 12:26 nathan
  0 siblings, 0 replies; 7+ messages in thread
From: nathan @ 2001-05-26 12:26 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

The following reply was made to PR c++/2823; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: Franz.Sirl-kernel@lauterbach.com, gcc-gnats@gcc.gnu.org,
  nathan@gcc.gnu.org, stefan@space.twc.de
Cc:  
Subject: Re: c++/2823
Date: 26 May 2001 19:21:25 -0000

 Synopsis: kde2/artsd miscompilation (part 1)
 
 State-Changed-From-To: analyzed->closed
 State-Changed-By: nathan
 State-Changed-When: Sat May 26 12:21:24 2001
 State-Changed-Why:
     Fixed in mainline & branch
     2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
     
     	PR g++/2823
     	* semantics.c (expand_body): Don't optimize thunks.
     
     2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
     
     	* g++.old-deja/g++.other/optimize2.C: New file.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2823&database=gcc


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

* Re: c++/2823
@ 2001-05-25  7:06 nathan
  0 siblings, 0 replies; 7+ messages in thread
From: nathan @ 2001-05-25  7:06 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

The following reply was made to PR c++/2823; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: Franz.Sirl-kernel@lauterbach.com, gcc-gnats@gcc.gnu.org,
  nathan@gcc.gnu.org, nobody@gcc.gnu.org, stefan@space.twc.de
Cc:  
Subject: Re: c++/2823
Date: 25 May 2001 13:57:32 -0000

 Synopsis: kde2/artsd miscompilation (part 1)
 
 Responsible-Changed-From-To: unassigned->nathan
 Responsible-Changed-By: nathan
 Responsible-Changed-When: Fri May 25 06:57:32 2001
 Responsible-Changed-Why:
     patch in progress
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2823&database=gcc


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

* Re: c++/2823
@ 2001-05-21  5:16 nathan
  0 siblings, 0 replies; 7+ messages in thread
From: nathan @ 2001-05-21  5:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2823; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: Franz.Sirl-kernel@lauterbach.com, gcc-gnats@gcc.gnu.org,
  nobody@gcc.gnu.org, stefan@space.twc.de
Cc:  
Subject: Re: c++/2823
Date: 21 May 2001 12:07:45 -0000

 Synopsis: kde2/artsd miscompilation (part 1)
 
 State-Changed-From-To: feedback->analyzed
 State-Changed-By: nathan
 State-Changed-When: Mon May 21 05:07:45 2001
 State-Changed-Why:
     yup, a regression. Sorry, I missed the bit about the
     resultant executable being the thing that crashed
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2823&database=gcc


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

* Re: c++/2823
@ 2001-05-20 12:26 Franz Sirl
  0 siblings, 0 replies; 7+ messages in thread
From: Franz Sirl @ 2001-05-20 12:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2823; it has been noted by GNATS.

From: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
To: Nathan Sidwell <nathan@codesourcery.com>,
 stefan@space.twc.de,
 gcc-gnats@gcc.gnu.org,
 nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2823
Date: Sun, 20 May 2001 21:19:05 +0200

 On Sunday 20 May 2001 19:29, Franz Sirl wrote:
 > On Sunday 20 May 2001 18:14, Nathan Sidwell wrote:
 > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2823&database=gcc
 > >
 > > I've tried this with a 3.0 build on 20010520 and that compiles without
 > > problem on i686-pc-linux-gnu. I've not got a ppc to try. Can you
 > > retry that, or mail me the preprocessed source?
 >
 > It always compiled, but does it run without a crash? I just tried on PPC
 > with todays sources (but before your recent checkins to cp/) and the
 > testcase still crashed when run. I'm rebuilding now on PPC and x86.
 
 I just tried with the latest 3.0 cvs sources on x86-linux and the bug is 
 still there.
 
 So
 	g++ -O2 gcc3-arts-testcase.cc ;  ./a.out
 
 still lets crash ./a.out with a SIGSEGV coredump.
 
 Franz.


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

* Re: c++/2823
@ 2001-05-20 10:36 Franz Sirl
  0 siblings, 0 replies; 7+ messages in thread
From: Franz Sirl @ 2001-05-20 10:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2823; it has been noted by GNATS.

From: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
To: Nathan Sidwell <nathan@codesourcery.com>,
 stefan@space.twc.de,
 gcc-gnats@gcc.gnu.org,
 nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2823
Date: Sun, 20 May 2001 19:29:52 +0200

 On Sunday 20 May 2001 18:14, Nathan Sidwell wrote:
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2823&database=gcc
 >
 > I've tried this with a 3.0 build on 20010520 and that compiles without
 > problem on i686-pc-linux-gnu. I've not got a ppc to try. Can you
 > retry that, or mail me the preprocessed source?
 
 It always compiled, but does it run without a crash? I just tried on PPC with 
 todays sources (but before your recent checkins to cp/) and the testcase 
 still crashed when run. I'm rebuilding now on PPC and x86.
 
 Franz.


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

* Re: c++/2823
@ 2001-05-20  9:16 nathan
  0 siblings, 0 replies; 7+ messages in thread
From: nathan @ 2001-05-20  9:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2823; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: Franz.Sirl-kernel@lauterbach.com, gcc-gnats@gcc.gnu.org,
  nobody@gcc.gnu.org, stefan@space.twc.de
Cc:  
Subject: Re: c++/2823
Date: 20 May 2001 16:12:56 -0000

 Synopsis: kde2/artsd miscompilation (part 1)
 
 State-Changed-From-To: open->feedback
 State-Changed-By: nathan
 State-Changed-When: Sun May 20 09:12:56 2001
 State-Changed-Why:
     ok on 20010520 i686-pc-linux-gnu. check ppc
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2823&database=gcc


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

* Re: c++/2823
@ 2001-05-20  9:16 Nathan Sidwell
  0 siblings, 0 replies; 7+ messages in thread
From: Nathan Sidwell @ 2001-05-20  9:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2823; it has been noted by GNATS.

From: Nathan Sidwell <nathan@codesourcery.com>
To: stefan@space.twc.de, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org,
        Franz.Sirl-kernel@lauterbach.com
Cc:  
Subject: Re: c++/2823
Date: Sun, 20 May 2001 17:14:04 +0100

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2823&database=gcc
 
 I've tried this with a 3.0 build on 20010520 and that compiles without
 problem on i686-pc-linux-gnu. I've not got a ppc to try. Can you
 retry that, or mail me the preprocessed source?
 
 nathan
 -- 
 Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
          'But that's a lie.' - 'Yes it is. What's your point?'
 nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org


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

end of thread, other threads:[~2001-05-26 12:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-26 12:26 c++/2823 nathan
  -- strict thread matches above, loose matches on Subject: below --
2001-05-25  7:06 c++/2823 nathan
2001-05-21  5:16 c++/2823 nathan
2001-05-20 12:26 c++/2823 Franz Sirl
2001-05-20 10:36 c++/2823 Franz Sirl
2001-05-20  9:16 c++/2823 Nathan Sidwell
2001-05-20  9:16 c++/2823 nathan

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).