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]

r189772 - in /trunk/gcc/ada: ChangeLog gnat_ugn...


Author: charlet
Date: Mon Jul 23 08:01:22 2012
New Revision: 189772

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189772
Log:
2012-07-23  Hristian Kirtchev  <kirtchev@adacore.com>

	* sem_ch12.adb (Insert_Freeze_Node_For_Instance): Inst is now
	a local variable. Retrieve the related instance when processing
	a subprogram instantiation. Such instances appear as wrapper
	packages.

2012-07-23  Vincent Pucci  <pucci@adacore.com>

	* system-aix64.ads, system-aix.ads, system-darwin-ppc.ads,
	system-hpux.ads, system-linux-alpha.ads,
	system-linux-hppa.ads, system-linux-ppc.ads,
	system-linux-s390.ads, system-linux-s390x.ads,
	system-linux-sh4.ads, system-linux-sparc.ads,
	system-lynxos-ppc.ads, system-mingw.ads,
	system-solaris-sparc.ads, system-solaris-sparcv9.ads,
	system-vms_64.ads, * system-vxworks-arm.ads, system-vxworks-m68k.ads,
	system-vxworks-mips.ads, system-vxworks-ppc.ads,
	system-vxworks-sparcv9.ads: Support_Atomic_Primitives set to False.
	* system-darwin-x86.ads, system-darwin-x86_64.ads,
	system-freebsd-x86.ads, system-freebsd-x86_64.ads,
	system-hpux-ia64.ads, system-linux-ia64.ads, system-linux-x86.ads,
	system-linux-x86_64.ads, system-lynxos-x86.ads,
	system-mingw-x86_64.ads, system-solaris-x86.ads,
	system-solaris-x86_64.ads, system-vms-ia64.ads,
	system-vxworks-x86.ads: Support_Atomic_Primitives set to True.
	* s-atopri.adb (Lock_Free_Read_X): New body.
	(Lock_Free_Try_Write_X): Support_Atomic_Primitives check added.
	(Lock_Free_Try_Write_64): New body.
	* s-atopri.ads: New type uint.
	(Sync_Compare_And_Swap_64): __sync_val_compare_and_swap_8 intrinsic
	import.
	(Lock_Free_Read_X): Body moved to s-atopri.adb.
	(Lock_Free_Try_Write_64): Similar to other Lock_Free_Try_Write_X
	routines.
	* targparm.adb: New enumeration literal SAP
	(Support_Atomic_Primitives) for type Targparm_Tags. New constant
	SAP_Str. New component SAP_Str'Access for array Targparm_Str.
	(Get_Target_Parameters): Parse Support_Atomic_Primitives_On_Target
	flag.
	* targparm.ads: New back-end code generation flag
	Support_Atomic_Primitives_On_Target

2012-07-23  Vincent Pucci  <pucci@adacore.com>

	* gnat_ugn.texi: Dimensionality checking documentation updated.

2012-07-23  Ed Schonberg  <schonberg@adacore.com>

	* sem_prag.adb (Make_Inline): If the pragma applies to a
	subprogram renaming, set inline flags on both the renamed entity
	and on the renaming, so that some ASIS queries can be handled
	consistently in the absence of expansion.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gnat_ugn.texi
    trunk/gcc/ada/s-atopri.adb
    trunk/gcc/ada/s-atopri.ads
    trunk/gcc/ada/sem_ch12.adb
    trunk/gcc/ada/sem_prag.adb
    trunk/gcc/ada/system-aix.ads
    trunk/gcc/ada/system-aix64.ads
    trunk/gcc/ada/system-darwin-ppc.ads
    trunk/gcc/ada/system-darwin-x86.ads
    trunk/gcc/ada/system-darwin-x86_64.ads
    trunk/gcc/ada/system-freebsd-x86.ads
    trunk/gcc/ada/system-freebsd-x86_64.ads
    trunk/gcc/ada/system-hpux-ia64.ads
    trunk/gcc/ada/system-hpux.ads
    trunk/gcc/ada/system-linux-alpha.ads
    trunk/gcc/ada/system-linux-hppa.ads
    trunk/gcc/ada/system-linux-ia64.ads
    trunk/gcc/ada/system-linux-ppc.ads
    trunk/gcc/ada/system-linux-s390.ads
    trunk/gcc/ada/system-linux-s390x.ads
    trunk/gcc/ada/system-linux-sh4.ads
    trunk/gcc/ada/system-linux-sparc.ads
    trunk/gcc/ada/system-linux-x86.ads
    trunk/gcc/ada/system-linux-x86_64.ads
    trunk/gcc/ada/system-lynxos-ppc.ads
    trunk/gcc/ada/system-lynxos-x86.ads
    trunk/gcc/ada/system-mingw-x86_64.ads
    trunk/gcc/ada/system-mingw.ads
    trunk/gcc/ada/system-solaris-sparc.ads
    trunk/gcc/ada/system-solaris-sparcv9.ads
    trunk/gcc/ada/system-solaris-x86.ads
    trunk/gcc/ada/system-solaris-x86_64.ads
    trunk/gcc/ada/system-vms-ia64.ads
    trunk/gcc/ada/system-vms_64.ads
    trunk/gcc/ada/system-vxworks-arm.ads
    trunk/gcc/ada/system-vxworks-m68k.ads
    trunk/gcc/ada/system-vxworks-mips.ads
    trunk/gcc/ada/system-vxworks-ppc.ads
    trunk/gcc/ada/system-vxworks-sparcv9.ads
    trunk/gcc/ada/system-vxworks-x86.ads
    trunk/gcc/ada/targparm.adb
    trunk/gcc/ada/targparm.ads


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