From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3DE5385703F; Wed, 5 Jul 2023 22:32:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3DE5385703F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688596324; bh=vln5Y4/yskRU6FdG4kZX1Di2Uxf0STZtvYJzg4G48uo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OsI7LfhJ3EumFvyA+LlK83rYBtkZTi97wz/qQVvFpznJo+z04PkxzfEERZ6SnL0lk JMtrW83GaHxtijgPqcFY0cIXCIVNSY/TbsbugGGKGUSgz5bLd/9XqVai9VzET2bw/P a87OBgkFLc2oKINwkKu9pcSpJnutUYSHi1JOKl8Y= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110556] Floating point exception with specific optimizations Date: Wed, 05 Jul 2023 22:32:04 +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: 13.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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=3D110556 --- Comment #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > Reducing this but it is taking a little longer as I get to the case where= we > get undefined code on accident so I need to test it using > -fsanitize=3Dundefined,address also. The reduction I got still got an unintialized variable in it ...=