++
Assignee: unassigned at gcc dot gnu.org
Reporter: jagapeyev at gmail dot com
Target Milestone: ---
struct a {
virtual int b();
};
void c() {}
Compiling the above program with:
g++ -c test.cpp -O1 -flto -fvtable-verify=preinit
Results in the following error:
during GIMPLE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88818
John Agapeyev changed:
What|Removed |Added
CC||jagapeyev at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88818
--- Comment #2 from John Agapeyev ---
Ignore first comment, output was from older test file.
GCC -v output:
Using built-in specs.
COLLECT_GCC=g++
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jagapeyev at gmail dot com
Target Milestone: ---
Created attachment 41586
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41586&action=edit
Output of gcc -v -sav