Commit 6a6bfc8e by Nathan Sidwell Committed by Nathan Sidwell

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

From-SVN: r86656
parent f8b7bf58
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment