public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/105856] New: ice in emit_move_insn, at expr.cc:4011
@ 2022-06-05 13:10 dcb314 at hotmail dot com
  2022-06-05 13:15 ` [Bug target/105856] " dcb314 at hotmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: dcb314 at hotmail dot com @ 2022-06-05 13:10 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 105856
           Summary: ice in emit_move_insn, at expr.cc:4011
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

This C code:

#pragma pack(1)
struct {
  unsigned f0;
} static g_251 = {6};
void g_329_3() { func_19(g_251); }

when compiled with -O2 on a arm-32 compiler natively or cross, does this:

during RTL pass: expand
bug819.c: In function ‘g_329_3’:
bug819.c:5:18: internal compiler error: in emit_move_insn, at expr.cc:4011
    5 | void g_329_3() { func_19(g_251); }
      |                  ^~~~~~~~~~~~~~
0x67dcba emit_move_insn(rtx_def*, rtx_def*)
        /home/dcb/gcc/trunk.git/gcc/expr.cc:4011
0xa2940d load_register_parameters
        /home/dcb/gcc/trunk.git/gcc/calls.cc:2192
0xa2c59b expand_call(tree_node*, rtx_def*, int)
        /home/dcb/gcc/trunk.git/gcc/calls.cc:3593
0xba77d0 expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier,
 rtx_def**, bool)
        /home/dcb/gcc/trunk.git/gcc/expr.cc:11621

The bug appears sometime in the week before git hash aec868578d851576.

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

end of thread, other threads:[~2022-06-09 13:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-05 13:10 [Bug target/105856] New: ice in emit_move_insn, at expr.cc:4011 dcb314 at hotmail dot com
2022-06-05 13:15 ` [Bug target/105856] " dcb314 at hotmail dot com
2022-06-05 21:31 ` [Bug target/105856] [13 Regression] " roger at nextmovesoftware dot com
2022-06-06 13:52 ` roger at nextmovesoftware dot com
2022-06-06 17:02 ` dcb314 at hotmail dot com
2022-06-07  9:13 ` cvs-commit at gcc dot gnu.org
2022-06-09 11:15 ` roger at nextmovesoftware dot com
2022-06-09 11:50 ` dcb314 at hotmail dot com
2022-06-09 13:37 ` roger at nextmovesoftware dot com

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).