public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/106228] New: [12 regression] r13-1457-g10b502fb78351a causes bootstrap failure
@ 2022-07-07 18:20 seurer at gcc dot gnu.org
  2022-07-07 22:54 ` [Bug target/106228] [13 " pinskia at gcc dot gnu.org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-07-07 18:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106228
           Summary: [12 regression] r13-1457-g10b502fb78351a causes
                    bootstrap failure
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

This may be related to PR106219 but the fix for that did not fix this.

This is causing a bootstrap failure on power 7 BE.  Note that there is no
problem on power 8 BE.

g:10b502fb78351a4073b6682c026a92c82d3da6c5, r13-1457-g10b502fb78351a 

libtool: compile:  /home/seurer/gcc/git/build/gcc-trunk/./gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-trunk/./gcc/
-B/home/seurer/gcc/git/install/gcc-trunk/powerpc64-unknown-linux-gnu/bin/
-B/home/seurer/gcc/git/install/gcc-trunk/powerpc64-unknown-linux-gnu/lib/
-isystem
/home/seurer/gcc/git/install/gcc-trunk/powerpc64-unknown-linux-gnu/include
-isystem
/home/seurer/gcc/git/install/gcc-trunk/powerpc64-unknown-linux-gnu/sys-include
-DHAVE_CONFIG_H -I. -I/home/seurer/gcc/git/gcc-trunk/libgfortran
-iquote/home/seurer/gcc/git/gcc-trunk/libgfortran/io
-I/home/seurer/gcc/git/gcc-trunk/libgfortran/../gcc
-I/home/seurer/gcc/git/gcc-trunk/libgfortran/../gcc/config
-I/home/seurer/gcc/git/gcc-trunk/libgfortran/../libquadmath -I../.././gcc
-I/home/seurer/gcc/git/gcc-trunk/libgfortran/../libgcc -I../libgcc
-I/home/seurer/gcc/git/gcc-trunk/libgfortran/../libbacktrace -I../libbacktrace
-I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wextra -Wwrite-strings
-Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules
-ffunction-sections -fdata-sections -ffast-math -ftree-vectorize -funroll-loops
--param max-unroll-times=4 -g -O2 -MT matmul_i1.lo -MD -MP -MF
.deps/matmul_i1.Tpo -c
/home/seurer/gcc/git/gcc-trunk/libgfortran/generated/matmul_i1.c  -fPIC -DPIC
-o .libs/matmul_i1.o
during GIMPLE pass: vect
/home/seurer/gcc/git/gcc-trunk/libgfortran/generated/matmul_i1.c: In function
'matmul_i1':
/home/seurer/gcc/git/gcc-trunk/libgfortran/generated/matmul_i1.c:2450:1:
internal compiler error: in vect_do_peeling, at tree-vect-loop-manip.cc:2690
 2450 | matmul_i1 (gfc_array_i1 * const restrict retarray,
      | ^~~~~~~~~
0x10fbc6e3 vect_do_peeling(_loop_vec_info*, tree_node*, tree_node*,
tree_node**, tree_node**, tree_node**, int, bool, bool, tree_node**)
        /home/seurer/gcc/git/gcc-trunk/gcc/tree-vect-loop-manip.cc:2690
0x10faafff vect_transform_loop(_loop_vec_info*, gimple*)
        /home/seurer/gcc/git/gcc-trunk/gcc/tree-vect-loop.cc:9747
0x10ff354b vect_transform_loops
        /home/seurer/gcc/git/gcc-trunk/gcc/tree-vectorizer.cc:1006
0x10ff3de3 try_vectorize_loop_1
        /home/seurer/gcc/git/gcc-trunk/gcc/tree-vectorizer.cc:1136
0x10ff3de3 try_vectorize_loop
        /home/seurer/gcc/git/gcc-trunk/gcc/tree-vectorizer.cc:1165
0x10ff4553 execute
        /home/seurer/gcc/git/gcc-trunk/gcc/tree-vectorizer.cc:1281



commit 10b502fb78351a4073b6682c026a92c82d3da6c5
Author: Richard Biener <rguenther@suse.de>
Date:   Mon Jul 4 12:36:05 2022 +0200

    Keep virtual SSA up-to-date in vectorizer

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

end of thread, other threads:[~2022-07-11 10:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 18:20 [Bug bootstrap/106228] New: [12 regression] r13-1457-g10b502fb78351a causes bootstrap failure seurer at gcc dot gnu.org
2022-07-07 22:54 ` [Bug target/106228] [13 " pinskia at gcc dot gnu.org
2022-07-07 22:55 ` pinskia at gcc dot gnu.org
2022-07-08  7:26 ` rguenth at gcc dot gnu.org
2022-07-08  8:12 ` marxin at gcc dot gnu.org
2022-07-08 11:08 ` rguenth at gcc dot gnu.org
2022-07-08 12:51 ` marxin at gcc dot gnu.org
2022-07-08 15:32 ` seurer at gcc dot gnu.org
2022-07-08 16:01 ` rguenther at suse dot de
2022-07-08 16:32 ` bergner at gcc dot gnu.org
2022-07-08 16:34 ` bergner at gcc dot gnu.org
2022-07-08 16:45 ` seurer at gcc dot gnu.org
2022-07-08 16:49 ` bergner at gcc dot gnu.org
2022-07-08 19:09 ` seurer at gcc dot gnu.org
2022-07-11  6:35 ` rguenth at gcc dot gnu.org
2022-07-11  7:30 ` cvs-commit at gcc dot gnu.org
2022-07-11  7:30 ` rguenth at gcc dot gnu.org
2022-07-11 10:09 ` cvs-commit 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).