Resync.
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 27 May 2008 09:24:13 +0000 (11:24 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 27 May 2008 09:24:13 +0000 (11:24 +0200)
From-SVN: r135994

gcc/ada/ChangeLog

index dce691d279a0562e5f95323d1780b63a76272546..e9e13e1dc5480c96ec8c28f5372ca25189793df4 100644 (file)
@@ -1,3 +1,31 @@
+2008-05-27  Vincent Celier  <celier@adacore.com>
+
+       * prj-nmsc.adb:
+       (Process_Sources_In_Multi_Language_Mode): Check that there are not two
+       sources of the same project that have the same object file name.
+       (Find_Explicit_Sources): Always remove a source exception that was not
+       found.
+
+2008-05-27  Thomas Quinot  <quinot@adacore.com>
+
+       * sem_ch3.adb: Minor reformatting
+
+2008-05-27  Ed Schonberg  <schonberg@adacore.com>
+
+       * sem_ch6.adb:
+       (Is_Interface_Conformant): Handle properly a primitive operation that
+       overrides an interface function with a controlling access result.
+       (Type_Conformance): If Skip_Controlling_Formals is true, when matching
+       inherited and overriding operations, omit as well the conformance check
+       on result types, to prevent spurious errors.
+
+2008-05-27  Vincent Celier  <celier@adacore.com>
+
+       * makeutl.ads, makeutl.adb:
+       (Set_Location): New procedure
+       (Get_Location): New function
+       (Update_Main): New procedure
+
 2008-05-27  Vincent Celier  <celier@adacore.com>
 
        * prj-nmsc.adb: