This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11113] explicit instantiation of a typedef not diagnosed
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2003 15:12:45 -0000
- Subject: [Bug c++/11113] explicit instantiation of a typedef not diagnosed
- References: <20030606172042.11113.sebor@roguewave.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11113
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-20 15:12 -------
The mainline now gives:
pr11113.cc:7: error: using typedef-name `B<A<int> >::type' after `class'
This got fixed when PR 11036 got fixed so marking this as a dup of that bug.
*** This bug has been marked as a duplicate of 11036 ***