public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of,  at tree.c:5452
@ 2021-05-20  6:20 luke at street dot dev
  2021-05-20  6:21 ` [Bug lto/100692] " luke at street dot dev
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: luke at street dot dev @ 2021-05-20  6:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100692
           Summary: [11 Regression] ICE in fld_incomplete_type_of, at
                    tree.c:5452
           Product: gcc
           Version: 11.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
          Assignee: unassigned at gcc dot gnu.org
          Reporter: luke at street dot dev
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

ICE triggered with 

g++ -std=c++2a -msse4.1 -fext-numeric-literals -flto

during IPA pass: *free_lang_data
../extern/athena/src/athena/DNAYaml.cpp:1105:1: internal compiler error: in
fld_incomplete_type_of, at tree.c:5452
0x1797368 internal_error(char const*, ...)
        ???:0
0x67f8f9 fancy_abort(char const*, int, char const*)
        ???:0

Preprocessed source attached.

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

* [Bug lto/100692] [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
@ 2021-05-20  6:21 ` luke at street dot dev
  2021-05-20  6:43 ` [Bug lto/100692] [11/12 " rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: luke at street dot dev @ 2021-05-20  6:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Luke Street <luke at street dot dev> ---
Preprocessed source was too large to attach, so here's a GitHub gist:

https://gist.githubusercontent.com/encounter/03ecf9a70a225970f8485d3e89dff432/raw/bac21e49cb0f6be88cb7cf5fa80664a0f62b7748/ice_fld_incomplete_type_of.cpp

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

* [Bug lto/100692] [11/12 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
  2021-05-20  6:21 ` [Bug lto/100692] " luke at street dot dev
@ 2021-05-20  6:43 ` rguenth at gcc dot gnu.org
  2021-05-20  7:57 ` [Bug lto/100692] [11 " marxin at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-20  6:43 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-05-20
            Summary|[11 Regression] ICE in      |[11/12 Regression] ICE in
                   |fld_incomplete_type_of, at  |fld_incomplete_type_of, at
                   |tree.c:5452                 |tree.c:5452
             Status|UNCONFIRMED                 |NEW
   Target Milestone|---                         |11.2
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed, reducing.

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

* [Bug lto/100692] [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
  2021-05-20  6:21 ` [Bug lto/100692] " luke at street dot dev
  2021-05-20  6:43 ` [Bug lto/100692] [11/12 " rguenth at gcc dot gnu.org
@ 2021-05-20  7:57 ` marxin at gcc dot gnu.org
  2021-05-20  7:58 ` marxin at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-05-20  7:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[11/12 Regression] ICE in   |[11 Regression] ICE in
                   |fld_incomplete_type_of, at  |fld_incomplete_type_of, at
                   |tree.c:5452                 |tree.c:5452

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Btw. fixed on master with r12-299-ga0fdff3cf33f7284.

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

* [Bug lto/100692] [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
                   ` (2 preceding siblings ...)
  2021-05-20  7:57 ` [Bug lto/100692] [11 " marxin at gcc dot gnu.org
@ 2021-05-20  7:58 ` marxin at gcc dot gnu.org
  2021-05-20  8:09 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-05-20  7:58 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
And started with r11-7095-g7b258ac7afaaf7d8.

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

* [Bug lto/100692] [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
                   ` (3 preceding siblings ...)
  2021-05-20  7:58 ` marxin at gcc dot gnu.org
@ 2021-05-20  8:09 ` rguenth at gcc dot gnu.org
  2021-07-19 12:01 ` [Bug c++/100692] " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-20  8:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Created attachment 50849
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50849&action=edit
reduced testcase

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

* [Bug c++/100692] [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
                   ` (4 preceding siblings ...)
  2021-05-20  8:09 ` rguenth at gcc dot gnu.org
@ 2021-07-19 12:01 ` rguenth at gcc dot gnu.org
  2021-07-28  7:07 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-19 12:01 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
          Component|lto                         |c++

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

* [Bug c++/100692] [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
                   ` (5 preceding siblings ...)
  2021-07-19 12:01 ` [Bug c++/100692] " rguenth at gcc dot gnu.org
@ 2021-07-28  7:07 ` rguenth at gcc dot gnu.org
  2022-04-21  7:49 ` rguenth at gcc dot gnu.org
  2023-05-29 10:05 ` jakub at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-28  7:07 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.2                        |11.3

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.2 is being released, retargeting bugs to GCC 11.3

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

* [Bug c++/100692] [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
                   ` (6 preceding siblings ...)
  2021-07-28  7:07 ` rguenth at gcc dot gnu.org
@ 2022-04-21  7:49 ` rguenth at gcc dot gnu.org
  2023-05-29 10:05 ` jakub at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-21  7:49 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.3                        |11.4

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.3 is being released, retargeting bugs to GCC 11.4.

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

* [Bug c++/100692] [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452
  2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
                   ` (7 preceding siblings ...)
  2022-04-21  7:49 ` rguenth at gcc dot gnu.org
@ 2023-05-29 10:05 ` jakub at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-05-29 10:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.4                        |11.5

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.4 is being released, retargeting bugs to GCC 11.5.

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

end of thread, other threads:[~2023-05-29 10:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20  6:20 [Bug lto/100692] New: [11 Regression] ICE in fld_incomplete_type_of, at tree.c:5452 luke at street dot dev
2021-05-20  6:21 ` [Bug lto/100692] " luke at street dot dev
2021-05-20  6:43 ` [Bug lto/100692] [11/12 " rguenth at gcc dot gnu.org
2021-05-20  7:57 ` [Bug lto/100692] [11 " marxin at gcc dot gnu.org
2021-05-20  7:58 ` marxin at gcc dot gnu.org
2021-05-20  8:09 ` rguenth at gcc dot gnu.org
2021-07-19 12:01 ` [Bug c++/100692] " rguenth at gcc dot gnu.org
2021-07-28  7:07 ` rguenth at gcc dot gnu.org
2022-04-21  7:49 ` rguenth at gcc dot gnu.org
2023-05-29 10:05 ` 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).