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

           Summary: [4.6 Regression] FAIL: g++.dg/cpp0x/sfinae10.C (test
                    for excess errors)
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: hjl.to...@gmail.com
                CC: ja...@redhat.com


On Linux/x86, revision 172224 gave

FAIL: g++.dg/cpp0x/sfinae10.C (test for excess errors)
Excess errors:
/export/gnu/import/svn/gcc-test/src-4.6/gcc/testsuite/g++.dg/cpp0x/sfinae10.C:16:38:
error: cannot allocate an object of abstract type 'A'
/export/gnu/import/svn/gcc-test/src-4.6/gcc/testsuite/g++.dg/cpp0x/sfinae10.C:13:8:
note:   because the following virtual functions are pure within 'A':
/export/gnu/import/svn/gcc-test/src-4.6/gcc/testsuite/g++.dg/cpp0x/sfinae10.C:13:20:
note:      virtual A::~A()

This is added by revision 172193:

http://gcc.gnu.org/ml/gcc-cvs/2011-04/msg00388.html

Reply via email to