From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 279F3385E002; Mon, 23 Mar 2020 18:30:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 279F3385E002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584988212; bh=+8irVbNXhrbSHikZb63qI8PGLuWeMtwBxpOi6Zf1gHI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iDtndpiV3KTs2S9Vw29aX+YHH3/U3/2N2VGheDGumT+PzG+Bf7DEh6fnIVHBsUFeA BC0JrlYYkdn1tEWOqlp/ZEnY1By+Py5Tc8IM2aORMUUHfyHaYjL2lmKxOLSD8SD7q+ Y2yHarSslcQzmPCq5iYthT2ZVqO7zXX1nCyo2EGU= From: "rsandifo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94254] [10 regression] r10-7312 causes compiler hangs Date: Mon, 23 Mar 2020 18:30: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.0 X-Bugzilla-Keywords: ra X-Bugzilla-Severity: normal X-Bugzilla-Who: rsandifo at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.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 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: Mon, 23 Mar 2020 18:30:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94254 --- Comment #13 from rsandifo at gcc dot gnu.org --- (In reply to Segher Boessenkool from comment #12) > That patch looks fine, thank you! >=20 > Is there some way you can test if this works? Ideally in the testsuite > of course, but that can be hard :-/ I've now tried doing a bootstrap & regtest with --with-cpu-power6 as well, comparing without the lra patch with after both patches. (With master the build hangs in the same way as it did for Zdenek.) There didn't seem to be any differences in test results. Hopefully that will have given some execution test coverage when running things like gcc.dg/dfp and c-c++-common/dfp.=