public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/836
@ 2001-04-01  0:00 neil
  0 siblings, 0 replies; only message in thread
From: neil @ 2001-04-01  0:00 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR other/836; it has been noted by GNATS.

From: neil@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, pdelyani@ordertrust.net
Cc:  
Subject: Re: other/836
Date: 8 Jan 2001 12:27:57 -0000

 Synopsis: bootstrap comparison fails with: emit-rtl.o differs make error during make bootstrap
 
 State-Changed-From-To: open->closed
 State-Changed-By: neil
 State-Changed-When: Mon Jan  8 04:27:56 2001
 State-Changed-Why:
     Recent snapshots appear fine.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=836&database=gcc
>From carlo@alinoe.com Sun Apr 01 00:00:00 2001
From: Carlo Wood <carlo@alinoe.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: c++/2163: Code for constructors emitted twice.
Date: Sun, 01 Apr 2001 00:00:00 -0000
Message-id: <20010304001600.18935.qmail@sourceware.cygnus.com>
X-SW-Source: 2001-q1/msg01982.html
Content-length: 648

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

From: Carlo Wood <carlo@alinoe.com>
To: carlo@alinoe.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/2163: Code for constructors emitted twice.
Date: Sun, 4 Mar 2001 01:08:45 +0100

 I did it again... forgot to include the code.  Here it is:
 
 
 struct A {
   struct symbol_constructor_void {
     symbol_constructor_void(void);
   };
   struct symbol_constructor_types {
     symbol_constructor_types(char, char, char);
   };
 };
 
 A::symbol_constructor_void::symbol_constructor_void(void) { }
 A::symbol_constructor_types::symbol_constructor_types(char, char, char) { }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-04-01  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-01  0:00 other/836 neil

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