From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8690C3858D39; Wed, 31 Aug 2022 11:18:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8690C3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661944685; bh=3RWKSRzPSqWr/oHJpECz1YUNfnq/i1X8F/e+U9UCByo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Os1slUpP73FxjOi0key+Ihckgc6uLpqxr6Y+7fz+3f562csVQVi4eenC7rCsBFvkz VuSRzY6Ded+C8NUje5PpOmbYbcnPPuoffgSJ1+wvPIEll/mLsy58SEwq5+srr1SsIi Iz9U69rStLA7ayzpdBdpdcvU7ckDDgJvnI99uqpw= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/106785] ICE in fail, at selftest.cc:47 since r13-2266-g8bb1df032cc080 Date: Wed, 31 Aug 2022 11:18:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106785 --- Comment #1 from Aldy Hernandez --- (In reply to Martin Li=C5=A1ka from comment #0) > Fails for the following cross compilers: > pdp11-aout rx-elf vax-linux-gnu vax-netbsdelf >=20 > $ ./xgcc -v > Using built-in specs. > COLLECT_GCC=3D./xgcc > Target: vax-linux-gnu > Configured with: /home/marxin/Programming/gcc/configure > --enable-languages=3Dc,c++ --prefix=3D/home/marxin/bin/gcc --disable-mult= ilib > --disable-libsanitizer --disable-bootstrap --target=3Dvax-linux-gnu : > (reconfigured) /home/marxin/Programming/gcc/configure > --enable-languages=3Dc,c++ --prefix=3D/home/marxin/bin/gcc --disable-mult= ilib > --disable-libsanitizer --disable-bootstrap --target=3Dvax-linux-gnu > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 13.0.0 20220830 (experimental) (GCC)=20 >=20 > $ make > ./xgcc -B./ -B/home/marxin/bin/gcc/vax-linux-gnu/bin/ -isystem > /home/marxin/bin/gcc/vax-linux-gnu/include -isystem > /home/marxin/bin/gcc/vax-linux-gnu/sys-include -L/dev/shm/objdir2/gcc/../= ld=20 > -xc++ -nostdinc /dev/null -S -o /dev/null > -fself-test=3D/home/marxin/Programming/gcc/gcc/testsuite/selftests > /home/marxin/Programming/gcc/gcc/value-range.cc:3517: range_tests_nan: FA= IL: > ASSERT_NE (r0, r1) > In function =E2=80=98test_fn=E2=80=99: > cc1plus: internal compiler error: in fail, at selftest.cc:47 > 0x25b888b selftest::fail(selftest::location const&, char const*) > /home/marxin/Programming/gcc/gcc/selftest.cc:47 > 0x1b554b8 range_tests_nan > /home/marxin/Programming/gcc/gcc/value-range.cc:3517 Huh. Does the VAX have different NAN rules, or is HONOR_NANS off by defaul= t on it? Either way, could you attach the .i file from the selftests if you still ha= ve the build handy?=