diff options
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/misc.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a4859fd..611311c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2008-07-28 Jan Hubicka <jh@suse.cz> + + * misc.c (gnat_post_options): Do not set flag_no_inline. + 2008-07-28 Richard Guenther <rguenther@suse.de> Merge from gimple-tuples-branch. diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index 006da96..02397d7 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -340,9 +340,6 @@ gnat_post_options (const char **pfilename ATTRIBUTE_UNUSED) /* ??? The warning machinery is outsmarted by Ada. */ warn_unused_parameter = 0; - if (!flag_no_inline) - flag_no_inline = 1; - /* Force eliminate_unused_debug_types to 0 unless an explicit positive -f has been passed. This forces the default to 0 for Ada, which might differ from the common default. */ |