[Bug c++/15877] New: [3.4/3.5 Regression] rejects valid

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jun 8 18:14:00 GMT 2004


Instead of keeping PR 15554 open, I decided to open a new bug as it is caused by a different problem.

template <int n> struct T1 { enum { N = 3 }; };
template <int n> struct T2 { enum { N = n, N1 = T1<N>::N }; };

-- 
           Summary: [3.4/3.5 Regression] rejects valid
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,hzoli at austin dot ibm
                    dot com


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



More information about the Gcc-bugs mailing list