]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing entry
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 2 Aug 2009 14:34:42 +0000 (14:34 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 2 Aug 2009 14:34:42 +0000 (14:34 +0000)
From-SVN: r150353

gcc/ada/ChangeLog

index aed7ce6f579a5e440d23ac1a19f60525cbada607..bf7b6c7c2c47929cab38fb6d2e6ac10d6a95b6a4 100644 (file)
 2009-07-23  Thomas Quinot  <quinot@adacore.com>
 
        * scos.ads: Minor typo fix
+
        * gcc-interface/decl.c (validate_alignment): For the case of an
        implicit array base type, look for alignment clause on first subtype.
-       Code clean up.
+
+2009-07-23  Robert Dewar  <dewar@adacore.com>
+
+       * gcc-interface/decl.c (gnat_to_gnu_field): Don't check for overlap
+       with tagged parent if tagged parent is fully repped.
 
 2009-07-23  Ed Schonberg  <schonberg@adacore.com>