From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C9C42386FC05; Sun, 9 May 2021 07:25:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9C42386FC05 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/100152] [10/11/12 Regression] used caller-saved register not preserved across a call. Date: Sun, 09 May 2021 07:25:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.3.0 X-Bugzilla-Keywords: ra, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2021 07:25:11 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100152 --- Comment #48 from Iain Sandoe --- (In reply to lucier from comment #47) > I downloaded > [Bradleys-Mac-mini:~/programs/gcc/gcc-mainline] lucier% git log -1 --onel= ine > 2254b3233b5 (HEAD -> master, origin/trunk, origin/master, origin/HEAD) PR > middle-end/100325 - missing warning with -O0 on sprintf overflow with > pointer plus offset >=20 > configured with >=20 > ../../gcc-mainline/configure --prefix=3D/usr/local/gcc-mainline > --with-sysroot=3D/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk >=20 > and "make; make -k check".=20 Which, presumably, succeeded [repeatably?] (also presumably with some faili= ng tests, since we don't have a clean testsuite on macOS). I then applied the patch, configured, "make; make > -k check" and the make check always stops with >=20 > > Running > /Users/lucier/programs/gcc/gcc-mainline/libstdc++-v3/testsuite/libstdc++-= dg/ > conformance.exp ... > WARNING: program timed out. There's not quite enough information here - it would be useful to know which test(s) timed out - running "make check -jN -k" (where N is some sensible number for the cores on your machine) would help since that will then print which tests timeout. > Sorry, I don't know what's going on. The proposed patch is experimental - I haven't had an opportunity to test it across the range of platforms - it might be incomplete or incorrect.=