trans.c (Call_to_gnu): For an Out parameter passed by copy and that don't need to...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 18 Nov 2013 10:09:10 +0000 (10:09 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 18 Nov 2013 10:09:10 +0000 (10:09 +0000)
commit96540b24aa7048d4044d66e8a4225f769a72d65e
tree63dace76d2dab828da63661f1b501a26fced05ba
parent9adcf5b40abb931351d356213eee9e6f79865128
trans.c (Call_to_gnu): For an Out parameter passed by copy and that don't need to be copied in...

* gcc-interface/trans.c (Call_to_gnu): For an Out parameter passed by
copy and that don't need to be  copied in, only evaluate its address.

From-SVN: r204943
gcc/ada/ChangeLog
gcc/ada/gcc-interface/trans.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/volatile11.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/volatile11_pkg.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/volatile11_pkg.ads [new file with mode: 0644]