]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/gcc-interface/decl.cc
gigi.h (gnat_build_constructor): Take a VEC instead of a TREE_LIST.
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 29 Jun 2010 12:21:37 +0000 (12:21 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Tue, 29 Jun 2010 12:21:37 +0000 (12:21 +0000)
commit0e228dd9078e5482b605b0d778347a77e4b69152
tree0833ec6be792c53dfbf123fe804e1cfe6e39e253
parent079e7538c0259b82dc4fd0b71c05ef918725a321
gigi.h (gnat_build_constructor): Take a VEC instead of a TREE_LIST.

* gcc-interface/gigi.h (gnat_build_constructor): Take a VEC instead
of a TREE_LIST.  Update comment.
* gcc-interface/trans.c (gigi): Build a VEC instead of a TREE_LIST.
Adjust call to gnat_build_constructor.
(Attribute_to_gnu): Likewise.
(gnat_to_gnu): Likewise.
(pos_to_constructor): Likewise.
(extract_values): Likewise.
* gcc-interface/utils.c (build_template): Likewise.
(convert_vms_descriptor64): Likewise.
(convert_vms_descriptor32): Likewise.
(convert_to_fat_pointer): Likewise.
(convert): Likewise.
(unchecked_convert): Likewise.
* gcc-interface/decl.c (gnat_to_gnu_entity): Likewise.
* gcc-interface/utils2.c (build_allocator): Likewise.
(fill_vms_descriptor): Likewise.
(gnat_build_constructor): Take a VEC instead of a TREE_LIST.
(compare_elmt_bitpos): Adjust for parameters being constructor_elts
instead of TREE_LISTs.

From-SVN: r161529
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c
gcc/ada/gcc-interface/utils2.c
This page took 0.057574 seconds and 5 git commands to generate.