From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5EC3A3858410; Sat, 9 Oct 2021 02:04:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5EC3A3858410 From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/102658] [12 regression] Many test case failures after r12-4240 Date: Sat, 09 Oct 2021 02:04:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 12.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: Sat, 09 Oct 2021 02:04:11 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102658 --- Comment #3 from Kewen Lin --- Some new XPASS: XFAIL->XPASS: gcc.dg/Wstringop-overflow-68.c pr101475 (test for warnings, l= ine 61) XFAIL->XPASS: gcc.dg/Wstringop-overflow-68.c pr101475 (test for warnings, l= ine 62) XFAIL->XPASS: gcc.dg/Wstringop-overflow-68.c pr101475 (test for warnings, l= ine 63) XFAIL->XPASS: gcc.dg/Wstringop-overflow-68.c pr101475 (test for warnings, l= ine 64) One new FAIL spotted: PASS->FAIL: gcc.dg/guality/pr54693-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -DPREVENT_OPTIMIZATION line 21 x =3D=3D 10 - i which is from guality, not sure whether we want to recover the original behavior since there are already some existing FAILs before. The reason why= it fails is that O2 loop vect enables dce6 which takes x in PHI useless and re= move it, further stops to reuse i for x's debug information.=