public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/100575] New: ICE: in expand_stack_alignment, at cfgexpand.c:6385
@ 2021-05-12 22:46 cnsun at uwaterloo dot ca
  2021-05-13 13:39 ` [Bug c/100575] " hjl.tools at gmail dot com
  0 siblings, 1 reply; 2+ messages in thread
From: cnsun at uwaterloo dot ca @ 2021-05-12 22:46 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100575
           Summary: ICE: in expand_stack_alignment, at cfgexpand.c:6385
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: cnsun at uwaterloo dot ca
  Target Milestone: ---

$ gcc-trunk -v
Using built-in specs.
COLLECT_GCC=gcc-trunk
COLLECT_LTO_WRAPPER=/scratch/software/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/12.0.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /tmp/tmp.BriefQJ2R3-gcc-builder/gcc/configure
--enable-languages=c,c++,lto --enable-checking-yes --enable-multiarch
--prefix=/scratch/software/gcc-trunk --disable-bootstrap
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 12.0.0 20210511 (experimental) [master revision
:61d4686bb:71d38ec80008afdbb9a059253407d80598b765c0] (GCC)

$ cat mutant.c
int main(int __attribute__((vector_size(1 << 29)))) { return 0; }

$ gcc-trunk  mutant.c
mutant.c: In function ‘main’:
mutant.c:1:5: note: the ABI for passing parameters with 268435456-byte
alignment has changed in GCC 4.6
    1 | int main(int __attribute__((vector_size(1 << 29)))) { return 0; }
      |     ^~~~
during RTL pass: expand
mutant.c:1:65: internal compiler error: in expand_stack_alignment, at
cfgexpand.c:6385
    1 | int main(int __attribute__((vector_size(1 << 29)))) { return 0; }
      |                                                                 ^
0x68c38b expand_stack_alignment
        /tmp/tmp.BriefQJ2R3-gcc-builder/gcc/gcc/cfgexpand.c:6385
0x68c38b execute
        /tmp/tmp.BriefQJ2R3-gcc-builder/gcc/gcc/cfgexpand.c:6845
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.

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

* [Bug c/100575] ICE: in expand_stack_alignment, at cfgexpand.c:6385
  2021-05-12 22:46 [Bug c/100575] New: ICE: in expand_stack_alignment, at cfgexpand.c:6385 cnsun at uwaterloo dot ca
@ 2021-05-13 13:39 ` hjl.tools at gmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2021-05-13 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-05-13

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
A patch is posted at

https://gcc.gnu.org/pipermail/gcc-patches/2021-May/570269.html

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

end of thread, other threads:[~2021-05-13 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12 22:46 [Bug c/100575] New: ICE: in expand_stack_alignment, at cfgexpand.c:6385 cnsun at uwaterloo dot ca
2021-05-13 13:39 ` [Bug c/100575] " hjl.tools at gmail 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).