trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label from that of the...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 8 Mar 2008 10:57:28 +0000 (10:57 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 8 Mar 2008 10:57:28 +0000 (10:57 +0000)
commit563569be5ed93378df1e43fca7d7fd6ee0fc0c65
treeabd33221dbce3f7a60d776cd308ac4b7bbb35798
parent2725b75c3397530b2fdb9fc9e8123eb95c5ae748
trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label from that of the front-end's end label.

* trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label
from that of the front-end's end label.
(gnat_gimplify_stmt) <LOOP_STMT>: Set the SLOC of the backward goto
from that of the loop label.

From-SVN: r133026
gcc/ada/ChangeLog
gcc/ada/trans.c