From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6B6DB3858CD1; Fri, 14 Jul 2023 11:09:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B6DB3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689332974; bh=LBAgZA2porfy5Db9g5TKhBTfX9ANk88bB4veWWh/yJo=; h=From:To:Subject:Date:From; b=sg4Tz+iOi8iCkuESAK7pSzOGzYIBxUpuPqLGliqACR0s+pWg+o33cLxI7X/3Q3L2D 67LuB0QGLleDwLooWVSAAegWTJeeQyfRTaTFV+Uva7CQW3Ui/XHAeXfi9PUQ3YWfn9 93RkQJiQOwARWJOep9Z25YVcWMkHWzbLImcrwYUI= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/110664] New: -std=c2x -pedantic-errors pedwarns on _Float128 Date: Fri, 14 Jul 2023 11:09:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D110664 Bug ID: 110664 Summary: -std=3Dc2x -pedantic-errors pedwarns on _Float128 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org Target Milestone: --- _Float128 f =3D 1.0F128; gcc -S -std=3Dc2x -o /dev/null test.c -pedantic-errors test.c:1:1: error: ISO C does not support the =E2=80=98_Float128=E2=80=99 t= ype [-Wpedantic] 1 | _Float128 f =3D 1.0F128; | ^~~~~~~~~ test.c:1:1: error: non-standard suffix on floating constant [-Wpedantic] doesn't seem right to me, shouldn't those pedwarns be skipped for flag_isoc= 2x?=