From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 2F6B63858415; Sat, 13 Aug 2022 08:42:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F6B63858415 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Merge #1466 X-Act-Checkin: gcc X-Git-Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 3399688a1bfe506e80109b765a63ea278d29383c X-Git-Newrev: fadc70475147768a68ccc9e0011bd3fe85d90096 Message-Id: <20220813084245.2F6B63858415@sourceware.org> Date: Sat, 13 Aug 2022 08:42:45 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2022 08:42:45 -0000 https://gcc.gnu.org/g:fadc70475147768a68ccc9e0011bd3fe85d90096 commit fadc70475147768a68ccc9e0011bd3fe85d90096 Merge: 3399688a1bf 9caea7bcf80 Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Fri Aug 12 11:40:14 2022 +0000 Merge #1466 1466: Dont return error_mark_node on bad CallExpr arguments r=philberty a=philberty If we return error_mark_node on a bad expression argument we loss alot of useful debug info from the error node within the -fdump-tree-original which saves alot of debug printf. Co-authored-by: Philip Herron Diff: gcc/rust/rust-gcc.cc | 2 -- 1 file changed, 2 deletions(-)