public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/101890] New: [12 regression] ICEs on aarch64 after r12-2836
@ 2021-08-12 19:18 clyon at gcc dot gnu.org
  2021-08-12 19:18 ` [Bug tree-optimization/101890] " clyon at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: clyon at gcc dot gnu.org @ 2021-08-12 19:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101890
           Summary: [12 regression] ICEs on aarch64 after r12-2836
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: clyon at gcc dot gnu.org
  Target Milestone: ---

r12-2836 introduced regressions on aarch64:
    gcc:gcc.dg/dg.exp=gcc.dg/pr94269.c (internal compiler error)
    gcc:gcc.target/aarch64/aarch64.exp=gcc.target/aarch64/pr94398.c (internal
compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/mask_struct_load_6.c
(internal compiler error)
    gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/pr95199.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/reduc_strict_7.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/strided_load_1.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/strided_load_2.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/strided_load_3.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/strided_load_4.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/strided_load_5.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/strided_load_6.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/strided_load_7.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/strided_load_8.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/var_stride_1.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/var_stride_2.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/var_stride_3.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/var_stride_4.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/var_stride_5.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/var_stride_6.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/var_stride_7.c
(internal compiler error)
   
gcc:gcc.target/aarch64/sve/aarch64-sve.exp=gcc.target/aarch64/sve/var_stride_8.c
(internal compiler error)

Actually I bisected only for the first one.

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

* [Bug tree-optimization/101890] [12 regression] ICEs on aarch64 after r12-2836
  2021-08-12 19:18 [Bug tree-optimization/101890] New: [12 regression] ICEs on aarch64 after r12-2836 clyon at gcc dot gnu.org
@ 2021-08-12 19:18 ` clyon at gcc dot gnu.org
  2021-08-13  7:51 ` marxin at gcc dot gnu.org
  2021-08-16  7:56 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: clyon at gcc dot gnu.org @ 2021-08-12 19:18 UTC (permalink / raw)
  To: gcc-bugs

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

Christophe Lyon <clyon at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0
             Target|                            |aarch64

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

* [Bug tree-optimization/101890] [12 regression] ICEs on aarch64 after r12-2836
  2021-08-12 19:18 [Bug tree-optimization/101890] New: [12 regression] ICEs on aarch64 after r12-2836 clyon at gcc dot gnu.org
  2021-08-12 19:18 ` [Bug tree-optimization/101890] " clyon at gcc dot gnu.org
@ 2021-08-13  7:51 ` marxin at gcc dot gnu.org
  2021-08-16  7:56 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-08-13  7:51 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |marxin at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org
   Last reconfirmed|                            |2021-08-13
             Status|UNCONFIRMED                 |NEW

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

* [Bug tree-optimization/101890] [12 regression] ICEs on aarch64 after r12-2836
  2021-08-12 19:18 [Bug tree-optimization/101890] New: [12 regression] ICEs on aarch64 after r12-2836 clyon at gcc dot gnu.org
  2021-08-12 19:18 ` [Bug tree-optimization/101890] " clyon at gcc dot gnu.org
  2021-08-13  7:51 ` marxin at gcc dot gnu.org
@ 2021-08-16  7:56 ` rguenth at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-08-16  7:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
dup I believe.

*** This bug has been marked as a duplicate of bug 101861 ***

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

end of thread, other threads:[~2021-08-16  7:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12 19:18 [Bug tree-optimization/101890] New: [12 regression] ICEs on aarch64 after r12-2836 clyon at gcc dot gnu.org
2021-08-12 19:18 ` [Bug tree-optimization/101890] " clyon at gcc dot gnu.org
2021-08-13  7:51 ` marxin at gcc dot gnu.org
2021-08-16  7:56 ` 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).