diff options
author | Thomas Quinot <quinot@adacore.com> | 2013-08-13 19:43:47 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-08-13 19:43:47 +0000 |
commit | 362db0b23d017f8c40517507ee453802e5662814 (patch) | |
tree | 8b11bc148fdce20108a72848c453f3ddce69a082 /gcc/ada/sigtramp-ppcvxw.c | |
parent | 8ec9249b2a85aba9f44435fbf37ddbcb4d186047 (diff) | |
download | gcc-362db0b23d017f8c40517507ee453802e5662814.zip gcc-362db0b23d017f8c40517507ee453802e5662814.tar.gz gcc-362db0b23d017f8c40517507ee453802e5662814.tar.bz2 |
trans.c (Handled_Sequence_Of_Statements_to_gnu): If there is no End_Label...
* gcc-interface/trans.c (Handled_Sequence_Of_Statements_to_gnu): If
there is no End_Label, attach cleanup actions to the sloc of the HSS
node instead.
(Exception_Handler_to_gnu_zcx): Associate cleanup actions with the sloc
of the handler itself.
(add_cleanup): Clear column information in sloc of cleanup actions.
(Sloc_to_locus1): New static function.
(Sloc_to_locus): Call it.
(set_expr_location_from_node1): New static function.
(set_expr_location_from_node): Call it.
From-SVN: r201702
Diffstat (limited to 'gcc/ada/sigtramp-ppcvxw.c')
-rw-r--r-- | gcc/ada/sigtramp-ppcvxw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sigtramp-ppcvxw.c b/gcc/ada/sigtramp-ppcvxw.c index 69baa14..e7b318f 100644 --- a/gcc/ada/sigtramp-ppcvxw.c +++ b/gcc/ada/sigtramp-ppcvxw.c @@ -6,7 +6,7 @@ * * * Asm Implementation File * * * - * Copyright (C) 2011-2012, Free Software Foundation, Inc. * + * Copyright (C) 2011-2013, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * |