This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32596] [4.3 Regression] ICE with inline template specialization in anonymous namespace
- 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: 8 Jul 2007 10:46:52 -0000
- Subject: [Bug c++/32596] [4.3 Regression] ICE with inline template specialization in anonymous namespace
- References: <bug-32596-9596@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-08 10:46 -------
Reduced testcase:
namespace
{
template<class T> inline void char_less(void) { }
template<> inline void char_less<char>(void) { }
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-07-08 10:46:52
date| |
Summary|[4.3 Regression] ICE with |[4.3 Regression] ICE with
|template in anonymous |inline template
|namespace |specialization in anonymous
| |namespace
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32596