diff options
Diffstat (limited to 'gcc/ada/gcc-interface/trans.c')
-rw-r--r-- | gcc/ada/gcc-interface/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/trans.c b/gcc/ada/gcc-interface/trans.c index a67476eae70..f8265cc6dc7 100644 --- a/gcc/ada/gcc-interface/trans.c +++ b/gcc/ada/gcc-interface/trans.c @@ -1621,7 +1621,7 @@ Case_Statement_to_gnu (Node_Id gnat_node) /* If the case value is a subtype that raises Constraint_Error at run-time because of a wrong bound, then gnu_low or gnu_high is - not transtaleted into an INTEGER_CST. In such a case, we need + not translated into an INTEGER_CST. In such a case, we need to ensure that the when statement is not added in the tree, otherwise it will crash the gimplifier. */ if ((!gnu_low || TREE_CODE (gnu_low) == INTEGER_CST) |