[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-09 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Sun Oct 9 11:18:53 2016 New Revision: 240899 URL: https://gcc.gnu.org/viewcvs?rev=240899&root=gcc&view=rev Log: PR tree-optimization/77901 * tree-ssa-reassoc.c (optimize_

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 --- Comment #4 from Bernd Edlinger --- ok, thanks.

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 --- Comment #2 from Bernd Edlinger --- reproducer: cat min.c union internal_auxent { struct { union { long l; } x_tagndx; } x_sym; }; struct coff_symbol { int c_sclass; }; int complaint (); int decode_type (struct coff_symbol * cs, uni

[Bug tree-optimization/77901] ICE in tree-sse-reassoc,c:2881

2016-10-08 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77901 --- Comment #1 from Bernd Edlinger --- this seems to fix it: Index: gcc/tree-ssa-reassoc.c === --- gcc/tree-ssa-reassoc.c (revision 240867) +++ gcc/tree-ssa-reassoc.c (wor