public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sjames at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/113364] [14 regression] Failed bootstrap
Date: Sat, 13 Jan 2024 05:36:42 +0000	[thread overview]
Message-ID: <bug-113364-4-AON4EMx9kI@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-113364-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #4 from Sam James <sjames at gcc dot gnu.org> ---
Created attachment 57064
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57064&action=edit
sanitizer_stack_store.ii

Crashes with:
```
# /var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/build/./gcc/xgcc -c
-shared-libgcc -B/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/build/./gcc
-nostdinc++ ./.libs/sanitizer_stack_store.ii -std=gnu++14 -m32 -O3
-march=znver2
/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/gcc-14.0.1.9999/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:
In member function ‘__sanitizer::uptr*
__sanitizer::StackStore::BlockInfo::GetOrUnpack(__sanitizer::StackStore*)’:
/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/gcc-14.0.1.9999/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:253:7:
error: definition in block 31 does not dominate use in block 30
  253 | uptr *StackStore::BlockInfo::GetOrUnpack(StackStore *store) {
      |       ^~~~~~~~~~
for SSA_NAME: vect_value_122.379_589 in statement:
vect_value_122.379_590 = PHI <vect_value_122.379_589(30)>
PHI argument
vect_value_122.379_589
for PHI node
vect_value_122.379_590 = PHI <vect_value_122.379_589(30)>
during GIMPLE pass: vect
/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/gcc-14.0.1.9999/libsanitizer/sanitizer_common/sanitizer_stack_store.cpp:253:7:
internal compiler error: verify_ssa failed
0x5604d3777a76 verify_ssa(bool, bool) [clone .constprop.0]
       
/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/gcc-14.0.1.9999/gcc/tree-ssa.cc:1203
0x5604d4e9b845 execute_function_todo
       
/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/gcc-14.0.1.9999/gcc/passes.cc:2095
0x5604d4e9b845 do_per_function
       
/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/gcc-14.0.1.9999/gcc/passes.cc:1687
0x5604d4e9b845 execute_todo
       
/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/gcc-14.0.1.9999/gcc/passes.cc:2142
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
Please include the complete backtrace with any bug report.
See <https://bugs.gentoo.org/> for instructions.
```

```
# /var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/build/./gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/build/./gcc/xgcc
Target: x86_64-pc-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-14.0.1.9999/work/gcc-14.0.1.9999/configure
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr
--bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/14
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/14/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/14/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/14/include/g++-v14
--disable-silent-rules --disable-dependency-tracking
--with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/14/python
--enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt
--disable-werror --with-system-zlib --enable-nls --without-included-gettext
--disable-libunwind-exceptions --enable-checking=yes,extra,rtl
--with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened
14.0.1 p, commit 9d69e54a3b402b0fad067464bd402e92c14504a9'
--with-gcc-major-version-only --enable-libstdcxx-time --enable-lto
--disable-libstdcxx-pch --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu --enable-multilib
--with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all
--enable-libgomp --disable-libssp --disable-libada --enable-cet
--disable-systemtap --enable-valgrind-annotations --disable-vtable-verify
--disable-libvtv --with-zstd --with-isl --disable-isl-version-check
--enable-default-pie --enable-host-pie --enable-host-bind-now
--enable-default-ssp --with-build-config='bootstrap-O3 bootstrap-lto
bootstrap-cet'
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.0.1 20240112 (experimental)
8b447fa89d5e6b052c9309dfd1dafebdbd829ff9 (Gentoo Hardened 14.0.1 p, commit
9d69e54a3b402b0fad067464bd402e92c14504a9)
```

  parent reply	other threads:[~2024-01-13  5:36 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12 20:54 [Bug middle-end/113364] New: " sjames at gcc dot gnu.org
2024-01-12 20:55 ` [Bug middle-end/113364] " sjames at gcc dot gnu.org
2024-01-12 20:59 ` pinskia at gcc dot gnu.org
2024-01-12 22:36 ` jakub at gcc dot gnu.org
2024-01-12 22:41 ` pinskia at gcc dot gnu.org
2024-01-13  5:36 ` sjames at gcc dot gnu.org [this message]
2024-01-13  5:41 ` pinskia at gcc dot gnu.org
2024-01-13  6:10 ` pinskia at gcc dot gnu.org
2024-01-13  6:11 ` [Bug middle-end/113364] [14 regression] ICE verify_ssa: `definition in block N does not dominate use in block` with `-O3 -march=znver2` pinskia at gcc dot gnu.org
2024-01-13  6:27 ` pinskia at gcc dot gnu.org
2024-01-13  8:04 ` tnfchris at gcc dot gnu.org
2024-01-13  9:03 ` tnfchris at gcc dot gnu.org
2024-01-13 11:52 ` sjames at gcc dot gnu.org
2024-01-15  8:26 ` rguenth at gcc dot gnu.org
2024-01-15  8:55 ` jakub at gcc dot gnu.org
2024-01-23  8:28 ` rguenth at gcc dot gnu.org
2024-01-23  8:31 ` tnfchris at gcc dot gnu.org
2024-01-23  8:31 ` tnfchris at gcc dot gnu.org
2024-01-23 14:11 ` tnfchris at gcc dot gnu.org
2024-01-23 15:48 ` tnfchris at gcc dot gnu.org
2024-01-24  7:37 ` cvs-commit at gcc dot gnu.org
2024-01-24  7:40 ` tnfchris at gcc dot gnu.org
2024-01-24  7:42 ` tnfchris at gcc dot gnu.org
2024-01-24  7:43 ` tnfchris 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-113364-4-AON4EMx9kI@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).