This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c++/2278


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

From: rodrigc@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, pascal.proulx@cdott.com,
  rodrigc@gcc.gnu.org, tomas.szeredi@cdott.com
Cc:  
Subject: Re: c++/2278
Date: 17 Mar 2001 20:48:27 -0000

 Synopsis: Incorrect executable generated by compiler
 
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Sat Mar 17 12:48:27 2001
 State-Changed-Why:
     I tested your singleton example with:
     gcc version 3.0 20010309 (prerelease)
     obtained from http://www.codesourcery.com/gcc-snapshots.html
     
     The output of the singleton example was:
     Inside constructor
     value = 1
     Inside Main. myValue = 1
     Inside destructor
     value = -10
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2278&database=gcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]