diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2012-11-18 10:26:56 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2012-11-18 10:26:56 +0000 |
commit | b16b6cc91379e6e4088f9da3eb5e98f7080384c8 (patch) | |
tree | 0a45366362ed01a3c600fd7935b3e3287caf5964 /gcc | |
parent | 4efdbe5a7358fcbb135dd6822f9b8f4aaab8ace2 (diff) | |
download | gcc-b16b6cc91379e6e4088f9da3eb5e98f7080384c8.zip gcc-b16b6cc91379e6e4088f9da3eb5e98f7080384c8.tar.gz gcc-b16b6cc91379e6e4088f9da3eb5e98f7080384c8.tar.bz2 |
decl.c: Remove trailing spaces.
* gcc-interface/decl.c: Remove trailing spaces.
* gcc-interface/trans.c: Remove trailing spaces.
From-SVN: r193597
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/decl.c | 4 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/trans.c | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d018354..603be4f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2012-11-18 Eric Botcazou <ebotcazou@adacore.com> + + * gcc-interface/decl.c: Remove trailing spaces. + * gcc-interface/trans.c: Remove trailing spaces. + 2012-11-16 Diego Novillo <dnovillo@google.com> Adjust for new vec API (http://gcc.gnu.org/wiki/cxx-conversion/cxx-vec) diff --git a/gcc/ada/gcc-interface/decl.c b/gcc/ada/gcc-interface/decl.c index b3cf22c..91cee82 100644 --- a/gcc/ada/gcc-interface/decl.c +++ b/gcc/ada/gcc-interface/decl.c @@ -7549,7 +7549,7 @@ build_position_list (tree gnu_type, bool do_not_flatten_variant, tree gnu_pos, of operands to SUBSTITUTE_IN_EXPR. DEFINITION is true if this is for a definition of GNAT_SUBTYPE. */ -static vec<subst_pair> +static vec<subst_pair> build_subst_list (Entity_Id gnat_subtype, Entity_Id gnat_type, bool definition) { vec<subst_pair> gnu_list = vec<subst_pair>(); @@ -7582,7 +7582,7 @@ build_subst_list (Entity_Id gnat_subtype, Entity_Id gnat_type, bool definition) the substitutions described in SUBST_LIST. GNU_LIST is a pre-existing list to be prepended to the newly created entries. */ -static vec<variant_desc> +static vec<variant_desc> build_variant_list (tree qual_union_type, vec<subst_pair> subst_list, vec<variant_desc> gnu_list) { diff --git a/gcc/ada/gcc-interface/trans.c b/gcc/ada/gcc-interface/trans.c index 2b23627..52e525d 100644 --- a/gcc/ada/gcc-interface/trans.c +++ b/gcc/ada/gcc-interface/trans.c @@ -3323,7 +3323,7 @@ Subprogram_Body_to_gnu (Node_Id gnat_node) { tree gnu_return_var = NULL_TREE; - vec_safe_push (gnu_return_label_stack, + vec_safe_push (gnu_return_label_stack, create_artificial_label (input_location)); start_stmt_group (); @@ -4385,7 +4385,7 @@ Handled_Sequence_Of_Statements_to_gnu (Node_Id gnat_node) start_stmt_group (); gnat_pushlevel (); - vec_safe_push (gnu_except_ptr_stack, + vec_safe_push (gnu_except_ptr_stack, create_var_decl (get_identifier ("EXCEPT_PTR"), NULL_TREE, build_pointer_type (except_type_node), build_call_n_expr (get_excptr_decl, 0), |