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]

r118329 - in /trunk/gcc/ada: exp_code.adb exp_c...


Author: charlet
Date: Tue Oct 31 18:15:40 2006
New Revision: 118329

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118329
Log:
2006-10-31  Robert Dewar  <dewar@adacore.com>

	* s-osinte-tru64.adb: 
	Mark Asm statements Volatile to prevent warnings (seems a
	reasonable change anyway)
	Fixes new warnings

	* s-mastop-irix.adb: Add Volatile to Asm statements
	Suppresses warning, and seems appropriate in any case

	* s-osinte-vms.adb: Add Volatile to Asm statement

	* s-vaflop-vms-alpha.adb: Add Volatile to Asm statements

	* exp_code.ads, exp_code.adb (Asm_Input_Value): Note that Error can be
	returned.
	Add call to Check_Code_Statement


Modified:
    trunk/gcc/ada/exp_code.adb
    trunk/gcc/ada/exp_code.ads
    trunk/gcc/ada/s-mastop-irix.adb
    trunk/gcc/ada/s-osinte-tru64.adb
    trunk/gcc/ada/s-osinte-vms.adb
    trunk/gcc/ada/s-vaflop-vms-alpha.adb


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