From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 630683858C1F; Mon, 24 Jul 2023 02:16:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 630683858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690165002; bh=noo2OUtq3A/CG+Rvw29RZ21BbjsPBBwuew6cVlXCHeY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TA8OZKJlkKO+BdsSSe6YV2Q8+5lP65lOEqqagV9ZsEe99DdB67O7Uwes7++588q4z YBL0Yz5tsDJy9OuXM376AL1rfB12B8Go8DGpTh76M202sAOj0vVxgTNvECZ328Cmec AOluuzWsWgWQzuP7WJbSuh0M6+mhi+ta8uDKVV9U= From: "de34 at live dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104095] g++ diagnosis may use non-standard terminology: "constant" instead of "literal", "integer" instead of "integral" Date: Mon, 24 Jul 2023 02:16:41 +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.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: de34 at live dot cn 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 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=3D104095 Jiang An changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |de34 at live dot cn --- Comment #2 from Jiang An --- C standard says "floating constant" while C++ standard says "floating-point literal". I wonder whether it makes sense for gcc to say different standardese terms = for C and C++...=