[Bug lto/86086] New: lto1: internal compiler error: in odr_types_equivalent_p, at ipa-devirt.c:1256

2018-06-07 Thread ptdrnvqd at 10mail dot org
: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: ptdrnvqd at 10mail dot org CC: marxin at gcc dot gnu.org Target Milestone: --- gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc

[Bug lto/86086] lto1: internal compiler error: in odr_types_equivalent_p, at ipa-devirt.c:1256

2018-06-07 Thread ptdrnvqd at 10mail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86086 --- Comment #2 from ptdrnvqd at 10mail dot org --- same error when gcc 8.1.0, (even though added -flto missing in link flags earlier) gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper

[Bug lto/86086] lto1: internal compiler error: in odr_types_equivalent_p, at ipa-devirt.c:1256

2018-06-07 Thread ptdrnvqd at 10mail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86086 --- Comment #1 from ptdrnvqd at 10mail dot org --- Created attachment 44249 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44249=edit redo -save-temps output for gcc 8.1.0, add flto to link flags

[Bug lto/86086] lto1: internal compiler error: in odr_types_equivalent_p, at ipa-devirt.c:1256

2018-06-07 Thread ptdrnvqd at 10mail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86086 --- Comment #3 from ptdrnvqd at 10mail dot org --- Created attachment 44250 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44250=edit gcc 8.1.0 output

[Bug web/86078] New: Documentation: missing param default values

2018-06-07 Thread ptdrnvqd at 10mail dot org
: web Assignee: unassigned at gcc dot gnu.org Reporter: ptdrnvqd at 10mail dot org Target Milestone: --- in https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html or https://gcc.gnu.org/onlinedocs/gcc-5.5.0/gcc/Optimize-Options.html or whatever number, the params section

[Bug pending/86077] New: gcc does not recognize --param key=value when surrounded by single quotes

2018-06-06 Thread ptdrnvqd at 10mail dot org
: normal Priority: P3 Component: pending Assignee: unassigned at gcc dot gnu.org Reporter: ptdrnvqd at 10mail dot org Target Milestone: --- gcc 5.5.0 when trying to build tensorflow using bazel if i specify flags, it for some of the commands automatically wraps

[Bug pending/86081] New: expecting integer value - internal compiler error: Aborted

2018-06-07 Thread ptdrnvqd at 10mail dot org
Priority: P3 Component: pending Assignee: unassigned at gcc dot gnu.org Reporter: ptdrnvqd at 10mail dot org Target Milestone: --- Created attachment 44248 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44248=edit preprocessed file (*.i*) , -save-te

[Bug pending/86081] expecting integer value - internal compiler error: Aborted

2018-06-07 Thread ptdrnvqd at 10mail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86081 --- Comment #1 from ptdrnvqd at 10mail dot org --- either might be a factor: -floop-interchange -floop-strip-mine -floop-block

[Bug other/88842] missing optimization CSE, reassociation

2019-01-14 Thread ptdrnvqd at 10mail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88842 --- Comment #1 from ptdrnvqd at 10mail dot org --- from retweet danluu ↓ https://twitter.com/johnregehr/status/923682400676093952 not every day you run across a … easy optimization missing from all of LLVM, GCC, and Intel CC… ↓ http

[Bug other/88842] New: missing optimization CSE, reassociation

2019-01-14 Thread ptdrnvqd at 10mail dot org
Assignee: unassigned at gcc dot gnu.org Reporter: ptdrnvqd at 10mail dot org Target Milestone: --- from retweet danluu ↓ https://twitter.com/johnregehr/status/923682400676093952 not every day you run across a … easy optimization missing from all of LLVM, GCC, and Intel CC