This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r138386 - /trunk/gcc/ada/exp_ch6.adb
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 31 Jul 2008 10:27:43 -0000
- Subject: r138386 - /trunk/gcc/ada/exp_ch6.adb
Author: charlet
Date: Thu Jul 31 10:27:42 2008
New Revision: 138386
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138386
Log:
2008-07-31 Ed Schonberg <schonberg@adacore.com>
* exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Use
Insert_Actions to place the pointer declaration in the code, rather
than Insert_Before_And_Analyze, so that insertions of temporaries are
kept in the proper order when transient scopes are present.
Modified:
trunk/gcc/ada/exp_ch6.adb