-
- Downloads
ada-tree.h (union lang_tree_node): Use standard idiom.
* gcc-interface/ada-tree.h (union lang_tree_node): Use standard idiom. (SET_TYPE_LANG_SPECIFIC): Likewise. Fix formatting. (SET_DECL_LANG_SPECIFIC): Likewise. Reorder macros. * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>: Update comment about use of build_range_type. <E_Array_Type, E_Array_Subtype>: Use consistent naming convention. <E_Array_Subtype>: Rework comments about TYPE_ACTUAL_BOUNDS and add check for other cases of overloading. * gcc-interface/trans.c (gigi): Use size_int in lieu of build_int_cst. * gcc-interface/utils2.c (build_call_raise): Fix off-by-one error. Use size_int in lieu of build_int_cst. (build_call_alloc_dealloc): Use build_index_2_type in lieu of build_range_type. From-SVN: r146639
Showing
- gcc/ada/ChangeLog 17 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/gcc-interface/ada-tree.h 53 additions, 43 deletionsgcc/ada/gcc-interface/ada-tree.h
- gcc/ada/gcc-interface/decl.c 54 additions, 49 deletionsgcc/ada/gcc-interface/decl.c
- gcc/ada/gcc-interface/trans.c 1 addition, 1 deletiongcc/ada/gcc-interface/trans.c
- gcc/ada/gcc-interface/utils2.c 4 additions, 7 deletionsgcc/ada/gcc-interface/utils2.c
Loading
Please register or sign in to comment