From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA360385DC1B; Thu, 2 Apr 2020 02:28:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA360385DC1B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585794537; bh=FZYFgFu8ae180riKtrAUmBfewYsCl8dvM4iDMLrQnBg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OKWcWzMX5I/NR4cthsqeUpYknK7Uvaz9QxjXSS4SXganf4AEw5EJZM6wxtst9tC0I nKDRF3xlQZLqg32nae4zyxvtAWYgn9HdThxs7AQEIwvTXQ7UlWg4M+lsXn+qozXjjA WlWCl14jTOYTd9DdHXgcmgS7hbAjGy0olosZzE6Y= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/94449] [10 Regression] FAIL: gcc.c-torture/execute/pr92904.c gcc.dg/torture/pr48731.c Date: Thu, 02 Apr 2020 02:28:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw 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 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: Thu, 02 Apr 2020 02:28:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94449 --- Comment #10 from Kewen Lin --- (In reply to H.J. Lu from comment #9) > (In reply to Kewen Lin from comment #8) > > May I ask for the configuration option?=20 > >=20 > > I used x86_64 machine in CFarm with cpuinfo > >=20 >=20 > I used >=20 > --prefix=3D/usr/10.0.1 --enable-clocale=3Dgnu --with-system-zlib --enable= -shared > --enable-cet --with-demangler-in-ld --with-fpmath=3Dsse Thanks, but it didn't work on my side. I guessed it's due to different nati= ve. gcc -march=3Dnative -Q --help=3Dtarget|grep march -march=3D corei7-avx $ ./t.sh -march=3Dznver2 internal compiler error: verify_ssa failed $ ./t.sh -march=3Dicelake-server internal compiler error: verify_ssa failed $ ./t.sh -march=3Dcorei7-avx =3D=3D> works fine. I guess I can't just specify the arch option like --with-arch=3Dznver2 for configure, since native arch probably misses the support of some instructio= ns for znver2? I have no idea on x86 arch, is it possible?=