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

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

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org,
  wolfgang.bangerth@iwr.uni-heidelberg.de
Cc:  
Subject: Re: c++/1652
Date: 19 Jan 2001 15:24:01 -0000

 Synopsis: CVS20010114 tries to instantiate wrong template
 
 State-Changed-From-To: open->closed
 State-Changed-By: nathan
 State-Changed-When: Fri Jan 19 07:24:01 2001
 State-Changed-Why:
     This is the same bug as 1694, that I just fixed !
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1652&database=gcc
>From pedwards@disaster.jaj.com Sun Apr 01 00:00:00 2001
From: Phil Edwards <pedwards@disaster.jaj.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: c++/2065: Annoying invalid message on compiler-generated copy constructor -- regression vs. 2.95
Date: Sun, 01 Apr 2001 00:00:00 -0000
Message-id: <20010226043601.6048.qmail@sourceware.cygnus.com>
X-SW-Source: 2001-q1/msg01722.html
Content-length: 1800

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

From: Phil Edwards <pedwards@disaster.jaj.com>
To: wolfgang.bangerth@iwr.uni-heidelberg.de
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/2065: Annoying invalid message on compiler-generated copy constructor -- regression vs. 2.95
Date: Sun, 25 Feb 2001 23:38:56 -0500

 On Fri, Feb 23, 2001 at 07:45:47AM -0000, wolfgang.bangerth@iwr.uni-heidelberg.de wrote:
 > 
 > >Number:         2065
 > >Category:       c++
 > >Synopsis:       Annoying invalid message on compiler-generated copy constructor -- regression vs. 2.95
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    unassigned
 > >State:          open
 > >Class:          rejects-legal
 > >Submitter-Id:   net
 > >Arrival-Date:   Thu Feb 22 23:46:00 PST 2001
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Wolfgang Bangerth
 > >Release:        unknown-1.0
 > >Organization:
 > >Environment:
 > gcc version 3.0 20010221 (prerelease), Sun Solaris 2.7
 > >Description:
 > This is rather annoying, since it generates warnings from
 > libstdc++ files for me all over the place in string and
 > exception classes, and one can not work around without
 > switching off warnings.
 
 It's -W / -Wunused.  It looks like the generated copy constructor
 isn't getting DECL_ARTIFICIAL set properly.  It's being set in
 implicitly_declare_fn(), but the flag is no longer set when unused variables
 are checked.
 
 (I *think* that's the case.  Every time I try to investigate, gdb dumps
 core.)
 
 
 
 -- 
 pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
 devphil at several other less interesting addresses in various dot domains
 The gods do not protect fools.  Fools are protected by more capable fools.


^ 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 c++/1652 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).