From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CD8BF3858C3A; Thu, 1 Feb 2024 09:43:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD8BF3858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706780593; bh=eZ0VSvtsQweeQ798XCmROu6hL/IgYxP+W3cVDAPcwyU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HHkXKtf+cjgb51v0iwXEUSARSE1AvH8y/ErTmTr0q9sNPHNkP9q2ogsJmhHVoVUvD tL7NILinPCoAfEJ+KN5OoSOzD5esr0GBIJn212GZkMuUmbf1mtMtWnfZ3zdQulrAmQ 4Aw8H/zloUtqgXTshziMNBonVrLxfp/Gealun1rk= From: "jiajing_zheng at 163 dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/113702] -fsanitize=undefined missed a check under GCC 12.2.0 compared to 13.2.0 Date: Thu, 01 Feb 2024 09:43:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jiajing_zheng at 163 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: 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=3D113702 --- Comment #1 from Jiajing_Zheng --- jing@jing-ubuntu:~$ gcc -v Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/home/jing/gcc-12.2.0/usr/local/bin/../libexec/gcc/x8= 6_64-pc-linux-gnu/12.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure -enable-checking=3Drelease -enable-languages= =3Dc,c++ -disable-multilib Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.2.0 (GCC)=20 jing@jing-ubuntu:~$ gcc -v Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/home/jing/gcc-13.2.0-install/libexec/gcc/x86_64-pc-l= inux-gnu/13.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --prefix=3D/home/jing/gcc-13.2.0-install --enable-threads=3Dposix -enable-checking=3Drelease -enable-languages=3Dc,c= ++ -disable-multilib Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.2.0 (GCC)=