public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/109661] New: [13/14 Regression] ICE in aarch64_function_arg_alignment when building erlang
@ 2023-04-28  8:18 jakub at gcc dot gnu.org
  2023-04-28  8:18 ` [Bug target/109661] " jakub at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-04-28  8:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109661
           Summary: [13/14 Regression] ICE in
                    aarch64_function_arg_alignment when building erlang
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

typedef unsigned long U __attribute__ ((aligned (sizeof (long))));
typedef enum : U { V = 0 } W;

U
foo (U a, W b)
{
  return a + U (b);
}

ICEs on aarch64-linux with:
rh2190219.C: In function ‘U foo(U, W)’:
rh2190219.C:5:14: internal compiler error: in aarch64_function_arg_alignment,
at config/aarch64/aarch64.cc:7500
    5 | foo (U a, W b)
      |              ^
0x1e05aef aarch64_function_arg_alignment
        ../../gcc/config/aarch64/aarch64.cc:7500
0x1e063dd aarch64_layout_arg
        ../../gcc/config/aarch64/aarch64.cc:7716
0x1e06fda aarch64_function_arg_advance
        ../../gcc/config/aarch64/aarch64.cc:7963
0x1dfbe52 aarch64_takes_arguments_in_sve_regs_p
        ../../gcc/config/aarch64/aarch64.cc:4023

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

end of thread, other threads:[~2023-07-19 11:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-28  8:18 [Bug target/109661] New: [13/14 Regression] ICE in aarch64_function_arg_alignment when building erlang jakub at gcc dot gnu.org
2023-04-28  8:18 ` [Bug target/109661] " jakub at gcc dot gnu.org
2023-04-28  8:19 ` jakub at gcc dot gnu.org
2023-04-28  8:28 ` jakub at gcc dot gnu.org
2023-04-28  8:44 ` jakub at gcc dot gnu.org
2023-04-28  8:56 ` rsandifo at gcc dot gnu.org
2023-04-28  8:56 ` rsandifo at gcc dot gnu.org
2023-05-02 11:29 ` jakub at gcc dot gnu.org
2023-05-02 11:50 ` rsandifo at gcc dot gnu.org
2023-05-03 16:44 ` cvs-commit at gcc dot gnu.org
2023-05-03 16:44 ` cvs-commit at gcc dot gnu.org
2023-05-03 16:49 ` [Bug target/109661] [13 " rsandifo at gcc dot gnu.org
2023-05-09 12:18 ` sjames at gcc dot gnu.org
2023-05-11 11:36 ` cvs-commit at gcc dot gnu.org
2023-07-19 11:24 ` 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).