public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/95460] New: ice in execute, at adjust-alignment.c:74
@ 2020-06-01 13:20 dcb314 at hotmail dot com
  2020-06-01 13:26 ` [Bug c/95460] " marxin at gcc dot gnu.org
  2020-06-02  7:53 ` [Bug target/95460] ICE " rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: dcb314 at hotmail dot com @ 2020-06-01 13:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95460
           Summary: ice in execute, at adjust-alignment.c:74
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Derived from yesterday's 5.7 linux kernel, this C code:

a() { long long b; }

when compiled with flags m16 -mpreferred-stack-boundary=2
and recent gcc trunk on x86_64, does this:

$ /home/dcb/gcc/results/bin/gcc -m16 -mpreferred-stack-boundary=2 bug617.c
bug617.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | a() { long long b; }
      | ^
during GIMPLE pass: adjust_alignment
bug617.c: In function ‘a’:
bug617.c:1:1: internal compiler error: in execute, at adjust-alignment.c:74
0x81c323 execute
        ../../trunk.git/gcc/adjust-alignment.c:74
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.

The bug first seems to occur sometime between 20200520 and 20200521.

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

end of thread, other threads:[~2020-06-02  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 13:20 [Bug c/95460] New: ice in execute, at adjust-alignment.c:74 dcb314 at hotmail dot com
2020-06-01 13:26 ` [Bug c/95460] " marxin at gcc dot gnu.org
2020-06-02  7:53 ` [Bug target/95460] ICE " 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).