* utils.c (gnat_init_decl_processing): Ada has a signed sizetype.

From-SVN: r86656
This commit is contained in:
Nathan Sidwell 2004-08-27 10:02:30 +00:00 committed by Nathan Sidwell
parent f8b7bf589e
commit 6a6bfc8e70
2 changed files with 5 additions and 1 deletions

View 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.

View 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