[Bug middle-end/71898] [7 Regression] [graphite] ICE: verify_ssa failed

2016-07-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71898 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/71898] [7 Regression] [graphite] ICE: verify_ssa failed

2016-07-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71898 --- Comment #6 from Martin Liška --- Author: marxin Date: Wed Jul 20 11:16:47 2016 New Revision: 238513 URL: https://gcc.gnu.org/viewcvs?rev=238513&root=gcc&view=rev Log: Properly handly PHI stmts in later_of_the_two (PR PR middle-end/7

[Bug middle-end/71898] [7 Regression] [graphite] ICE: verify_ssa failed

2016-07-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71898 --- Comment #5 from Martin Liška --- (In reply to Joost VandeVondele from comment #4) > (In reply to Martin Liška from comment #2) > > Created attachment 38939 [details] > > Candidate patch > > Since this is a graphite fix, it might also fix PR7

[Bug middle-end/71898] [7 Regression] [graphite] ICE: verify_ssa failed

2016-07-20 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71898 --- Comment #4 from Joost VandeVondele --- (In reply to Martin Liška from comment #2) > Created attachment 38939 [details] > Candidate patch Since this is a graphite fix, it might also fix PR71351 ?

[Bug middle-end/71898] [7 Regression] [graphite] ICE: verify_ssa failed

2016-07-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71898 Martin Liška changed: What|Removed |Added Attachment #38939|0 |1 is obsolete|

[Bug middle-end/71898] [7 Regression] [graphite] ICE: verify_ssa failed

2016-07-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71898 --- Comment #2 from Martin Liška --- Created attachment 38939 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38939&action=edit Candidate patch

[Bug middle-end/71898] [7 Regression] [graphite] ICE: verify_ssa failed

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