public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/95436] New: [11 Regression] ICE in store_expr, at expr.c:5845 since  r11-711-g43a4fc095e30188392cc42299c4081297e321104
@ 2020-05-30 11:42 marxin at gcc dot gnu.org
  2020-05-30 11:42 ` [Bug target/95436] " marxin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-30 11:42 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95436
           Summary: [11 Regression] ICE in store_expr, at expr.c:5845
                    since
                    r11-711-g43a4fc095e30188392cc42299c4081297e321104
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-linux-gnu
            Target: aarch64-linux-gnu

Since the revision I see:

$ ./xgcc -B.
/home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr68529-3.c
-fconserve-stack -mstrict-align
during RTL pass: expand
/home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr68529-3.c: In
function ‘foo1’:
/home/marxin/Programming/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr68529-3.c:7:8:
internal compiler error: in store_expr, at expr.c:5845
    7 |   char c[10000] = {};
      |        ^
0xd33d19 store_expr(tree_node*, rtx_def*, int, bool, bool)
        /home/marxin/Programming/gcc/gcc/expr.c:5845
0xd39fcb store_field
        /home/marxin/Programming/gcc/gcc/expr.c:7256
0xd3147f expand_assignment(tree_node*, tree_node*, bool)
        /home/marxin/Programming/gcc/gcc/expr.c:5374
0xbb4bd4 expand_gimple_stmt_1
        /home/marxin/Programming/gcc/gcc/cfgexpand.c:3749
0xbb4fcd expand_gimple_stmt
        /home/marxin/Programming/gcc/gcc/cfgexpand.c:3847
0xbbd25a expand_gimple_basic_block
        /home/marxin/Programming/gcc/gcc/cfgexpand.c:5887
0xbbf120 execute
        /home/marxin/Programming/gcc/gcc/cfgexpand.c:6571
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 same is seen on ARM target.

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

* [Bug target/95436] [11 Regression] ICE in store_expr, at expr.c:5845 since  r11-711-g43a4fc095e30188392cc42299c4081297e321104
  2020-05-30 11:42 [Bug target/95436] New: [11 Regression] ICE in store_expr, at expr.c:5845 since r11-711-g43a4fc095e30188392cc42299c4081297e321104 marxin at gcc dot gnu.org
@ 2020-05-30 11:42 ` marxin at gcc dot gnu.org
  2020-05-30 12:00 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-30 11:42 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-05-30

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

* [Bug target/95436] [11 Regression] ICE in store_expr, at expr.c:5845 since  r11-711-g43a4fc095e30188392cc42299c4081297e321104
  2020-05-30 11:42 [Bug target/95436] New: [11 Regression] ICE in store_expr, at expr.c:5845 since r11-711-g43a4fc095e30188392cc42299c4081297e321104 marxin at gcc dot gnu.org
  2020-05-30 11:42 ` [Bug target/95436] " marxin at gcc dot gnu.org
@ 2020-05-30 12:00 ` jakub at gcc dot gnu.org
  2020-06-02  7:01 ` rguenth at gcc dot gnu.org
  2020-10-16 11:51 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-05-30 12:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
https://gcc.gnu.org/pipermail/gcc-patches/2020-May/546851.html

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

* [Bug target/95436] [11 Regression] ICE in store_expr, at expr.c:5845 since  r11-711-g43a4fc095e30188392cc42299c4081297e321104
  2020-05-30 11:42 [Bug target/95436] New: [11 Regression] ICE in store_expr, at expr.c:5845 since r11-711-g43a4fc095e30188392cc42299c4081297e321104 marxin at gcc dot gnu.org
  2020-05-30 11:42 ` [Bug target/95436] " marxin at gcc dot gnu.org
  2020-05-30 12:00 ` jakub at gcc dot gnu.org
@ 2020-06-02  7:01 ` rguenth at gcc dot gnu.org
  2020-10-16 11:51 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-06-02  7:01 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

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

* [Bug target/95436] [11 Regression] ICE in store_expr, at expr.c:5845 since  r11-711-g43a4fc095e30188392cc42299c4081297e321104
  2020-05-30 11:42 [Bug target/95436] New: [11 Regression] ICE in store_expr, at expr.c:5845 since r11-711-g43a4fc095e30188392cc42299c4081297e321104 marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-06-02  7:01 ` rguenth at gcc dot gnu.org
@ 2020-10-16 11:51 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-10-16 11:51 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2020-10-16 11:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30 11:42 [Bug target/95436] New: [11 Regression] ICE in store_expr, at expr.c:5845 since r11-711-g43a4fc095e30188392cc42299c4081297e321104 marxin at gcc dot gnu.org
2020-05-30 11:42 ` [Bug target/95436] " marxin at gcc dot gnu.org
2020-05-30 12:00 ` jakub at gcc dot gnu.org
2020-06-02  7:01 ` rguenth at gcc dot gnu.org
2020-10-16 11:51 ` 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).