public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/105952] New: [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680
@ 2022-06-13 17:46 gscfq@t-online.de
  2022-06-14  8:19 ` [Bug rtl-optimization/105952] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gscfq@t-online.de @ 2022-06-13 17:46 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 105952
           Summary: [12/13 Regression] ICE in
                    sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Started between 20220306 and 20220327, affects file pr27531-1.c :
(gcc configured with --enable-checking=yes)


$ gcc-13-20220612 -c pr27531-1.c -O -fno-inline -fschedule-insns
-fselective-scheduling
during RTL pass: sched1
pr27531-1.c: In function 'main':
pr27531-1.c:59:1: internal compiler error: Segmentation fault
   59 | }
      | ^
0xe13ecf crash_signal
        ../../gcc/toplev.cc:322
0xdbd165 sel_redirect_edge_and_branch(edge_def*, basic_block_def*)
        ../../gcc/sel-sched-ir.cc:5680
0xdbe0a8 maybe_tidy_empty_bb
        ../../gcc/sel-sched-ir.cc:3804
0xdbec65 purge_empty_blocks()
        ../../gcc/sel-sched-ir.cc:3948
0xdd1b4c sel_sched_region_1
        ../../gcc/sel-sched.cc:7519
0xdd2ff0 sel_sched_region(int)
        ../../gcc/sel-sched.cc:7634
0xdd3899 run_selective_scheduling()
        ../../gcc/sel-sched.cc:7720
0xdafa1d rest_of_handle_sched
        ../../gcc/sched-rgn.cc:3720
0xdafa1d execute
        ../../gcc/sched-rgn.cc:3830

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

* [Bug rtl-optimization/105952] [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680
  2022-06-13 17:46 [Bug c/105952] New: [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680 gscfq@t-online.de
@ 2022-06-14  8:19 ` rguenth at gcc dot gnu.org
  2022-06-16 13:47 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-06-14  8:19 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.2

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

* [Bug rtl-optimization/105952] [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680
  2022-06-13 17:46 [Bug c/105952] New: [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680 gscfq@t-online.de
  2022-06-14  8:19 ` [Bug rtl-optimization/105952] " rguenth at gcc dot gnu.org
@ 2022-06-16 13:47 ` marxin at gcc dot gnu.org
  2022-07-25 16:02 ` rguenth at gcc dot gnu.org
  2023-05-08 12:24 ` [Bug rtl-optimization/105952] [12/13/14 " rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-06-16 13:47 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2022-06-16

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r12-7687-g3a7ba8fd0cda3878, but it likely revealed it.

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

* [Bug rtl-optimization/105952] [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680
  2022-06-13 17:46 [Bug c/105952] New: [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680 gscfq@t-online.de
  2022-06-14  8:19 ` [Bug rtl-optimization/105952] " rguenth at gcc dot gnu.org
  2022-06-16 13:47 ` marxin at gcc dot gnu.org
@ 2022-07-25 16:02 ` rguenth at gcc dot gnu.org
  2023-05-08 12:24 ` [Bug rtl-optimization/105952] [12/13/14 " rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-07-25 16:02 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amonakov at gcc dot gnu.org
           Priority|P3                          |P2

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

* [Bug rtl-optimization/105952] [12/13/14 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680
  2022-06-13 17:46 [Bug c/105952] New: [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680 gscfq@t-online.de
                   ` (2 preceding siblings ...)
  2022-07-25 16:02 ` rguenth at gcc dot gnu.org
@ 2023-05-08 12:24 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-05-08 12:24 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|12.3                        |12.4

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 12.3 is being released, retargeting bugs to GCC 12.4.

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

end of thread, other threads:[~2023-05-08 12:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13 17:46 [Bug c/105952] New: [12/13 Regression] ICE in sel_redirect_edge_and_branch, at sel-sched-ir.cc:5680 gscfq@t-online.de
2022-06-14  8:19 ` [Bug rtl-optimization/105952] " rguenth at gcc dot gnu.org
2022-06-16 13:47 ` marxin at gcc dot gnu.org
2022-07-25 16:02 ` rguenth at gcc dot gnu.org
2023-05-08 12:24 ` [Bug rtl-optimization/105952] [12/13/14 " rguenth 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).