[Bug c++/48528] New: [4.6 Regression] FAIL: g++.dg/cpp0x/sfinae10.C (test for excess errors)
hjl.tools at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Apr 9 13:55:00 GMT 2011
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: unassigned@gcc.gnu.org
ReportedBy: hjl.tools@gmail.com
CC: jason@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
More information about the Gcc-bugs
mailing list