[Bug c++/27667] New: [4.0/4.1/4.2 regression] ICE with in-class specialization

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 18 19:31:00 GMT 2006


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



More information about the Gcc-bugs mailing list