OSDN Git Service

gcc/ada/
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
index 79ce81c..7b7383c 100644 (file)
@@ -1,3 +1,53 @@
+2007-11-28  Samuel Tardieu  <sam@rfc1149.net>
+
+       PR ada/15803
+       * par-ch3.adb (P_Variant_Part): Signal an error when anything other
+       than an identifier is used after "case" in a variant_part.
+
+       PR ada/17317
+       * par-ch4.adb (Is_Parameterless_Attribute): New map.
+       (P_Name, Scan_Apostrophe block): Parse left parenthesis following
+       attribute name or not depending on the new map.
+
+       * sem-attr.adb (Analyze_Attribute): Parameterless attributes
+       returning a string or a type will not be called with improper
+       arguments.
+
+       * sem-attr.ads (Attribute_Class_Array): Move to snames.ads.
+
+       * snames.ads (Attribute_Class_Array): Moved from sem-attr.ads.
+
+2007-11-26  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+        PR 34081/C++
+        * trans.c (Subprogram_Body_to_gnu, Compilation_Unit_to_gnu):
+        Pass 'false' for the new allocate_struct_function parameter.
+        * utils.c (build_function_stub): Likewise.
+
+2007-11-25  Richard Guenther  <rguenther@suse.de>
+
+       utils.c (gnat_pushlevel): Use BLOCK_CHAIN.
+       (gnat_poplevel): Likewise.
+
+2007-11-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the type has
+       strict alignment, no alignment clause and a known static size, cap
+       the type alignment to the greatest power of 2 factor of the size.
+       (gnat_to_gnu_field): If the field has a component clause, is aliased
+       or of a type with strict alignment, require that its size be equal to
+       that of the type.
+       (validate_size): Use the type size as the minimum size for a type with
+       strict alignment.
+
+2007-11-23  Samuel Tardieu  <sam@rfc1149.net>
+
+       * s-inmaop-posix.adb, s-intman-vxworks.adb, s-taprop-hpux-dce.adb,
+       s-taprop-irix.adb, s-taprop-linux.adb, s-taprop-lynxos.adb,
+       s-taprop-posix.adb, s-taprop-tru64.adb, s-taprop-vxworks.adb:
+       Use 'Access instead of 'Unchecked_Access in second and third
+       arguments of pthread_sigmask.
+
 2007-11-23  Eric Botcazou  <ebotcazou@adacore.com>
 
        * decl.c (ceil_alignment): New function.
@@ -44,7 +94,7 @@
 
 2007-11-14  Samuel Tardieu  <sam@rfc1149.net>
 
-       * adaint.c init.c initialize.c link.c: Remove system-specific
+       * adaint.c, init.c, initialize.c, link.c: Remove system-specific
        sections of non-supported Interix target.
 
        * s-osinte-interix.ads: Removed.