[Bug c++/88818] New: Segfault with vtable-verify LTO optimization

2019-01-12 Thread jagapeyev at gmail dot com
++ 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

[Bug c++/88818] Segfault with vtable-verify LTO optimization

2019-01-12 Thread jagapeyev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88818 John Agapeyev changed: What|Removed |Added CC||jagapeyev at gmail dot com --- Comment

[Bug c++/88818] Segfault with vtable-verify LTO optimization

2019-01-12 Thread jagapeyev at gmail dot com
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=

[Bug c++/81130] New: ICE OpenMP shared clause in gimplify_var_or_parm_decl, at gimplify.c:2584

2017-06-19 Thread jagapeyev at gmail dot com
: 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