From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 25F713894C03; Mon, 5 Dec 2022 09:08:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25F713894C03 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670231330; bh=dn+Vk8oHfZvADaZN34OIPpgs9gFedp0nJww0XLEXcX8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z0fa9OxjSV1BpRiBpNtdoB0f+p1GSDCZtGBVboOnwwfo9VjXj1LUEFejf9NpBIoPP VkJY107YAF74IRItedZRrORUZcZLKvjMr+eI2/dHp1GsGytX8OsDORuHDfbaJ2z3xe XXoXJnKCJ+GAgsLBeeFixIqBHBQqjm4D69u4oF44= From: "caiyinyu at loongson dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107967] The gcc commit 2f7f9edd28d caused the glibc make check fails. Date: Mon, 05 Dec 2022 09:08:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: caiyinyu at loongson dot cn 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: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107967 --- Comment #2 from caiyinyu --- I tested with latest gcc(commit 102f3cef568), and these fails still exist. My gcc configuration: ../configure --prefix=3D/usr --libdir=3D/usr/lib64 --disable-bootstrap=20 --enable-__cxa_atexit --enable-threads=3Dposix --with-system-zlib --enable-libstdcxx-time --enable-checking=3Drelease --enable-default-pie --enable-languages=3Dc,c++=