public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/95465] New: [8/9/10/11 Regression] ICE on jump into a statement expression
@ 2020-06-01 18:25 jakub at gcc dot gnu.org
  2020-06-01 18:26 ` [Bug c++/95465] " jakub at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-06-01 18:25 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95465
           Summary: [8/9/10/11 Regression] ICE on jump into a statement
                    expression
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

void
foo ()
{
  sizeof (({ label: 0; }));
  goto label;
}

ICEs with C++:
during GIMPLE pass: cfg
rh1842304.C: In function ‘void foo()’:
rh1842304.C:2:1: internal compiler error: Segmentation fault
    2 | foo ()
      | ^~~
0x15fc130 crash_signal
        ../../gcc/toplev.c:328
0x1658942 main_block_label
        ../../gcc/tree-cfg.c:1455
0x16590e4 cleanup_dead_labels()
        ../../gcc/tree-cfg.c:1639
but with C is rejected:
rh1842304.C: In function ‘foo’:
rh1842304.C:5:3: error: jump into statement expression
    5 |   goto label;
      |   ^~~~
rh1842304.C:4:14: note: label ‘label’ defined here
    4 |   sizeof (({ label: 0; }));
      |              ^~~~~

Used to be accepted by both C and C++ in GCC 3.4, but already r105000 ICEs in
C++ and rejects it in C.

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

* [Bug c++/95465] [8/9/10/11 Regression] ICE on jump into a statement expression
  2020-06-01 18:25 [Bug c++/95465] New: [8/9/10/11 Regression] ICE on jump into a statement expression jakub at gcc dot gnu.org
@ 2020-06-01 18:26 ` jakub at gcc dot gnu.org
  2020-06-02  5:54 ` marxin at gcc dot gnu.org
  2021-01-19 13:58 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-06-01 18:26 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gabravier at gmail dot com
   Target Milestone|---                         |8.5

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Guess could be considered a dup of PR772.

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

* [Bug c++/95465] [8/9/10/11 Regression] ICE on jump into a statement expression
  2020-06-01 18:25 [Bug c++/95465] New: [8/9/10/11 Regression] ICE on jump into a statement expression jakub at gcc dot gnu.org
  2020-06-01 18:26 ` [Bug c++/95465] " jakub at gcc dot gnu.org
@ 2020-06-02  5:54 ` marxin at gcc dot gnu.org
  2021-01-19 13:58 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-06-02  5:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                 CC|                            |marxin at gcc dot gnu.org
   Last reconfirmed|                            |2020-06-02

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

* [Bug c++/95465] [8/9/10/11 Regression] ICE on jump into a statement expression
  2020-06-01 18:25 [Bug c++/95465] New: [8/9/10/11 Regression] ICE on jump into a statement expression jakub at gcc dot gnu.org
  2020-06-01 18:26 ` [Bug c++/95465] " jakub at gcc dot gnu.org
  2020-06-02  5:54 ` marxin at gcc dot gnu.org
@ 2021-01-19 13:58 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-01-19 13:58 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Dup.

*** This bug has been marked as a duplicate of bug 772 ***

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

end of thread, other threads:[~2021-01-19 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 18:25 [Bug c++/95465] New: [8/9/10/11 Regression] ICE on jump into a statement expression jakub at gcc dot gnu.org
2020-06-01 18:26 ` [Bug c++/95465] " jakub at gcc dot gnu.org
2020-06-02  5:54 ` marxin at gcc dot gnu.org
2021-01-19 13:58 ` 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).