OSDN Git Service

* decl.c (cp_finish_decl): Make sure array types are laid out,
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 1c9e5a6..e78f0c2 100644 (file)
@@ -1,10 +1,18 @@
+2002-10-01  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl.c (cp_finish_decl): Make sure array types are laid out,
+       even if the array bounds are unknown.
+
 2002-10-01  Steve Ellcey  <sje@cup.hp.com>
 
-       * cp/class.c (build_vtbl_initializer): Change build_c_cast
+       * class.c (build_vtbl_initializer): Change build_c_cast
        to build1.
 
 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
 
+       * decl.c (cp_finish_decl): Make sure array types are laid out,
+       even if the array bounds are unknown.
+
        * decl.c (cp_finish_decl): Correct check for dynamic
        initialization of thread-local storage.