[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-12-07 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 kugan at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-12-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 --- Comment #7 from David Binderman --- (In reply to Jakub Jelinek from comment #6) > So is this fixed now? It seems fixed to me. Latest gcc trunk.

[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-12-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #6

[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-10-06 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 --- Comment #5 from kugan at gcc dot gnu.org --- Author: kugan Date: Thu Oct 6 19:58:46 2016 New Revision: 240842 URL: https://gcc.gnu.org/viewcvs?rev=240842&root=gcc&view=rev Log: Fix PR77862 gcc/testsuite/ChangeLog: 2016-10-06 Kugan Vivekana

[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-10-05 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 --- Comment #4 from kugan at gcc dot gnu.org --- patch posted for review at: https://gcc.gnu.org/ml/gcc-patches/2016-10/msg00349.html

[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-10-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 --- Comment #3 from Martin Liška --- ==8593== Invalid read of size 8 ==8593==at 0x10E0E64: add_equivalence(bitmap_head**, tree_node const*) (tree-vrp.c:845) ==8593==by 0x10E29BE: extract_range_for_var_from_comparison_expr(tree_node*, tree

[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-10-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 --- Comment #2 from Martin Liška --- Started with r240291.

[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-10-05 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNCO

[Bug tree-optimization/77862] [7 Regression] ice in add_equivalence

2016-10-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77862 Richard Biener changed: What|Removed |Added CC||kugan at gcc dot gnu.org Compo