From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 49F953858404; Thu, 16 May 2024 11:49:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 49F953858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715860158; bh=3bGlTsKK11CabHByfxHMdjJCgBdFfO/gKZlAlH7uP+w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f2w+n+z0Oa2nhfxbI2vhxzE2G7D/CyGZBLSDaPPBXSlKfkSgxyaBbiSjooWqy8ZHq US2MpJT7gXja8FfaA3c5cG8SVRcywzdDmf52QszkgJx2syZ8ZHPY30gJyehdMhF8Qc xUpf0+bwQvAD45NUW+hGz/Fs7Qy+shdu9ALzHWs4= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/114985] [15 regression] internal compiler error: in discriminator_fail during stage2 Date: Thu, 16 May 2024 11:49:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 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=3D114985 --- Comment #27 from Aldy Hernandez --- (In reply to ro@CeBiTec.Uni-Bielefeld.DE from comment #26) > > --- Comment #25 from Aldy Hernandez --- > > prange has been enabled again, after testing on x86-64 and ppc64le linu= x.=20 > > Aarch has no space to run tests on the compile farm, and sparc bootstra= p was > > already broken. >=20 > Huh? Current trunk bootstraps just fine on Solaris/SPARC without any > patches. What issue do you see? >=20 > Besides, there *is* a Solaris/SPARC system in the cfarm (cfarm216), so > you can try for yourself. commit 5609d77e683944439fae38323ecabc44a1eb4671 (HEAD -> clean) Author: Christoph M=C3=BCllner Date: Wed May 15 01:34:54 2024 +0200 RISC-V: Test cbo.zero expansion for rv32 We had an issue when expanding via cmo-zero for RV32. This was fixed upstream, but we don't have a RV32 test. Therefore, this patch introduces such a test. gcc/testsuite/ChangeLog: * gcc.target/riscv/cmo-zicboz-zic64-1.c: Fix for rv32. Signed-off-by: Christoph M=C3=BCllner This is in cfarm216.cfarm.et: aldyh@s11-sparc:~/bld/clean$ hostname s11-sparc.cfarm aldyh@s11-sparc:~/bld/clean$ uname -a SunOS s11-sparc.cfarm 5.11 11.4.68.164.2 sun4v sparc sun4v logical-domain aldyh@s11-sparc:~/bld/clean$ ~/src/clean/configure && gmake -j80 && gmake c= heck -k -j80 ... ... gmake[2]: Entering directory '/home/aldyh/bld/clean' gmake[3]: Entering directory '/home/aldyh/bld/clean' rm -f stage_current gmake[3]: Leaving directory '/home/aldyh/bld/clean' Comparing stages 2 and 3 Bootstrap comparison failure! gcc/tree-vect-stmts.o differs gmake[2]: *** [Makefile:26649: compare] Error 1 gmake[2]: Leaving directory '/home/aldyh/bld/clean' gmake[1]: *** [Makefile:26629: stage3-bubble] Error 2 gmake[1]: Leaving directory '/home/aldyh/bld/clean' gmake: *** [Makefile:1099: all] Error 2 aldyh@s11-sparc:~/bld/clean$=