]> git.ipfire.org Git - thirdparty/gcc.git/commit
gigi.h (create_index_type): Adjust head comment.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 23 Apr 2009 11:06:47 +0000 (11:06 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 23 Apr 2009 11:06:47 +0000 (11:06 +0000)
commitc1abd261d91caa67f71439292081b7299d4f5788
treec0d0a561438c71036620f0c5eb0f8ebf5a404485
parent8713b7e4f5f8cb2bf3c046dda4000c448500b746
gigi.h (create_index_type): Adjust head comment.

* gcc-interface/gigi.h (create_index_type): Adjust head comment.
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Signed_Integer_Subtype>:
Use front-end predicates to compute signedness and precision.
<E_String_Literal_Subtype>: Fold range type.
Make sure to set longest_float_type_node to a scalar type.
(elaborate_entity): Use consistent Constraint_Error spelling.
(substitute_in_type) <INTEGER_TYPE>: Always copy the type.
* gcc-interface/misc.c (gnat_print_type) <INTEGER_TYPE>: Use brief
output for the modulus, if any.
<ENUMERAL_TYPE>: Likewise for the RM size.
* gcc-interface/trans.c (gnat_to_gnu): Use consistent Constraint_Error
spelling.
* gcc-interface/utils.c (finish_record_type): Really test the alignment
of BLKmode bit-fields to compute their addressability.
(create_index_type): Adjust comments.
(create_param_decl): Create the biased subtype manually.
* gcc-interface/utils2.c (build_component_ref): Use consistent
Constraint_Error spelling.

From-SVN: r146644
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/misc.c
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c
gcc/ada/gcc-interface/utils2.c