public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Werner Trobin <trobin@kde.org>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c++/6612: g++ regression?
Date: Fri, 10 May 2002 13:16:00 -0000	[thread overview]
Message-ID: <20020510201605.30877.qmail@sources.redhat.com> (raw)

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

From: Werner Trobin <trobin@kde.org>
To: lerdsuwa@gcc.gnu.org,
 gcc-bugs@gcc.gnu.org,
 gcc-prs@gcc.gnu.org,
 nobody@gcc.gnu.org,
 trobin@kde.org,
 gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/6612: g++ regression?
Date: Fri, 10 May 2002 22:13:09 +0200

 On Friday 10 May 2002 18:47, you wrote:
 > Synopsis: g++ regression?
 > 
 > State-Changed-From-To: open->closed
 > State-Changed-By: lerdsuwa
 > State-Changed-When: Fri May 10 09:47:02 2002
 > State-Changed-Why:
 >     Not a gcc bug.  There is a mistake in your code:
 >     In member function VDocument::deselect:
 >     	m_selection.take(&object);
 >     should be replaced by
 >     	m_selection.take(object);
 >     
 >     gcc was trying to convert "&object" which has the type
 >     "VObject *" to "const VObject &" via the constructor
 >     "VObject::VObject(VObject &, VState)" which requires
 >     instantiation of abstract type.
 
 Yes, sorry for the inconvenience. I just couldn't figure out how to close the 
 bug report myself (from the GNATS interface).
 
 Sorry for bothering you,
 Werner
 
 P.S. gcc-3_1-branch is a really nice compiler. Thanks a lot :-)


             reply	other threads:[~2002-05-10 20:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-10 13:16 Werner Trobin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-10  9:47 lerdsuwa
2002-05-09  7:36 trobin

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=20020510201605.30877.qmail@sources.redhat.com \
    --to=trobin@kde.org \
    --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).