Fix typo.
From-SVN: r143006
This commit is contained in:
parent
911b4f9c81
commit
e57fcb6821
1 changed files with 1 additions and 1 deletions
|
@ -2825,7 +2825,7 @@ verify_expr (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
|
|||
|
||||
case MODIFY_EXPR:
|
||||
error ("MODIFY_EXPR not expected while having tuples.");
|
||||
return x;
|
||||
return *tp;
|
||||
|
||||
case ADDR_EXPR:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue