public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101071] New: [9/10/11/12 Regression] ICE in gimplify_init_constructor, at gimplify.c:5228
@ 2021-06-14 17:22 gscfq@t-online.de
  2021-06-14 19:41 ` [Bug c++/101071] " pinskia at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: gscfq@t-online.de @ 2021-06-14 17:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101071
           Summary: [9/10/11/12 Regression] ICE in
                    gimplify_init_constructor, at gimplify.c:5228
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

With file gcc/testsuite/g++.dg/cpp0x/variadic-alias2.C and option
-fno-elide-constructors, started between 20200308 and 20200412 :


$ g++-8 -c variadic-alias2.C -O2 -fno-elide-constructors
$
$ g++-12-20210613 -c variadic-alias2.C -O2 -fno-elide-constructors
z1.cc: In function 'void test_min_filter()':
z1.cc:97:3: internal compiler error: in gimplify_init_constructor, at
gimplify.c:5228
   97 |   (void)(computed{} = expected{});// compiles for identical types
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0xaec735 gimplify_init_constructor
        ../../gcc/gimplify.c:5228
0xaed305 gimplify_modify_expr_rhs
        ../../gcc/gimplify.c:5397
0xaf0bdc gimplify_modify_expr
        ../../gcc/gimplify.c:5759
0xae6b13 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:14079
0xaefdbc gimplify_target_expr
        ../../gcc/gimplify.c:6782
0xae6ae6 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:14476
0xae9448 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.c:6863
0xae7646 gimplify_cleanup_point_expr
        ../../gcc/gimplify.c:6605
0xae7646 gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:14472
0xae9448 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.c:6863
0xae99a1 gimplify_bind_expr
        ../../gcc/gimplify.c:1424
0xae74ca gimplify_expr(tree_node**, gimple**, gimple**, bool (*)(tree_node*),
int)
        ../../gcc/gimplify.c:14280
0xae9448 gimplify_stmt(tree_node**, gimple**)
        ../../gcc/gimplify.c:6863
0xaea46b gimplify_body(tree_node*, bool)
        ../../gcc/gimplify.c:15324
0xaea8bf gimplify_function_tree(tree_node*)
        ../../gcc/gimplify.c:15478
0x981ec7 cgraph_node::analyze()
        ../../gcc/cgraphunit.c:670
0x9847e7 analyze_functions
        ../../gcc/cgraphunit.c:1234
0x9851ad symbol_table::finalize_compilation_unit()
        ../../gcc/cgraphunit.c:2508

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

end of thread, other threads:[~2023-02-03 18:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 17:22 [Bug c++/101071] New: [9/10/11/12 Regression] ICE in gimplify_init_constructor, at gimplify.c:5228 gscfq@t-online.de
2021-06-14 19:41 ` [Bug c++/101071] " pinskia at gcc dot gnu.org
2021-06-14 19:41 ` [Bug c++/101071] [10/11/12 " pinskia at gcc dot gnu.org
2021-10-02  7:42 ` [Bug c++/101071] [9/10/11/12 " pinskia at gcc dot gnu.org
2021-11-18 16:06 ` jakub at gcc dot gnu.org
2022-01-17 14:32 ` rguenth at gcc dot gnu.org
2022-05-27  9:45 ` [Bug c++/101071] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:45 ` jakub at gcc dot gnu.org
2023-02-03 18:13 ` mpolacek at gcc dot gnu.org
2023-02-03 18:50 ` cvs-commit at gcc dot gnu.org
2023-02-03 18:51 ` mpolacek 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).