diff options
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index d1631cd..f74626a 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -649,7 +649,7 @@ gnat_expand_body (tree gnu_decl) if (!DECL_INITIAL (gnu_decl) || DECL_INITIAL (gnu_decl) == error_mark_node) return; - tree_rest_of_compilation (gnu_decl, false); + tree_rest_of_compilation (gnu_decl); } /* Adjusts the RLI used to layout a record after all the fields have been |