public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "seurer at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/106228] [13 regression] r13-1457-g10b502fb78351a causes bootstrap failure
Date: Fri, 08 Jul 2022 15:32:00 +0000	[thread overview]
Message-ID: <bug-106228-4-KKNrTTdtAy@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-106228-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #6 from seurer at gcc dot gnu.org ---
It is still failing though it looks like at a slightly different point:

libtool: compile:  /home/seurer/gcc/git/build/gcc-test/./gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/./gcc/
-B/home/seurer/gcc/git/install/gcc-test/powerpc64-unknown-linux-gnu/bin/
-B/home/seurer/gcc/git/install/gcc-test/powerpc64-unknown-linux-gnu/lib/
-isystem
/home/seurer/gcc/git/install/gcc-test/powerpc64-unknown-linux-gnu/include
-isystem
/home/seurer/gcc/git/install/gcc-test/powerpc64-unknown-linux-gnu/sys-include
-DHAVE_CONFIG_H -I. -I/home/seurer/gcc/git/gcc-test/libgfortran
-iquote/home/seurer/gcc/git/gcc-test/libgfortran/io
-I/home/seurer/gcc/git/gcc-test/libgfortran/../gcc
-I/home/seurer/gcc/git/gcc-test/libgfortran/../gcc/config
-I/home/seurer/gcc/git/gcc-test/libgfortran/../libquadmath -I../.././gcc
-I/home/seurer/gcc/git/gcc-test/libgfortran/../libgcc -I../libgcc
-I/home/seurer/gcc/git/gcc-test/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-test/libgfortran/generated/matmul_i1.c  -fPIC -DPIC -o
.libs/matmul_i1.o
during GIMPLE pass: vect
/home/seurer/gcc/git/gcc-test/libgfortran/generated/matmul_i1.c: In function
'matmul_i1':
/home/seurer/gcc/git/gcc-test/libgfortran/generated/matmul_i1.c:2450:1:
internal compiler error: in vect_transform_loops, at tree-vectorizer.cc:1032
 2450 | matmul_i1 (gfc_array_i1 * const restrict retarray,
      | ^~~~~~~~~
0x10ff7613 vect_transform_loops
        /home/seurer/gcc/git/gcc-test/gcc/tree-vectorizer.cc:1032
0x10ff7adf try_vectorize_loop_1
        /home/seurer/gcc/git/gcc-test/gcc/tree-vectorizer.cc:1153
0x10ff7adf try_vectorize_loop
        /home/seurer/gcc/git/gcc-test/gcc/tree-vectorizer.cc:1183
0x10ff8283 execute
        /home/seurer/gcc/git/gcc-test/gcc/tree-vectorizer.cc:1299
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.
make[3]: *** [matmul_i1.lo] Error 1
. . .
Now at commit g:2bd15617e73acf76207127e5580cd10b1fab91a5,
r13-1577-g2bd15617e73acf

  parent reply	other threads:[~2022-07-08 15:32 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 18:20 [Bug bootstrap/106228] New: [12 " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-106228-4-KKNrTTdtAy@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).