public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Christian Neubauer <neu@iis.fhg.de>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c++/7538: Constructors of static members are not called always
Date: Mon, 16 Sep 2002 06:26:00 -0000	[thread overview]
Message-ID: <20020916132602.30284.qmail@sources.redhat.com> (raw)

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

From: Christian Neubauer <neu@iis.fhg.de>
To: nathan@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   neu@iis.fhg.de, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/7538: Constructors of static members are not called always
Date: Mon, 16 Sep 2002 15:18:04 +0200

 Dear Nathan,
 
 again: the problem is not wether it prints 5 or not. The problem is that 
 it should print
 
 ---------
 staticClass:::staticClass() called
 main() called
 This should result in five: 5
 main() finished
 ----------
 
 however it prints
 
 ----------
 main() called
 This should result in five: 5
 main() finished
 ----------
 
 Obviously the first line "staticClass::...." is missing. This is the bug.
 
 Best regards
 Christian Neubauer
 
 nathan@gcc.gnu.org wrote:
 > Synopsis: Constructors of static members are not called always
 > 
 > State-Changed-From-To: closed->analyzed
 > State-Changed-By: nathan
 > State-Changed-When: Mon Sep 16 06:08:23 2002
 > State-Changed-Why:
 >     confirmed. Please note, that although the testcase appears
 >     to be about 5, it is not.
 >     main() called
 >     This should result in five: 5
 >     main() finished
 >     this is a failure, even though it does produce 5
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7538
 
 
 -- 
 Dr. Christian Neubauer                          Phone: +49 9131 776-355
 FhG-IIS A, Audio & Multimedia                   Mobil: +49  160 5840467
 Am Wolfsmantel 33, D-91058 Erlangen, Germany    Fax:   +49 9131 776-398
 


             reply	other threads:[~2002-09-16 13:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-16  6:26 Christian Neubauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-09-25  3:52 nathan
2002-09-16  6:08 nathan
2002-09-16  4:56 Nathan Sidwell
2002-09-16  1:46 Christian Neubauer
2002-09-13 16:15 nathan
2002-08-08  3:16 neu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020916132602.30284.qmail@sources.redhat.com \
    --to=neu@iis.fhg.de \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).