public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27667]  New: [4.0/4.1/4.2 regression] ICE with in-class specialization
@ 2006-05-18 19:31 reichelt at gcc dot gnu dot org
  2006-05-18 21:36 ` [Bug c++/27667] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-05-18 19:31 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 3.4.5 / 4.0.3:

=======================================
struct A
{
    template<int> static void foo   () {}
    template<>    static void foo<0>() {}
};
=======================================

bug.cc:4: error: explicit specialization in non-namespace scope 'struct A'
bug.cc:4: internal compiler error: in poplevel, at cp/decl.c:551
Please submit a full bug report, [etc.]


-- 
           Summary: [4.0/4.1/4.2 regression] ICE with in-class
                    specialization
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-07-04 15:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-18 19:31 [Bug c++/27667] New: [4.0/4.1/4.2 regression] ICE with in-class specialization reichelt at gcc dot gnu dot org
2006-05-18 21:36 ` [Bug c++/27667] " pinskia at gcc dot gnu dot org
2006-05-26 15:07 ` bangerth at dealii dot org
2006-06-04 19:14 ` mmitchel at gcc dot gnu dot org
2006-07-17  3:24 ` mmitchel at gcc dot gnu dot org
2006-09-23 16:19 ` lmillward at gcc dot gnu dot org
2006-09-23 16:20 ` patchapp at dberlin dot org
2006-09-25 19:58 ` lmillward at gcc dot gnu dot org
2006-09-25 19:59 ` [Bug c++/27667] [4.0/4.1 " lmillward at gcc dot gnu dot org
2007-02-03 17:04 ` gdr at gcc dot gnu dot org
2007-02-03 20:32 ` pinskia at gcc dot gnu dot org
2007-02-14  9:40 ` mmitchel at gcc dot gnu dot org
2008-07-04 15:32 ` [Bug c++/27667] [4.1 " jsm28 at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).