From c5ce6f30886eed5f0bf8a98114bafbd65066b94f Mon Sep 17 00:00:00 2001 From: Zhouyi Zhou Date: Mon, 11 Jun 2018 19:13:01 +0000 Subject: [PATCH] tree-eh.c (lower_eh_constructs_2): Add a comma to comment. 2018-06-11 Zhouyi Zhou * tree-eh.c (lower_eh_constructs_2): Add a comma to comment. From-SVN: r261450 --- gcc/ChangeLog | 4 ++++ gcc/tree-eh.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51b3e91..96d953f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-06-11 Zhouyi Zhou + + * tree-eh.c (lower_eh_constructs_2): Add a comma to comment. + 2018-06-11 Segher Boessenkool PR target/85755 diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 30c6d9e..06fe748 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -2028,7 +2028,7 @@ lower_eh_constructs_2 (struct leh_state *state, gimple_stmt_iterator *gsi) /* FALLTHRU */ case GIMPLE_ASSIGN: - /* If the stmt can throw use a new temporary for the assignment + /* If the stmt can throw, use a new temporary for the assignment to a LHS. This makes sure the old value of the LHS is available on the EH edge. Only do so for statements that potentially fall through (no noreturn calls e.g.), otherwise -- 2.7.4