]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/gcc-interface/trans.c
trans.c (Identifier_to_gnu): Use boolean variable.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 12 Apr 2010 08:54:00 +0000 (08:54 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 12 Apr 2010 08:54:00 +0000 (08:54 +0000)
commitc34f3839b8ff8d24530f33e9f015ec31ffadfbd9
tree9c0e24429a0e07076d9c047871f1f09b9bbce251
parentc4712597e1c5c51dc348628a52846026083c467d
trans.c (Identifier_to_gnu): Use boolean variable.

* gcc-interface/trans.c (Identifier_to_gnu): Use boolean variable.
(call_to_gnu): Test gigi's flag TYPE_BY_REFERENCE_P instead of calling
front-end's predicate Is_By_Reference_Type.  Use consistent order and
remove ??? comment.  Use original conversion in all cases, if any.
* gcc-interface/utils.c (make_dummy_type): Minor tweak.
(convert): Use local copy in more cases.
<INDIRECT_REF>: Remove deactivated code.
(unchecked_convert): Use a couple of local copies.

From-SVN: r158216
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c
This page took 0.061139 seconds and 5 git commands to generate.