]> gcc.gnu.org Git - gcc.git/commit
ada-tree.h (TYPE_VAX_FLOATING_POINT_P): Move around.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 9 Mar 2012 09:28:02 +0000 (09:28 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 9 Mar 2012 09:28:02 +0000 (09:28 +0000)
commit0d7de0e10b5ca459aecadd115cd818e161c3db3f
tree118dcac148376d9060365be8e9e9370aa8d37894
parent210ac0b75b991788e1de7989fe7ea6d86bf41ab3
ada-tree.h (TYPE_VAX_FLOATING_POINT_P): Move around.

* gcc-interface/ada-tree.h (TYPE_VAX_FLOATING_POINT_P): Move around.
(TYPE_UNCONSTRAINED_ARRAY): Adjust comment.
* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Pool_Address>: Tidy
up.  Add comment and use canonical predicate for thin pointers.
(gnat_to_gnu) <N_Free_Statement>: Tidy up and reorder.  Add comment
and use canonical predicate for thin pointers.
* gcc-interface/utils.c (convert_to_fat_pointer): Remove superfluous
'else' and use standard name.
(convert_to_thin_pointer): Delete.
(convert) <POINTER_TYPE>: Do the difference in sizetype directly and
change obsolete idioms.  Do not call above function.
(unchecked_convert): Fix formatting.
* gcc-interface/utils2.c (build_unary_op) <INDIRECT_REF>: In the thin
pointer case, use byte_position to get the field position.

From-SVN: r185132
gcc/ada/ChangeLog
gcc/ada/gcc-interface/ada-tree.h
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c
gcc/ada/gcc-interface/utils2.c
This page took 0.059272 seconds and 5 git commands to generate.