[Bug c/92249] ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases

2021-06-15 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92249 --- Comment #7 from Arseny Solokha --- I've been considering nominating this PR as a blocker for PR101057, but cannot reproduce the ICE w/ gcc-12.0.0_alpha20210613 snapshot.

[Bug c/92249] ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases

2019-10-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92249 Richard Biener changed: What|Removed |Added Keywords||error-recovery Status|ASSIG

[Bug c/92249] ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases

2019-10-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92249 --- Comment #5 from Richard Biener --- Author: rguenth Date: Mon Oct 28 12:25:09 2019 New Revision: 277512 URL: https://gcc.gnu.org/viewcvs?rev=277512&root=gcc&view=rev Log: 2019-10-28 Richard Biener PR c/92249 * gimple-parse

[Bug c/92249] ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases

2019-10-28 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92249 --- Comment #4 from rguenther at suse dot de --- On Mon, 28 Oct 2019, asolokha at gmx dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92249 > > --- Comment #3 from Arseny Solokha --- > OK, I'll finally blacklist all GIMPLE testca

[Bug c/92249] ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases

2019-10-28 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92249 --- Comment #3 from Arseny Solokha --- OK, I'll finally blacklist all GIMPLE testcases altogether as I already do w/ RTL ones. It didn't seem right to me that some GIMPLE testcases yield ICE when compiled w/ -fno-gimple, but if that's by design,

[Bug c/92249] ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases

2019-10-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92249 --- Comment #2 from Richard Biener --- So after the fix you'll see > ./cc1 -quiet xx.c -fgimple xx.c: In function ‘foo’: xx.c:5:1: error: ENTRY_BLOCK has IL associated with it 5 | } | ^ during GIMPLE pass: fixup_cfg xx.c:5:1: internal

[Bug c/92249] ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases

2019-10-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92249 Richard Biener changed: What|Removed |Added Keywords||ice-on-invalid-code Status|