public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/115635] New: [15 regression] Bootstrap fails with failed self-test (diagnostic-path.cc:1153: test_empty_path: FAIL: ASSERT_FALSE ((path.interprocedural_p ())))
@ 2024-06-25  9:45 sjames at gcc dot gnu.org
  2024-06-25 10:13 ` [Bug bootstrap/115635] " rguenth at gcc dot gnu.org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: sjames at gcc dot gnu.org @ 2024-06-25  9:45 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115635
           Summary: [15 regression] Bootstrap fails with failed self-test
                    (diagnostic-path.cc:1153: test_empty_path: FAIL:
                    ASSERT_FALSE ((path.interprocedural_p ())))
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
                CC: dmalcolm at gcc dot gnu.org
  Target Milestone: ---

I'll try to reproduce standalone outside of packaging later.

While I suspected diagnostic changes from a few days ago, I bootstrapped fine
just 6 hours or so ago. But hopefully it's something simpler than a
miscompilation. Will see.

```
# /var/tmp/portage/sys-devel/gcc-15.0.9999/work/build/./gcc/xgcc
-B/var/tmp/portage/sys-devel/gcc-15.0.9999/work/build/./gcc/  -xrust
-frust-incomplete-and-experimental-compiler-do-not-use -nostdinc /dev/null -S
-o /dev/null
-fself-test=/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/testsuite/selftests
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/diagnostic-path.cc:1153:
test_empty_path: FAIL: ASSERT_FALSE ((path.interprocedural_p ()))
crab1: internal compiler error: in fail, at selftest.cc:47
0x55f7b4fcd656 selftest::fail(selftest::location const&, char const*)
       
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/selftest.cc:47
0x55f7b4ff8ec0 test_empty_path
       
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/diagnostic-path.cc:1153
0x55f7b4ff9aae selftest::diagnostic_path_cc_tests()
       
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/diagnostic-path.cc:2379
0x55f7b4f9b6f1 selftest::run_tests()
       
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/selftest-run-tests.cc:105
0x55f7b485240c toplev::run_self_tests()
       
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.9999/gcc/toplev.cc:2223
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-15.0.9999/work/build/./gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=/var/tmp/portage/sys-devel/gcc-15.0.9999/work/build/./gcc/xgcc
Target: x86_64-pc-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-15.0.9999/work/gcc-15.0.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/15
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/15/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/15/include/g++-v15
--disable-silent-rules --disable-dependency-tracking
--with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/15/python
--enable-languages=c,c++,fortran,rust --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
15.0.9999 p, commit e275a9e2e7e85e8c0071f7cffbd7948bc891573d'
--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 --disable-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 --disable-fixincludes --with-build-config='bootstrap-O3
bootstrap-lto'
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 15.0.0 20240625 (experimental)
30db57901ccac7027f93ff71e70a66e26a4f70f5 (Gentoo Hardened 15.0.9999 p, commit
e275a9e2e7e85e8c0071f7cffbd7948bc891573d)
```

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

end of thread, other threads:[~2024-06-28 12:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-25  9:45 [Bug bootstrap/115635] New: [15 regression] Bootstrap fails with failed self-test (diagnostic-path.cc:1153: test_empty_path: FAIL: ASSERT_FALSE ((path.interprocedural_p ()))) sjames at gcc dot gnu.org
2024-06-25 10:13 ` [Bug bootstrap/115635] " rguenth at gcc dot gnu.org
2024-06-25 14:05 ` dmalcolm at gcc dot gnu.org
2024-06-26  3:25 ` [Bug bootstrap/115635] [15 regression] Bootstrap fails with failed self-test with the rust fe " sjames at gcc dot gnu.org
2024-06-26  3:28 ` sjames at gcc dot gnu.org
2024-06-26  3:32 ` sjames at gcc dot gnu.org
2024-06-26  6:10 ` sjames at gcc dot gnu.org
2024-06-26  7:02 ` sjames at gcc dot gnu.org
2024-06-26 11:38 ` sjames at gcc dot gnu.org
2024-06-26 23:44 ` [Bug bootstrap/115635] [15 regression] Bootstrap fails with failed self-test with the rust fe (diagnostic-path.cc:1153: test_empty_path: FAIL: ASSERT_FALSE ((path.interprocedural_p ()))) since r15-1599-g63512c72df09b4 sjames at gcc dot gnu.org
2024-06-27  1:51 ` xry111 at gcc dot gnu.org
2024-06-27  2:39 ` sjames at gcc dot gnu.org
2024-06-27  7:25 ` Evgeny.Karpov at microsoft dot com
2024-06-28  8:38 ` Evgeny.Karpov at microsoft dot com
2024-06-28  8:40 ` sjames at gcc dot gnu.org
2024-06-28 12:47 ` cvs-commit at gcc dot gnu.org
2024-06-28 12:50 ` clyon at gcc dot gnu.org
2024-06-28 12:50 ` 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).