https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971
Ville Voutilainen changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971
--- Comment #3 from kaijun ---
In Arch Linux & use [gcc 4.9.2]
The same problem happened again.
//This bug could be reproduced as following code on gcc 4.9.2
// g++ -Werror -Wall -O2 t.cpp -o t
class B {
public:
virtual ~B(){};
};
class A {
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971
--- Comment #2 from Andrew Pinski ---
*** Bug 61970 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61971
--- Comment #1 from kaijun ---
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/m