From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8865B385828E; Fri, 6 Oct 2023 16:34:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8865B385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696610046; bh=1LJxxhEGsPj4ktnRRRxBCuoZnG90lJ1oKntHR8goTbE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ja10DxuSV7sYz4EyMatQlniPcZEzd/YJc1LfB6xDCIvZ+dYZD2S9sTOabU/1W67+Q u9U3aQxwdKOhIY8heKhKLdnWmK7MRm2FKYFwNGfxQvpqp/FDypOzVuwcxwG75T17Dn dhyILSONFzo7dMOaUhpLMAtaehzhSofNxbu+BYMA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/111716] call site parameter not matching with formal parameter Date: Fri, 06 Oct 2023 16:34:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: wrong-debug X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 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=3D111716 --- Comment #1 from Andrew Pinski --- (In reply to King Lok Chung from comment #0)=20 > I also find that the type of the parameter is not propagated correctly. F= or > example, an array type is propagated as a pointer type. Should I open > another bug report for this? array types decay to pointers for parameters ...=