public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/108684] New: [13 Regression] ICE: verify_ssa failed
@ 2023-02-06 18:49 gscfq@t-online.de
  2023-02-06 18:55 ` [Bug tree-optimization/108684] " pinskia at gcc dot gnu.org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: gscfq@t-online.de @ 2023-02-06 18:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 108684
           Summary: [13 Regression] ICE: verify_ssa failed
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Started between 20221030 and 20221106 :
(gcc configured with --enable-checking=yes)


$ cat z1.cc
int f (int a)
{
  asm (" " : "=r" (a) : : "eax", "memory");
  if (a)
    return 0;
}


$ gcc-13-20230205 -c z1.cc -O2
z1.cc: In function 'int f(int)':
z1.cc:6:1: warning: control reaches end of non-void function [-Wreturn-type]
    6 | }
      | ^
z1.cc:1:5: error: virtual use of statement not up to date
    1 | int f (int a)
      |     ^
# VUSE <_2>
return 0;
during GIMPLE pass: vrp
z1.cc:1:5: internal compiler error: verify_ssa failed
0x14e901b verify_ssa(bool, bool)
        ../../gcc/tree-ssa.cc:1211
0x1134857 execute_function_todo
        ../../gcc/passes.cc:2098
0x11351a2 execute_todo
        ../../gcc/passes.cc:2145

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

end of thread, other threads:[~2023-05-13 14:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06 18:49 [Bug c++/108684] New: [13 Regression] ICE: verify_ssa failed gscfq@t-online.de
2023-02-06 18:55 ` [Bug tree-optimization/108684] " pinskia at gcc dot gnu.org
2023-02-06 20:23 ` pinskia at gcc dot gnu.org
2023-02-06 20:26 ` pinskia at gcc dot gnu.org
2023-02-07 14:05 ` rguenth at gcc dot gnu.org
2023-02-07 18:30 ` amacleod at redhat dot com
2023-02-07 18:33 ` pinskia at gcc dot gnu.org
2023-02-07 18:37 ` [Bug tree-optimization/108684] [12/13 " pinskia at gcc dot gnu.org
2023-02-07 18:39 ` amacleod at redhat dot com
2023-02-07 18:45 ` pinskia at gcc dot gnu.org
2023-02-07 19:56 ` pinskia at gcc dot gnu.org
2023-02-07 19:59 ` jakub at gcc dot gnu.org
2023-02-07 20:03 ` pinskia at gcc dot gnu.org
2023-02-08 19:14 ` pinskia at gcc dot gnu.org
2023-02-09 15:23 ` pinskia at gcc dot gnu.org
2023-02-10  1:47 ` cvs-commit at gcc dot gnu.org
2023-02-10  1:48 ` [Bug tree-optimization/108684] [12 " pinskia at gcc dot gnu.org
2023-03-10 21:55 ` cvs-commit at gcc dot gnu.org
2023-03-10 21:55 ` pinskia at gcc dot gnu.org
2023-05-13 14:17 ` pinskia 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).