From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E19723858C53; Fri, 1 Mar 2024 03:08:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E19723858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709262510; bh=WSoSyULxYzsnls1ePFKzHPoxe+W8+wdNYwUb7HVb43U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hFjte0okmxb91WnXd7AigLIlbR+bU92sKYABAlxrU1Q3fU+wMfzJ0fQ3+DJptKfFq NJrwAtUhYjwBZaMHdKQs/otVDU/1OmGOyaZcSpuhc4phdBFBTrV7cfmlx67sBy67cx Lz2lDPTVWbrhtL0qAyoV+MprjRIVQgT2B3jepovI= From: "g.peterhoff@t-online.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/114181] issubnormal is a macro Date: Fri, 01 Mar 2024 03:08:29 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: g.peterhoff@t-online.de X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution 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=3D114181 g.peterhoff@t-online.de changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #12 from g.peterhoff@t-online.de --- If this comes into the C++ standard I would have to rewrite it anyway. Why = not now that I have reported this error? Are there already plans how to deal with the https://en.cppreference.com/w/c/experimental/fpext1 https://en.cppreference.com/w/c/experimental/fpext4 regarding C++? thx Gero=