[Bug c++/81525] [7 Regression] Invalid codegen with constexpr variable template

2017-08-24 Thread sven.c.dack at sky dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525 Sven C. Dack changed: What|Removed |Added CC||sven.c.dack at sky dot com --- Comment

[Bug rtl-optimization/82057] New: ICE with -fgraphite-identity

2017-08-31 Thread sven.c.dack at sky dot com
Assignee: unassigned at gcc dot gnu.org Reporter: sven.c.dack at sky dot com Target Milestone: --- Created attachment 42093 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42093&action=edit bug.c Hello, while compiling ffmpeg with -fgraphite-identity did gcc run

[Bug tree-optimization/82057] ICE with -fgraphite-identity

2017-08-31 Thread sven.c.dack at sky dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82057 --- Comment #1 from Sven C. Dack --- Now with the update it looks much like it's a duplicate of 81226 and 80069. I did a search before posting this bug, but couldn't find anything close to it. Sorry if I'm reporting the same issue here.

[Bug tree-optimization/80612] New: ICE compiling grep-3.0 and m4-1.4.18 with LTO

2017-05-03 Thread sven.c.dack at sky dot com
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sven.c.dack at sky dot com Target Milestone: --- Both grep-3.0 and m4-1.4.18 show the same error message, because they both make use of the same source file "obstack.c". ... CCLD grep /dev/shm

[Bug tree-optimization/80612] ICE compiling grep-3.0 and m4-1.4.18 with LTO

2017-05-03 Thread sven.c.dack at sky dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80612 --- Comment #1 from Sven C. Dack --- The same ICE can be seen when compiling bison-3.0.4, coreutils-8.27 and tar-1.29, because these, too, makes use of the same "obstack.c" file.