public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: giovannibajo@libero.it
To: ba22@andrew.cmu.edu, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
	nobody@gcc.gnu.org
Subject: Re: c++/7618: GCC 3.x vararg disallowed in virtual function
Date: Fri, 02 May 2003 12:26:00 -0000	[thread overview]
Message-ID: <20030502122621.28188.qmail@sources.redhat.com> (raw)

Synopsis: GCC 3.x vararg disallowed in virtual function

State-Changed-From-To: analyzed->closed
State-Changed-By: bajo
State-Changed-When: Fri May  2 12:26:21 2003
State-Changed-Why:
    Reduced snippet:
    -------------------------------------------------
    struct A 
    {
        virtual void func(...) = 0;
    };
    
    struct B : virtual A
    {
        virtual void func(...);
    };
    
    void B::func(...) 
    {}
    -------------------------------------------------
    pr7618.cpp:12: generic thunk code fails for method `virtual void B::func(...)' which uses `...'
    
    Fixed in 3.3 CVS 20030421 and 3.4 CVS 20030430. It might
    have been fixed in 3.2.3 as well.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7618


             reply	other threads:[~2003-05-02 12:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-02 12:26 giovannibajo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-20  9:17 reichelt
2002-09-13 15:48 nathan
2002-08-16 16:26 ba22

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=20030502122621.28188.qmail@sources.redhat.com \
    --to=giovannibajo@libero.it \
    --cc=ba22@andrew.cmu.edu \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.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).