diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-08 20:03:10 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-08 20:03:10 +0200 |
commit | 3d5952be50b07bbf31b2535d1543063586c916c5 (patch) | |
tree | eba6429960aa993a1e3a9b1deefd4dc536eb9375 /gcc/ada/prj-attr.adb | |
parent | f4a5580200a7381c6ca479fbdfd2992d4e196f8a (diff) | |
download | gcc-3d5952be50b07bbf31b2535d1543063586c916c5.zip gcc-3d5952be50b07bbf31b2535d1543063586c916c5.tar.gz gcc-3d5952be50b07bbf31b2535d1543063586c916c5.tar.bz2 |
[multiple changes]
2009-04-08 Robert Dewar <dewar@adacore.com>
* checks.adb (Enable_Overflow_Check): Do not enable if overflow checks
suppressed.
* exp_ch4.adb (Expand_Concatenate): Make sure checks are off for all
resolution steps.
2009-04-08 Robert Dewar <dewar@adacore.com>
* sem_ch12.adb (Analyze_Package_Instantiation): Remove test for
No_Local_Allocators restriction preventing local instantiation.
2009-04-08 Thomas Quinot <quinot@adacore.com>
* sem_eval.adb: Minor comment fix
2009-04-08 Thomas Quinot <quinot@adacore.com>
* g-socket.adb, g-socket.ads (GNAT.Sockets.Sockets_Library_Controller):
New limited controlled type used to automate the initialization and
finalization of the sockets implementation.
(GNAT.Sockets.Initialize, Finalize): Make these no-ops
2009-04-08 Vincent Celier <celier@adacore.com>
* prj-attr.adb: New read-only project-level attribute Project_Dir
* prj-proc.adb (Add_Attributes): New parameter Project_Dir, value of
read-only attribute of the same name.
(Process_Declarative_Items): Call Add_Attributes with Project_Dir
(Recursive_Process): Ditto
* snames.adb: Add new standard name Project_Dir
* snames.ads: Add new standard name Project_Dir
From-SVN: r145766
Diffstat (limited to 'gcc/ada/prj-attr.adb')
-rw-r--r-- | gcc/ada/prj-attr.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/prj-attr.adb b/gcc/ada/prj-attr.adb index 250a412..1096743 100644 --- a/gcc/ada/prj-attr.adb +++ b/gcc/ada/prj-attr.adb @@ -68,6 +68,7 @@ package body Prj.Attr is -- General "SVRname#" & + "SVRproject_dir#" & "lVmain#" & "LVlanguages#" & "SVmain_language#" & |