]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/checks.adb
2014-07-31 Robert Dewar <dewar@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2014 12:37:03 +0000 (12:37 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2014 12:37:03 +0000 (12:37 +0000)
commitb8446e0db475336953edbd207f51a717283c7f5e
treeda507e16b9cb1d5024f943ccf7be402675dd61cf
parenta653c8e26e88e9e1a8a4f6a2bc6f0778e938d08f
2014-07-31  Robert Dewar  <dewar@adacore.com>

* checks.ads, checks.adb (Activate_Overflow_Check): Do not set flag for
unconstrained fpt ops.

2014-07-31  Pascal Obry  <obry@adacore.com>

* s-fileio.adb (Open): Make sure a shared file gets inserted into
the global list atomically. This ensures that the file descriptor
won't be freed because another tasks is closing the file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213349 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/checks.adb
gcc/ada/checks.ads
gcc/ada/s-fileio.adb