This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12359] template specialization broken when typeof(var) used with template class
- 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: 22 Sep 2003 02:12:11 -0000
- Subject: [Bug c++/12359] template specialization broken when typeof(var) used with template class
- References: <20030922014212.12359.mbartosik@yahoo.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=12359
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords| |rejects-valid
Resolution| |FIXED
Target Milestone|--- |3.4
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-22 02:12 -------
Already fixed on the mainline (20030919) and since this is not a regression, closing as fixed.
2.95.3 just error out:
pr12359.cc:31: sorry, not implemented: testing typeof_type for template parms
pr12359.cc:31: confused by earlier errors, bailing out
3.1 did the same as 3.2.3 and 3.3.1 does (select the wrong one, the one returning void).