[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-08-03 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-08-03 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 --- Comment #12 from Jeffrey A. Law --- Author: law Date: Mon Aug 3 16:26:13 2015 New Revision: 226516 URL: https://gcc.gnu.org/viewcvs?rev=226516&root=gcc&view=rev Log: PR middle-end/66314 PR gcov-profile/66899 * tree-s

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-07-21 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 Markus Trippelsdorf changed: What|Removed |Added CC||hpa at zytor dot com --- Comment #

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-06-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 Richard Biener changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #10 from Richard B

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-06-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 Richard Biener changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-06-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 --- Comment #8 from Richard Biener --- Author: rguenth Date: Mon Jun 1 13:55:12 2015 New Revision: 223979 URL: https://gcc.gnu.org/viewcvs?rev=223979&root=gcc&view=rev Log: 2015-06-01 Richard Biener Revert 2015-05-29 Richar

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-05-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-05-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 --- Comment #6 from Richard Biener --- Author: rguenth Date: Fri May 29 10:50:58 2015 New Revision: 223861 URL: https://gcc.gnu.org/viewcvs?rev=223861&root=gcc&view=rev Log: 2015-05-29 Richard Biener PR tree-optimization/66314

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-05-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 --- Comment #5 from Jakub Jelinek --- (In reply to Jakub Jelinek from comment #4) > char *a; > int b, c, d; int d; is enough I guess.

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-05-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-05-28 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 --- Comment #3 from ktkachov at gcc dot gnu.org --- Created attachment 35644 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35644&action=edit Reduced testcase Confirmed on aarch64-none-elf with current trunk. Attaching reduced testcase

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-05-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 --- Comment #2 from Richard Biener --- Broken by DOM2. Can somebody reduce this?

[Bug middle-end/66314] [6 Regression] ice in verify_loop_structure

2015-05-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66314 Richard Biener changed: What|Removed |Added Known to work||5.1.0 Target Milestone|---