OSDN Git Service

2009-04-08 Robert Dewar <dewar@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Apr 2009 18:03:10 +0000 (18:03 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Apr 2009 18:03:10 +0000 (18:03 +0000)
commit75209ec580b15561fd2cfdaac8d170ddac358633
treeeba6429960aa993a1e3a9b1deefd4dc536eb9375
parentfee96e903d674e86f46f067a8c3c584fca56e204
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145766 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/checks.adb
gcc/ada/exp_ch4.adb
gcc/ada/g-socket.adb
gcc/ada/g-socket.ads
gcc/ada/prj-attr.adb
gcc/ada/prj-proc.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_eval.adb
gcc/ada/snames.adb
gcc/ada/snames.ads