public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/113489] New: aarch64: ICE on gcc/gcc/tree-vect-slp.cc
@ 2024-01-18 18:26 adhemerval.zanella at linaro dot org
  2024-01-18 18:33 ` [Bug c/113489] " pinskia at gcc dot gnu.org
  2024-01-18 22:35 ` clyon at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: adhemerval.zanella at linaro dot org @ 2024-01-18 18:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113489
           Summary: aarch64: ICE on gcc/gcc/tree-vect-slp.cc
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: adhemerval.zanella at linaro dot org
  Target Milestone: ---

The gcc/gcc/tree-vect-slp.cc torture testcase triggered a ICE:

spawn -ignore SIGHUP
/home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir/x86_64-pc-linux-gnu/bin/aarch64-linux-gnu-gcc
--sysroot=/home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/builds/destdir/x86_64-pc-linux-gnu/aarch64-linux-gnu/libc
/home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/snapshots/gcc.git~master/gcc/testsuite/gcc.dg/torture/neon-sve-bridge.c
-fdiagnostics-plain-output -O2 -march=armv8.2-a+sve -lm -o
./neon-sve-bridge.exe
during GIMPLE pass: slp
/home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/snapshots/gcc.git~master/gcc/testsuite/gcc.dg/torture/neon-sve-bridge.c:
In function 'svset_neonq_test':
/home/tcwg-buildslave/workspace/tcwg_gnu_0/abe/snapshots/gcc.git~master/gcc/testsuite/gcc.dg/torture/neon-sve-bridge.c:23:1:
internal compiler error: in to_constant, at poly-int.h:588
0x8889b6 poly_int<2u, unsigned long>::to_constant() const
        ../../../../../../gcc/gcc/poly-int.h:588
0x1374095 poly_int<2u, unsigned long>::to_constant() const
        ../../../../../../gcc/gcc/poly-int.h:586
0x1374095 vectorizable_slp_permutation_1
        ../../../../../../gcc/gcc/tree-vect-slp.cc:9020
0x1388372 vectorizable_slp_permutation
        ../../../../../../gcc/gcc/tree-vect-slp.cc:9183
0x1388372 vect_slp_analyze_node_operations_1
        ../../../../../../gcc/gcc/tree-vect-slp.cc:6141
0x1388372 vect_slp_analyze_node_operations
        ../../../../../../gcc/gcc/tree-vect-slp.cc:6357
0x1387d51 vect_slp_analyze_node_operations
        ../../../../../../gcc/gcc/tree-vect-slp.cc:6336
0x1389bad vect_slp_analyze_operations(vec_info*)
        ../../../../../../gcc/gcc/tree-vect-slp.cc:6747
0x138ef85 vect_slp_analyze_bb_1
        ../../../../../../gcc/gcc/tree-vect-slp.cc:7749
0x138ef85 vect_slp_region
        ../../../../../../gcc/gcc/tree-vect-slp.cc:7796
0x1391143 vect_slp_bbs
        ../../../../../../gcc/gcc/tree-vect-slp.cc:8007
0x13916e4 vect_slp_function(function*)
        ../../../../../../gcc/gcc/tree-vect-slp.cc:8129
0x139c1d2 execute
        ../../../../../../gcc/gcc/tree-vectorizer.cc:1533
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://gcc.gnu.org/bugs/> for instructions.
compiler exited with status 1
output is:
during GIMPLE pass: slp

The configuration used can be found at
https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/1215/artifact/artifacts/08-build_abe-stage2/console.log.xy
(line 356).

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

* [Bug c/113489] aarch64: ICE on gcc/gcc/tree-vect-slp.cc
  2024-01-18 18:26 [Bug c/113489] New: aarch64: ICE on gcc/gcc/tree-vect-slp.cc adhemerval.zanella at linaro dot org
@ 2024-01-18 18:33 ` pinskia at gcc dot gnu.org
  2024-01-18 22:35 ` clyon at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-18 18:33 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Dup of bug 111268.

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

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

* [Bug c/113489] aarch64: ICE on gcc/gcc/tree-vect-slp.cc
  2024-01-18 18:26 [Bug c/113489] New: aarch64: ICE on gcc/gcc/tree-vect-slp.cc adhemerval.zanella at linaro dot org
  2024-01-18 18:33 ` [Bug c/113489] " pinskia at gcc dot gnu.org
@ 2024-01-18 22:35 ` clyon at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: clyon at gcc dot gnu.org @ 2024-01-18 22:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clyon at gcc dot gnu.org

--- Comment #2 from Christophe Lyon <clyon at gcc dot gnu.org> ---
(In reply to Adhemerval Zanella from comment #0)

> 
> The configuration used can be found at
> https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/
> 1215/artifact/artifacts/08-build_abe-stage2/console.log.xy (line 356).

There's a typo in the link, it should end with '.xz' not '.xy':
https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/1215/artifact/artifacts/08-build_abe-stage2/console.log.xz


Anyway we now extract the configure / make commands, the relevant one is at
step 08-build_abe-stage2 in
https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-aarch64-build/1215/artifact/artifacts/notify/configure-make.txt

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

end of thread, other threads:[~2024-01-18 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-18 18:26 [Bug c/113489] New: aarch64: ICE on gcc/gcc/tree-vect-slp.cc adhemerval.zanella at linaro dot org
2024-01-18 18:33 ` [Bug c/113489] " pinskia at gcc dot gnu.org
2024-01-18 22:35 ` clyon 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).