[gcc/devel/rust/master] Merge #1466
Thomas Schwinge
tschwinge@gcc.gnu.org
Sat Aug 13 08:42:45 GMT 2022
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 <philip.herron@embecosm.com>
Diff:
gcc/rust/rust-gcc.cc | 2 --
1 file changed, 2 deletions(-)
More information about the Gcc-cvs
mailing list