diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-23 14:50:44 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-23 14:50:44 +0200 |
commit | ce14c57705bb8d3f0aae4d18cd93e997f0087b98 (patch) | |
tree | a6c146cd1bf708864595a00f12b303f54f3a01f6 /gcc/ada/prj-nmsc.adb | |
parent | c37845f84190677a661e7ea45f5cd2b2c096c028 (diff) | |
download | gcc-ce14c57705bb8d3f0aae4d18cd93e997f0087b98.zip gcc-ce14c57705bb8d3f0aae4d18cd93e997f0087b98.tar.gz gcc-ce14c57705bb8d3f0aae4d18cd93e997f0087b98.tar.bz2 |
[multiple changes]
2009-07-23 Sergey Rybin <rybin@adacore.com>
* gnat_ugn.texi (Misnamed_Controlling_Parameters gnatcheck rule): Fix
misprint in rule description.
2009-07-23 Gary Dismukes <dismukes@adacore.com>
* exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Replace
test that the object declaration is within an extended return statement
with direct test of whether the declared object associated with the
build-in-place call is a return object, since the enclosing function
might not even be a build-in-place function.
2009-07-23 Robert Dewar <dewar@adacore.com>
* freeze.adb, prj-nmsc.adb, errout.adb: Minor reformatting
Minor code reorganization
2009-07-23 Arnaud Charlet <charlet@adacore.com>
* sem_prag.adb (Analyze_Pragma): Do not ignore pragma Pack on records
for static analysis, only packed arrays are causing troubles.
From-SVN: r150007
Diffstat (limited to 'gcc/ada/prj-nmsc.adb')
-rw-r--r-- | gcc/ada/prj-nmsc.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/prj-nmsc.adb b/gcc/ada/prj-nmsc.adb index df29bb5..f0ded90 100644 --- a/gcc/ada/prj-nmsc.adb +++ b/gcc/ada/prj-nmsc.adb @@ -498,6 +498,7 @@ package body Prj.Nmsc is begin -- On non case-sensitive systems, use proper suffix casing + Canonical_Case_File_Name (Suf); -- The file name must end with the suffix (which is not an extension) |