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

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

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, lassi.tuura@cern.ch, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2474
Date: 4 May 2001 12:40:24 -0000

 Synopsis: global destructors run in the wrong order
 
 State-Changed-From-To: feedback->analyzed
 State-Changed-By: nathan
 State-Changed-When: Fri May  4 05:40:24 2001
 State-Changed-Why:
     confirmed as a bug. [3.6.3]/1 also specifies the semantics
     you describe.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2474&database=gcc


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

* Re: c++/2474
@ 2001-04-26  6:36 Lassi A. Tuura
  0 siblings, 0 replies; 3+ messages in thread
From: Lassi A. Tuura @ 2001-04-26  6:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: "Lassi A. Tuura" <lassi.tuura@cern.ch>
To: nathan@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/2474
Date: Thu, 26 Apr 2001 15:27:26 +0200

 This is a multi-part message in MIME format.
 --------------25DF88F96FD59A4BF698B99B
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 >     the submitted code consisted only of a comment and #include<stdio.h>
 >     please provide preprocessed source code.
 
 My apologies!  Obviously uploading the file from my browser didn't work
 too well or I did something silly...  I've attached the file to this
 mail, hopefully that will come across better.  If you have any further
 problems, please let me know!
 
 //lat
 -- 
 The reasonable man adapts himself to the world; the unreasonable
 one persists in trying to adapt the world to himself.  Therefore
 all progress depends on the unreasonable man.  --George Bernard Shaw
 --------------25DF88F96FD59A4BF698B99B
 Content-Type: text/plain; charset=us-ascii;
  name="dtor.cxx"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="dtor.cxx"
 
 // c++ dtor.cxx && ./a.out
 #include <stdio.h>
 
 struct X {
   X (void) { printf("X::X\n"); }
   ~X (void) { printf("X::~X\n"); }
 };
 
 X &f (void) {
   printf ("f()\n");
   static X x;
   return x;
 }
 
 struct Y {
   Y (void) { printf("Y::Y\n"); f(); }
   ~Y (void) { printf("Y::~Y\n"); }
 };
 
 Y y;
 
 int main (int, char **) {
   fprintf(stdout, "main\n");
   return 0;
 }
 
 --------------25DF88F96FD59A4BF698B99B--
 


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

* Re: c++/2474
@ 2001-04-25  4:56 nathan
  0 siblings, 0 replies; 3+ messages in thread
From: nathan @ 2001-04-25  4:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, lassi.tuura@cern.ch, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2474
Date: 25 Apr 2001 11:47:50 -0000

 Synopsis: global destructors run in the wrong order
 
 State-Changed-From-To: open->feedback
 State-Changed-By: nathan
 State-Changed-When: Wed Apr 25 04:47:50 2001
 State-Changed-Why:
     the submitted code consisted only of a comment and #include<stdio.h>
     please provide preprocessed source code.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2474&database=gcc


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

end of thread, other threads:[~2001-05-04  5:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-04  5:46 c++/2474 nathan
  -- strict thread matches above, loose matches on Subject: below --
2001-04-26  6:36 c++/2474 Lassi A. Tuura
2001-04-25  4:56 c++/2474 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).