[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

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

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-09-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #16 from Jakub Jelinek --- Author: jakub Date: Sat Sep 16 18:37:09 2017 New Revision: 252883 URL: https://gcc.gnu.org/viewcvs?rev=252883=gcc=rev Log: Backported from mainline 2017-08-03 Jakub Jelinek

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-09-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #15 from Jakub Jelinek --- Author: jakub Date: Fri Sep 15 21:34:10 2017 New Revision: 252856 URL: https://gcc.gnu.org/viewcvs?rev=252856=gcc=rev Log: Backported from mainline 2017-08-03 Jakub Jelinek

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #14 from Aldy Hernandez --- Author: aldyh Date: Wed Sep 13 16:24:28 2017 New Revision: 252271 URL: https://gcc.gnu.org/viewcvs?rev=252271=gcc=rev Log: PR middle-end/81052 * omp-low.c (diagnose_sb_0): Handle

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-09-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #13 from Jakub Jelinek --- Author: jakub Date: Thu Sep 7 20:19:47 2017 New Revision: 251849 URL: https://gcc.gnu.org/viewcvs?rev=251849=gcc=rev Log: Backported from mainline 2017-08-03 Jakub Jelinek

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-08-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #12 from Jakub Jelinek --- Fixed on the trunk so far (by rejecting it).

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-08-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #11 from Jakub Jelinek --- Author: jakub Date: Thu Aug 3 08:34:16 2017 New Revision: 250847 URL: https://gcc.gnu.org/viewcvs?rev=250847=gcc=rev Log: PR middle-end/81052 * omp-low.c (diagnose_sb_0): Handle

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-08-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #10 from Jakub Jelinek --- Created attachment 41892 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41892=edit gcc8-pr81052.patch Untested fix.

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-08-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-08-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #8 from Jakub Jelinek --- (In reply to Alexander Monakov from comment #7) > As an aside, shouldn't we issue a diagnostic here? OpenMP spec says > branching in/out of simd regions is not allowed, and I think we already > diagnose

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-08-02 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #7 from Alexander Monakov --- As an aside, shouldn't we issue a diagnostic here? OpenMP spec says branching in/out of simd regions is not allowed, and I think we already diagnose invalid branching for some other constructs.

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-08-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 Martin Liška changed: What|Removed |Added CC||amonakov at gcc dot gnu.org,

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-08-02 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #5 from Martin Liška --- Created attachment 41888 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41888=edit Reduced test-case Adding reduced test-case (it's hard to reduce more). There's ompexp dump: bool satyr::dc(auto:1,

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-06-13 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 Martin Liška changed: What|Removed |Added Status|WAITING |NEW Known to fail|

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-06-12 Thread ryan.burn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #3 from ryan.burn at gmail dot com --- The only other gcc I have installed is g++ (GCC) 7.0.1 20170408 (experimental) Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions.

[Bug middle-end/81052] ICE in verify_dominators, at dominance.c:1184

2017-06-12 Thread ryan.burn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81052 --- Comment #2 from ryan.burn at gmail dot com --- Created attachment 41538 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41538=edit old compiler preprocessed