aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2008-03-08 11:53:19 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2008-03-08 11:53:19 +0000
commit6ab36daccbd955cdb3caf5b7040ab99cdb6b4d14 (patch)
tree5d337811cdef24023738299a98b7d54406f5428b /gcc/ada/ChangeLog
parent8853cb0bcdbbf5424ceeed44778e302c4249532b (diff)
downloadgcc-6ab36daccbd955cdb3caf5b7040ab99cdb6b4d14.zip
gcc-6ab36daccbd955cdb3caf5b7040ab99cdb6b4d14.tar.gz
gcc-6ab36daccbd955cdb3caf5b7040ab99cdb6b4d14.tar.bz2
lang-specs.h: Pass -gnatwa if -Wall is passed.
* lang-specs.h: Pass -gnatwa if -Wall is passed. * misc.c (gnat_handle_option) <OPT_Wall>: Expand into -Wunused and -Wuninitialized. (gnat_post_options): Clear warn_unused_parameter. From-SVN: r133030
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 77ceeda..bbca156 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,12 @@
2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
+ * lang-specs.h: Pass -gnatwa if -Wall is passed.
+ * misc.c (gnat_handle_option) <OPT_Wall>: Expand into -Wunused
+ and -Wuninitialized.
+ (gnat_post_options): Clear warn_unused_parameter.
+
+2008-03-08 Eric Botcazou <ebotcazou@adacore.com>
+
* utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently
aligned bit-fields, bumping the alignment of the record type if deemed
profitable.