public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: nathan@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
	martin@loewis.home.cs.tu-berlin.de, nathan@gcc.gnu.org,
	sebor@roguewave.com
Subject: Re: c++/189: parse error in qualified member name lookup
Date: Mon, 24 Dec 2001 13:22:00 -0000	[thread overview]
Message-ID: <20011224212203.11262.qmail@sources.redhat.com> (raw)

Synopsis: parse error in qualified member name lookup

State-Changed-From-To: analyzed->feedback
State-Changed-By: nathan
State-Changed-When: Mon Dec 24 13:22:03 2001
State-Changed-Why:
    I don't think the code is well formed.
    
    [3.4.5]/1 is the paragraph of interest, I don't see how
    [3.4.3.1] applies. this is an id-expression (which
    might be a qualified-id or an unqualified-id)
    
    We need to lookup 'A' in the class of 'B<int>'. 'A' is
    not a member of 'A<int>', so lookup does not find anything.
    We then lookup 'A' in the context of the entire expression.
    Again, this does not find anything. We therefore interpret
    the '<' as a less than operator.
    

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


             reply	other threads:[~2001-12-24 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-24 13:22 nathan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-20 18:45 Wolfgang Bangerth
2002-02-13  2:21 nathan
2001-12-21 14:30 nathan

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=20011224212203.11262.qmail@sources.redhat.com \
    --to=nathan@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=martin@loewis.home.cs.tu-berlin.de \
    --cc=sebor@roguewave.com \
    /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).