public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/114358] New: [13 Regression] ICE in change_address_1, at emit-rtl.cc:2287 on m68k-linux-gnu
@ 2024-03-15 23:40 doko at gcc dot gnu.org
  2024-03-16  0:09 ` [Bug target/114358] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2024-03-15 23:40 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114358
           Summary: [13 Regression] ICE in change_address_1, at
                    emit-rtl.cc:2287 on m68k-linux-gnu
           Product: gcc
           Version: 13.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

[forwarded from https://bugs.debian.org/1066891]

seen with the gcc-13 branch building openssh, removing either the
-fzero-call-used-regs=used or -fPIE avoids the issue.

I can't reproduce this with the trunk.

$ cat moduli.i
int snprintf_eta;
double snprintf_time_per_line;
int snprintf(char *, int, char *, ...) {
  snprintf_eta = snprintf_time_per_line;
}

$ m68k-linux-gnu-gcc -c -O2 -fno-strict-aliasing -fzero-call-used-regs=used
-fPIE moduli.i 
during RTL pass: zero_call_used_regs
moduli.i: In function ‘snprintf’:
moduli.i:5:1: internal compiler error: in change_address_1, at emit-rtl.cc:2287
    5 | }
      | ^
0x7f8a86a666c9 __libc_start_call_main
        ../sysdeps/nptl/libc_start_call_main.h:58
0x7f8a86a66784 __libc_start_main_impl
        ../csu/libc-start.c:360
Please submit a full bug report, with preprocessed source (by using
-freport-bug).

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

end of thread, other threads:[~2024-03-20 19:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-15 23:40 [Bug target/114358] New: [13 Regression] ICE in change_address_1, at emit-rtl.cc:2287 on m68k-linux-gnu doko at gcc dot gnu.org
2024-03-16  0:09 ` [Bug target/114358] " pinskia at gcc dot gnu.org
2024-03-20 19:05 ` tg at mirbsd dot org
2024-03-20 19:07 ` pinskia at gcc dot gnu.org
2024-03-20 19:08 ` pinskia at gcc dot gnu.org
2024-03-20 19:11 ` pinskia at gcc dot gnu.org
2024-03-20 19:19 ` tg at mirbsd dot org
2024-03-20 19:20 ` sjames 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).