public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gscfq@t-online.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/99034] New: [10/11 Regression] ICE in emit_to_new_bb_before, at except.c:932
Date: Tue, 09 Feb 2021 17:41:50 +0000	[thread overview]
Message-ID: <bug-99034-4@http.gcc.gnu.org/bugzilla/> (raw)

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

             reply	other threads:[~2021-02-09 17:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09 17:41 gscfq@t-online.de [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-99034-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).