public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/97804] New: ICE in output_constructor_register_field varasm.c:5407
@ 2020-11-11 22:51 law at redhat dot com
  2020-11-11 22:52 ` [Bug middle-end/97804] " law at redhat dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: law at redhat dot com @ 2020-11-11 22:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97804
           Summary: ICE in output_constructor_register_field
                    varasm.c:5407
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: law at redhat dot com
  Target Milestone: ---

Trunk as of 5d46ec3db21d8c8926f15a634b2d6570536db5f1 faults compiling the
attached code with -O2 -std=c++17 on x86_64:

./cc1plus -O2 -std=c++17 FreeLookCamera.cpp.ii -quiet -w
/builddir/build/BUILD/dolphin-31524288e3b2450eaefff8202c6d26c4ba3f7333/Source/Core/VideoCommon/FreeLookCamera.cpp:305:1:
internal compiler error: in output_constructor_regular_field, at varasm.c:5407
0x1bd1821 output_constructor_regular_field
        /home/gcc/gcc/gcc/varasm.c:5407
0x1bd2742 output_constructor
        /home/gcc/gcc/gcc/varasm.c:5713
0x1bd0ed0 output_constant
        /home/gcc/gcc/gcc/varasm.c:5222
0x1bd1b62 output_constructor_regular_field
        /home/gcc/gcc/gcc/varasm.c:5446
0x1bd2742 output_constructor
        /home/gcc/gcc/gcc/varasm.c:5713
0x1bd0ed0 output_constant
        /home/gcc/gcc/gcc/varasm.c:5222
0x1bd1b62 output_constructor_regular_field
        /home/gcc/gcc/gcc/varasm.c:5446
0x1bd2742 output_constructor
        /home/gcc/gcc/gcc/varasm.c:5713
0x1bd0ed0 output_constant
        /home/gcc/gcc/gcc/varasm.c:5222
0x1bd1b62 output_constructor_regular_field
        /home/gcc/gcc/gcc/varasm.c:5446
0x1bd2742 output_constructor
        /home/gcc/gcc/gcc/varasm.c:5713
0x1bd0ed0 output_constant
        /home/gcc/gcc/gcc/varasm.c:5222
0x1bd1b62 output_constructor_regular_field
        /home/gcc/gcc/gcc/varasm.c:5446
0x1bd2742 output_constructor
        /home/gcc/gcc/gcc/varasm.c:5713
0x1bd0ed0 output_constant
        /home/gcc/gcc/gcc/varasm.c:5222
0x1bd1b62 output_constructor_regular_field
        /home/gcc/gcc/gcc/varasm.c:5446
0x1bd2742 output_constructor
        /home/gcc/gcc/gcc/varasm.c:5713
0x1bd0ed0 output_constant
        /home/gcc/gcc/gcc/varasm.c:5222
0x1bc6059 assemble_variable_contents
        /home/gcc/gcc/gcc/varasm.c:2128
0x1bc6afc assemble_variable(tree_node*, int, int, int)
        /home/gcc/gcc/gcc/varasm.c:2307


I haven't tried to reproduce or bisect.  However, I would assume is likely a
regression.

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

end of thread, other threads:[~2022-05-27  8:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11 22:51 [Bug middle-end/97804] New: ICE in output_constructor_register_field varasm.c:5407 law at redhat dot com
2020-11-11 22:52 ` [Bug middle-end/97804] " law at redhat dot com
2020-11-11 23:23 ` [Bug c++/97804] [9/10/11 Regression] ICE in output_constructor_register_field varasm.c:5407 since r9-5710 jakub at gcc dot gnu.org
2020-11-12  7:15 ` rguenth at gcc dot gnu.org
2021-02-03 16:04 ` [Bug c++/97804] [9/10 " jakub at gcc dot gnu.org
2021-02-03 16:18 ` cvs-commit at gcc dot gnu.org
2021-02-03 16:19 ` cvs-commit at gcc dot gnu.org
2021-02-03 16:20 ` [Bug c++/97804] [9 " jakub at gcc dot gnu.org
2021-06-01  8:18 ` rguenth at gcc dot gnu.org
2022-05-27  8:57 ` 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).