[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115453 Mark Wielaard changed: What|Removed |Added CC||mark at gcc dot gnu.org --- Comment #15 from Mark Wielaard --- Something seems to have gone slightly wrong when regenerating the configure files. The gcc-autoregen bot is unhappy: https://builder.sourceware.org/buildbot/#/builders/gcc-autoregen https://builder.sourceware.org/buildbot/#/builders/269/builds/5952 Sourceware Buildersgcc-autoregen5952git diffstdio Anonymous git diff --exit-code in dir /home/builder/shared/bb2-2/worker/gcc-autoregen/build (timeout 1200 secs) watching logfiles {} argv: [b'git', b'diff', b'--exit-code'] environment: BUILDMASTER=builder.sourceware.org BUILDMASTER_PORT=9989 CCACHE_DIR=/home/builder/shared/autotools/ccache CCACHE_LIBDIR=/usr/lib/ccache HOME=/home/builder HOSTNAME=cf526139a6b4 IMAGE_NAME=autotools LC_CTYPE=C.UTF-8 PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/home/builder/shared/bb2-2/worker/gcc-autoregen/build WORKERNAME=bb2-2 using PTY: False diff --git a/configure b/configure index 6e95b27d9df..03dad4d362d 100755 --- a/configure +++ b/configure @@ -19746,7 +19746,7 @@ config.status configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" -Copyright (C) Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." diff --git a/gcc/configure b/gcc/configure index b536af664d3..a8fc4bb34aa 100755 --- a/gcc/configure +++ b/gcc/configure @@ -30239,7 +30239,7 @@ else fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_mips_explicit_relocs_pcrel" >&5 $as_echo "$gcc_cv_as_mips_explicit_relocs_pcrel" >&6; } -if test "x$gcc_cv_as_mips_explicit_relocs_pcrel" = "xyes"; then +if test $gcc_cv_as_mips_explicit_relocs_pcrel = yes; then $as_echo "#define MIPS_EXPLICIT_RELOCS MIPS_EXPLICIT_RELOCS_PCREL" >>confdefs.h @@ -30498,7 +30498,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker for explicit JALR relocation" >&5 $as_echo_n "checking assembler and linker for explicit JALR relocation... " >&6; } gcc_cv_as_ld_jalr_reloc=no -if test $gcc_cv_as_mips_explicit_relocs = yes; then +if test "x$gcc_cv_as_mips_explicit_relocs" = "xyes"; then if test $in_tree_ld = yes ; then if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 20 -o "$gcc_cv_gld_major_version" -gt 2 \ && test $in_tree_ld_is_elf = yes; then program finished with exit code 1 elapsedTime=0.410978 I am not sure what exactly could have caused this difference. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/116561] New: gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116561 Bug ID: 116561 Summary: gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: rust Assignee: unassigned at gcc dot gnu.org Reporter: mark at gcc dot gnu.org CC: dkm at gcc dot gnu.org, gcc-rust at gcc dot gnu.org, pierre-emmanuel.patry at embecosm dot com Target Milestone: --- A gcc configured with --enable-languages=rust and --enable-checking=yes,extra,rtl will show failures in rust/rust/execute/torture/iter1.rs with internal compiler error: 'verify_gimple' failed https://builder.sourceware.org/buildbot/#/builders/312/builds/24 === rust tests === Running target unix FAIL: rust/execute/torture/iter1.rs -O1 (internal compiler error: 'verify_gimple' failed) FAIL: rust/execute/torture/iter1.rs -O1 (test for excess errors) UNRESOLVED: rust/execute/torture/iter1.rs -O1 compilation failed to produce executable FAIL: rust/execute/torture/iter1.rs -O2 (internal compiler error: 'verify_gimple' failed) FAIL: rust/execute/torture/iter1.rs -O2 (test for excess errors) UNRESOLVED: rust/execute/torture/iter1.rs -O2 compilation failed to produce executable FAIL: rust/execute/torture/iter1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error: 'verify_gimple' failed) FAIL: rust/execute/torture/iter1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none (test for excess errors) UNRESOLVED: rust/execute/torture/iter1.rs -O2 -flto -fno-use-linker-plugin -flto-partition=none compilation failed to produce executable FAIL: rust/execute/torture/iter1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (internal compiler error: 'verify_gimple' failed) FAIL: rust/execute/torture/iter1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) UNRESOLVED: rust/execute/torture/iter1.rs -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects compilation failed to produce executable FAIL: rust/execute/torture/iter1.rs -O3 -g (internal compiler error: 'verify_gimple' failed) FAIL: rust/execute/torture/iter1.rs -O3 -g (test for excess errors) UNRESOLVED: rust/execute/torture/iter1.rs -O3 -g compilation failed to produce executable FAIL: rust/execute/torture/iter1.rs -Os (internal compiler error: 'verify_gimple' failed) FAIL: rust/execute/torture/iter1.rs -Os (test for excess errors) UNRESOLVED: rust/execute/torture/iter1.rs -Os compilation failed to produce executable === rust Summary === # of expected passes8421 # of unexpected failures12 # of expected failures 69 # of unresolved testcases 6 # of unsupported tests 1 Logs are in bunsen: https://builder.sourceware.org/testrun/a838fa2940edef1f921401c6066417d2e88b6008?rawfilename=gcc%2Ftestsuite%2Frust%2Frust.log Executing on host: /home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc-build/gcc/testsuite/rust/../../gccrs -B/home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc-build/gcc/testsuite/rust/../../ /home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc/gcc/testsuite/rust/execute/torture/iter1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -lm -o ./iter1.exe(timeout = 10) spawn -ignore SIGHUP /home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc-build/gcc/testsuite/rust/../../gccrs -B/home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc-build/gcc/testsuite/rust/../../ /home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc/gcc/testsuite/rust/execute/torture/iter1.rs -fdiagnostics-plain-output -frust-incomplete-and-experimental-compiler-do-not-use -O1 -lm -o ./iter1.exe /home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc/gcc/testsuite/rust/execute/torture/iter1.rs: In function '>::try_from': /home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc/gcc/testsuite/rust/execute/torture/iter1.rs:350:5: error: non-trivial conversion in 'constructor' union iter1::result::Result union iter1::result::Result D.4488 = {}; /home/builder/shared/x3d1/worker/gcc-fullest-debian-amd64/gcc/gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed 0x332987b internal_error(char const*, ...) ../../gcc/gcc/diagnostic-global-context.cc:492 0x1bcbcc6 verify_gimple_in_seq(gimple*, bool) ../../gcc/gcc/tree-cfg.cc:5332 0x17e56ba gimplify_body(tree_node*, bool) ../../gcc/gcc/gimplify.cc:19488 0x17e5865 gimplify_function_tree(tree_node*) ../../gcc/gcc/gimplify.cc:19606 0x15e7087
[Bug rust/119508] Hundreds of rust tests XPASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 Mark Wielaard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #10 from Mark Wielaard --- commit 89ca1e3cb697a87f02682a1fb1f62f02d0671c57 Author: Owen Avery Date: Sun Mar 30 19:08:45 2025 -0400 gccrs: nr2.0: Improve test script gcc/testsuite/ChangeLog: * rust/compile/nr2/compile.exp: Avoid absolute paths in output, adjust phrasing of output, and avoid false XPASS output when tests are run in parallel. Signed-off-by: Owen Avery -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/119508] Hundreds of rust tests XPASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 --- Comment #14 from Mark Wielaard --- https://builder.sourceware.org/buildbot/#/builders?tags=gccrust Little endian gccrust-debian-i386 gccrust-fedora-arm64 gccrust-fedora-ppc64le gccrust-fedora-x86_64 seems green Big endian gccrust-debian-ppc64 gccrust-fedora-s390x gccrust-gentoo-sparc is red, seeing failures Note the gccrust buildbot pulls from code.wildebeest.org not the gcc trunk so it might be that Thomas is using the main gcc branch and maybe is missing some patches? -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/119508] Hundreds of rust tests XPASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 --- Comment #18 from Mark Wielaard --- That said, I suddenly see a fedora-ppc64le builder fail: https://builder.sourceware.org/buildbot/#/builders/19/builds/2183 # of unexpected successes 6 Bunsen links: https://builder.sourceware.org/testrun/c76012dcadf34582db3d91d0af815320276c8825 https://builder.sourceware.org/testrun/c76012dcadf34582db3d91d0af815320276c8825?filename=gcc%2Ftestsuite%2Frust%2Frust.log XPASS: canonical_paths1.rs on nr2 XPASS: derive-debug1.rs on nr2 XPASS: derive-default1.rs on nr2 XPASS: derive-eq-invalid.rs on nr2 XPASS: generics9.rs on nr2 XPASS: issue-2905-2.rs on nr2 -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/119508] Hundreds of rust tests XPASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 --- Comment #17 from Mark Wielaard --- (In reply to Owen A. from comment #16) > *linked builders What exactly are you asking for? The builder runs are linked aren't they? They have stdout logs and through the bunsen link you can find full .sum and .log files. The failures you are seeing are probably unrelated to this issue. All little endian builders seem totally green. All big endian builds seem to show issues. So I suspect it is an (big) endian issue. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug rust/119508] Hundreds of rust tests XPASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508 Mark Wielaard changed: What|Removed |Added Last reconfirmed||2025-04-04 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #6 from Mark Wielaard --- Same on the buildbot (which indeed runs make check -j$(nproc)). https://builder.sourceware.org/buildbot/#/builders?tags=gccrust See also https://inbox.sourceware.org/gcc-rust/e4fa6922ce9fad8a338eecb8b3eb58f457f153ba.ca...@klomp.org/ -- You are receiving this mail because: You are on the CC list for the bug.