]> git.ipfire.org Git - thirdparty/gcc.git/commit
trans.c (Loop_Statement_to_gnu): Also handle invariant conditions with only one bound.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 6 May 2012 10:51:37 +0000 (10:51 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 6 May 2012 10:51:37 +0000 (10:51 +0000)
commit80096613015952f3090df0821a8a7d18be93f8ac
tree345b95ed0fb536f8c5e13f0ab85a186a804b2c71
parent1a5b6cd2af58039fc40ae410ad8fb272b4002ca8
trans.c (Loop_Statement_to_gnu): Also handle invariant conditions with only one bound.

* gcc-interface/trans.c (Loop_Statement_to_gnu): Also handle invariant
conditions with only one bound.
(Raise_Error_to_gnu): Likewise.  New function extracted from...
(gnat_to_gnu) <N_Raise_Constraint_Error>: ...here.  Call above function
in regular mode only.

From-SVN: r187208
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c