This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/33516] [4.0/4.1/4.2/4.3 Regression] Rejects typedef qualified name-lookup
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Sep 2007 08:56:35 -0000
- Subject: [Bug c++/33516] [4.0/4.1/4.2/4.3 Regression] Rejects typedef qualified name-lookup
- References: <bug-33516-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from rguenth at gcc dot gnu dot org 2007-09-21 08:56 -------
What I can find that supports rejecting the code is:
3.4.3(1) "Qualified name lookup":
"If the name found is not a class-name (clause 9) or namespace-name
(7.3.1), the program is ill-formed."
7.1.3 "The typedef specifier" it says:
"A name declared with the typedef specifier becomes a typedef-name."
but then the last example should be rejected as well?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33516