From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D73D43858D33; Wed, 17 Jan 2024 17:35:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D73D43858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705512910; bh=VayRsi05g+jkySJPRK8k1OthdreA5NGynXfgRpQ1H9U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DuZkxmoNlk3gNtK+5MHDt8gbLUaIp9vgzbroqHDdaLnr3y2BveKd9bj85nVal/xzd EpHuYvu7UYbcGiLtsJ/iiR0IDz9YhoSGtJDZe+Ls2XrJNOD4cP8gJeKtYSbFSaQT0W yRu+IrWUbcsMrSj80h9uCB6sQVkojQV65ZMLGZ+4= From: "rlcamp.pdx at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/48379] -Wdouble-promotion warns for promotion by varargs Date: Wed, 17 Jan 2024 17:35:09 +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: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rlcamp.pdx at gmail dot com X-Bugzilla-Status: NEW 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=3D48379 Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rlcamp.pdx at gmail dot com --- Comment #5 from Campbell --- I second everything said here - this is still annoying and significantly increases the noise level when looking for legitimate actionable warnings, = when it is not itself actionable other than by adding an explicit cast to silence it.=