public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99034] New: [10/11 Regression] ICE in emit_to_new_bb_before, at except.c:932
@ 2021-02-09 17:41 gscfq@t-online.de
  2021-02-09 18:03 ` [Bug ipa/99034] " mpolacek at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: gscfq@t-online.de @ 2021-02-09 17:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99034

            Bug ID: 99034
           Summary: [10/11 Regression] ICE in emit_to_new_bb_before, at
                    except.c:932
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

This changed between 20190929 and 20191006 at -O2+ :


$ g++-10-20190929 -c pr90208-2.c -finstrument-functions -O2
$
$ g++-11-20210207 -c pr90208-2.c -finstrument-functions -O2
during RTL pass: expand
pr90208-2.c: In function 'void baz()':
pr90208-2.c:20:1: internal compiler error: Segmentation fault
   20 | }
      | ^
0xcd922f crash_signal
        ../../gcc/toplev.c:327
0x9bd1e6 emit_to_new_bb_before
        ../../gcc/except.c:932
0x9c185a dw2_build_landing_pads
        ../../gcc/except.c:1013
0x9c185a finish_eh_generation()
        ../../gcc/except.c:1521
0x8e2e7d execute
        ../../gcc/cfgexpand.c:6837

---

pr90208-2.c: In function 'void baz()':
pr90208-2.c:16:1: error: EH landing pad label
   16 | baz (void)
      | ^~~
<L3> is not first in a sequence of labels in bb 5during IPA pass: inline
pr90208-2.c:16:1: internal compiler error: verify_flow_info failed
0xae3ac4 verify_flow_info()
        ../../gcc/cfghooks.c:269
0x1046ba4 checking_verify_flow_info
        ../../gcc/cfghooks.h:212
0x1046ba4 cleanup_tree_cfg_noloop
        ../../gcc/tree-cfgcleanup.c:1136
0x1046ba4 cleanup_tree_cfg(unsigned int)
        ../../gcc/tree-cfgcleanup.c:1187
0xef8a44 execute_function_todo
        ../../gcc/passes.c:2008
0xef97f2 execute_todo
        ../../gcc/passes.c:2096
0xefba43 execute_one_ipa_transform_pass
        ../../gcc/passes.c:2293
0xefba43 execute_all_ipa_transforms(bool)
        ../../gcc/passes.c:2337
0xb22995 cgraph_node::expand()
        ../../gcc/cgraphunit.c:1820
0xb24316 expand_all_functions
        ../../gcc/cgraphunit.c:1995
0xb24316 symbol_table::compile()
        ../../gcc/cgraphunit.c:2359
0xb2784f symbol_table::compile()
        ../../gcc/cgraphunit.c:2543
0xb2784f symbol_table::finalize_compilation_unit()
        ../../gcc/cgraphunit.c:2540

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-04-22 17:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 17:41 [Bug c++/99034] New: [10/11 Regression] ICE in emit_to_new_bb_before, at except.c:932 gscfq@t-online.de
2021-02-09 18:03 ` [Bug ipa/99034] " mpolacek at gcc dot gnu.org
2021-02-10  7:22 ` rguenth at gcc dot gnu.org
2021-02-10 10:39 ` marxin at gcc dot gnu.org
2021-02-18 12:09 ` [Bug ipa/99034] [9/10/11 Regression] error: EH landing pad label <L3> is not first in a sequence of labels in bb 6during GIMPLE pass: einline since r9-6254-gf86624d85f937e03 marxin at gcc dot gnu.org
2021-02-18 12:20 ` jakub at gcc dot gnu.org
2021-02-18 18:19 ` jakub at gcc dot gnu.org
2021-02-19 11:15 ` cvs-commit at gcc dot gnu.org
2021-02-19 11:16 ` [Bug ipa/99034] [9/10 " jakub at gcc dot gnu.org
2021-03-19 23:29 ` cvs-commit at gcc dot gnu.org
2021-03-20  8:08 ` [Bug ipa/99034] [9 " jakub at gcc dot gnu.org
2021-04-08 12:02 ` rguenth at gcc dot gnu.org
2021-04-20 23:32 ` cvs-commit at gcc dot gnu.org
2021-04-22 16:51 ` cvs-commit at gcc dot gnu.org
2021-04-22 17:11 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).