* utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 27 Aug 2004 10:02:30 +0000 (10:02 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 27 Aug 2004 10:02:30 +0000 (10:02 +0000)
From-SVN: r86656

gcc/ada/ChangeLog
gcc/ada/utils.c

index b4f9ec5..27f6361 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
+
 2004-08-27  Andreas Schwab  <schwab@suse.de>
 
        * Make-lang.in (EXTRA_GNATBIND_OBJS): Add errors.o.
index 0cc6c98..9d6a17e 100644 (file)
@@ -381,7 +381,7 @@ gnat_init_decl_processing (void)
   free_binding_level = 0;
   gnat_pushlevel ();
 
-  build_common_tree_nodes (false, false);
+  build_common_tree_nodes (false, true);
 
   /* In Ada, we use a signed type for SIZETYPE.  Use the signed type
      corresponding to the size of Pmode.  In most cases when ptr_mode and