http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46626
Summary: [4.6 Regression] simple use of virtual methods causes
pure virtual method call in c++0x mode
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: [email protected]
ReportedBy: [email protected]
Target: x86_64-pc-linux-gnu
Created attachment 22501
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22501
reduced testcase
$ g++ -std=c++0x testcase.C
$ ./a.out
pure virtual method called
terminate called without an active exception
Aborted
Tested revisions
r167054 - fail
r167002 - fail
r165699 - OK