From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CF6523858D1E; Sun, 23 Jul 2023 00:34:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF6523858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690072493; bh=vSuFQ2RZnFIjE65W/8RPZFOvCmmzINsWlFJG4kBjuts=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rjRqQoBwqkgK9+aIa7XJQceIaWX9BRBOA811CIJXKvkp87TRh6xi/ANbnOmRCedjz wyhhH6YsqPMqLEea5kYTaT+mD8tO3B1tSjEn+6V1TiO9QYgqZMQnK9bXvo8qatu+Lh fqBBfkBmWP128kshPywunyFRhfedfr7BLE/OC4EA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107737] seemly looking off code in gimplify_call_expr Date: Sun, 23 Jul 2023 00:34:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: internal-improvement X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia 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=3D107737 --- Comment #2 from Andrew Pinski --- So far gimplify_vla_decl does not set the location on the call expression it creates. It should be set to the same as the decl source location. Testing that ...=