From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 869933858D1E; Fri, 13 Oct 2023 07:02:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 869933858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697180521; bh=8VdqUqo8N9UukNOQlZgL5hkSTdouvrEPTHc3+YJZ6vg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s4d6kPgTL1kGWgoyKKI2EFiSej+3QEKngdsbgQOTaT10lFLD7wl3xNV7BZgFSeUzd C2elcn43qcMo9akZM/0xbcDbQPaWSluT+hbCgg7ABJ2lSM2SJmy96J/u7CDlHq29nV cgCejJgBU5QPQQsWk1pIESFEiNPzT/x2o0K8zgxY= From: "gprocida at google dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111788] g++ DWARF for void foo(...) missing unspecified parameters DIE Date: Fri, 13 Oct 2023 07:02:01 +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: 13.2.0 X-Bugzilla-Keywords: wrong-debug X-Bugzilla-Severity: normal X-Bugzilla-Who: gprocida at google 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: 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=3D111788 --- Comment #3 from Giuliano Procida --- https://en.cppreference.com/w/cpp/language/variadic_arguments (see introduc= tion and Notes) It's been allowed for longer than in C, but there is no portable way of accessing the arguments.=