From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38C213850420; Mon, 31 Aug 2020 05:52:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38C213850420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598853138; bh=0zOpkYD/D2HwPSoHqZGO3j5mVs+kWwCKbCDR8atBehY=; h=From:To:Subject:Date:From; b=AGUxLfdLLV2pEey4/zModXMMh4VUy9Bmc2PIzJGPmODy2AqRBayUl5mAfEpnmJuBZ U9MG3jikMlYVpb8dqq8oD724VyxVIfBshaqGh8COfUu22srDHC9/XjXIYLS8H6Egub 311MabeTE/+bYThsxACDVZhLy0BGRgHYF6ZzV0Ls= From: "crazylht at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/96858] New: Many i386 testcases failed with different configured gcc on different hosts. Date: Mon, 31 Aug 2020 05:52:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: crazylht at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: 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, 31 Aug 2020 05:52:18 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96858 Bug ID: 96858 Summary: Many i386 testcases failed with different configured gcc on different hosts. Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: crazylht at gmail dot com CC: hjl.tools at gmail dot com Target Milestone: --- Created attachment 49158 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D49158&action=3Dedit compare_tests result for default arch -march=3Dskylake-avx512 vs -march=3Dx= 86-64 on i386 backend testcases For gcc version 11.0.0 20200831 (experimental) (GCC) If gcc is built with default config, there's no unexpected failures for all i386 backend testcases. but when gcc is built with --with-arch=3Dskylake-avx512, there would be lot= s of unexpected failures --- Tests that now fail, but worked before (469 tests): --- It would be nice to adjust those testcases as we have regression tests for = i386 backend with different gcc config.=