public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/189: parse error in qualified member name lookup
@ 2002-11-20 18:45 Wolfgang Bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Bangerth @ 2002-11-20 18:45 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

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

From: Wolfgang Bangerth <bangerth@apex68.ticam.utexas.edu>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/189: parse error in qualified member name lookup
Date: Thu, 14 Nov 2002 14:23:58 -0600

 Re-confirmed with 3.3 CVS from 2002-11-10 and 3.2.1 pre from the same date.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/189: parse error in qualified member name lookup
@ 2002-02-13  2:21 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2002-02-13  2:21 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, martin, nathan, sebor

Synopsis: parse error in qualified member name lookup

State-Changed-From-To: feedback->analyzed
State-Changed-By: nathan
State-Changed-When: Wed Feb 13 02:21:52 2002
State-Changed-Why:
    I've got a reponse from John Spicer (The edg front end
    accepts this code). The standard as written is unclear
    about class name injection, and DR 176 documents
    the problem. As that is an accepted DR, we should implement
    it (sometime...)

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/189: parse error in qualified member name lookup
@ 2001-12-24 13:22 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-12-24 13:22 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, martin, nathan, sebor

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/189: parse error in qualified member name lookup
@ 2001-12-21 14:30 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-12-21 14:30 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, martin, nathan, nobody, sebor

Old Synopsis: g++ 2.95.2 (3.0) parse error in qualified member name lookup
New Synopsis: parse error in qualified member name lookup

Responsible-Changed-From-To: unassigned->nathan
Responsible-Changed-By: nathan
Responsible-Changed-When: Fri Dec 21 14:30:33 2001
Responsible-Changed-Why:
    patch in progress

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-14 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-20 18:45 c++/189: parse error in qualified member name lookup Wolfgang Bangerth
  -- strict thread matches above, loose matches on Subject: below --
2002-02-13  2:21 nathan
2001-12-24 13:22 nathan
2001-12-21 14:30 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).