This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/30659] [4.0/4.1/4.2/4.3 Regression] ICE in undefined template



------- Comment #3 from reichelt at gcc dot gnu dot org  2007-02-09 00:48 -------
Even shorter testcase:

====================================
extern "C" template A<char> foo();
====================================

I don't get the segfault in GCC 4.0.4 and current 4.1 branch
(although I see it in 4.0.3 and 4.1.1).
Can somebody reproduce the bug on these branches?


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30659


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]