This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r171345 - in /trunk/gcc: ada/ChangeLog ada/gcc-...


Author: ebotcazou
Date: Wed Mar 23 10:04:08 2011
New Revision: 171345

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171345
Log:
	* gcc-interface/trans.c (create_temporary): New function taken from...
	(create_init_temporary): ...here.  Call it.
	(call_to_gnu): Create the temporary for the return value early, if any.
	Create it for a function with copy-in/copy-out parameters if there is
	no target; in other cases of copy-in/copy-out, use another temporary.
	Push the new binding level lazily.  Add and rename local variables.

Added:
    trunk/gcc/testsuite/gnat.dg/discr26.adb
    trunk/gcc/testsuite/gnat.dg/discr26.ads
    trunk/gcc/testsuite/gnat.dg/discr26_pkg.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/trans.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]