public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/13095] GCC accepts invalid using declaration
Date: Tue, 18 Nov 2003 20:12:00 -0000	[thread overview]
Message-ID: <20031118201233.1452.qmail@sources.redhat.com> (raw)
In-Reply-To: <20031118001326.13095.reichelt@gcc.gnu.org>


------- Additional Comments From bangerth at dealii dot org  2003-11-18 20:12 -------
The code seems illegal, indeed. Here's what icc says:

g/x> icc -c x.cc -Xc -ansi
x.cc(8): error: invalid base class
      using B<T>::i;
            ^

x.cc(9): error: identifier "i" is undefined
      int foo() { return i; }
                         ^

compilation aborted for x.cc (code 2)

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13095


  parent reply	other threads:[~2003-11-18 20:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-18  0:13 [Bug c++/13095] New: " reichelt at gcc dot gnu dot org
2003-11-18  2:17 ` [Bug c++/13095] " pinskia at gcc dot gnu dot org
2003-11-18 20:12 ` bangerth at dealii dot org [this message]
2004-01-24 11:23 ` giovannibajo at libero dot it
2004-06-18  4:49 ` pinskia at gcc dot gnu dot org
2004-09-20  0:55 ` pinskia at gcc dot gnu dot org
2005-06-09  7:27 ` reichelt at gcc dot gnu dot org

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=20031118201233.1452.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).