From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCD2A3857C61; Sat, 1 Oct 2022 23:53:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCD2A3857C61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664668439; bh=eiq7t9wtpgM1nPu2sGmQJ7xCdCfKHtfYX+YcHQovZOc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V6Gdj4v5GwlpJD25vISl+RSwr4Ea1Mw+9WdQfMM++dqLfqxeuSexOoACyUzFaIEM1 HDCfWHoxsDXby0BwI0ehlKDHLEyg2aAj+qskhLssrAMr1TsvePSaa87xWoJ39f1IKb dWDUrvXdy9Q3n6nhnRrSHpXCkFWyJ8R6zya67UZI= From: "Jay_Reynolds_Freeman at mac dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107117] "atan2" fails to set the floating-point inexact exception when it should, in some cases Date: Sat, 01 Oct 2022 23:53:59 +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: 10.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Jay_Reynolds_Freeman at mac 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: cc attachments.created 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=3D107117 Jay Reynolds Freeman changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Jay_Reynolds_Freeman at ma= c dot co | |m --- Comment #3 from Jay Reynolds Freeman --- Created attachment 53650 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53650&action=3Dedit .c++ source file for test case demonstrating the bug. Also adding a copy of the un-preprocessed .c++ file, for reference.=