aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/utils.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2004-08-27 10:02:30 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2004-08-27 10:02:30 +0000
commit6a6bfc8e70897234a262527a07d80b6036282b8e (patch)
tree11c1ab9500003b2a311090c632f671753d7b2c18 /gcc/ada/utils.c
parentf8b7bf589ee38b63a62a5cc61a5500d8f946d5fb (diff)
downloadgcc-6a6bfc8e70897234a262527a07d80b6036282b8e.zip
gcc-6a6bfc8e70897234a262527a07d80b6036282b8e.tar.gz
gcc-6a6bfc8e70897234a262527a07d80b6036282b8e.tar.bz2
* utils.c (gnat_init_decl_processing): Ada has a signed sizetype.
From-SVN: r86656
Diffstat (limited to 'gcc/ada/utils.c')
-rw-r--r--gcc/ada/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/utils.c b/gcc/ada/utils.c
index 0cc6c98..9d6a17e 100644
--- a/gcc/ada/utils.c
+++ b/gcc/ada/utils.c
@@ -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