aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2007-10-09 22:07:04 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2007-10-09 22:07:04 +0000
commit384d3837d8f439a3572b1651796613b53be0c5bb (patch)
tree0a9d25bc0b7688b72c8cbbab26ad6f26015ea08e /gcc/ChangeLog
parentc891154fad7db61b15121ca9b80efcf95d0ff291 (diff)
downloadgcc-384d3837d8f439a3572b1651796613b53be0c5bb.zip
gcc-384d3837d8f439a3572b1651796613b53be0c5bb.tar.gz
gcc-384d3837d8f439a3572b1651796613b53be0c5bb.tar.bz2
c-opts.c (c_common_handle_option): -Wnontemplate-friend...
2007-10-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org> * c-opts.c (c_common_handle_option): -Wnontemplate-friend, -Wwrite-strings and -Wmultichar are enabled by default, so Wall enabling them is redundant. Don't check two times for c_dialect_cxx. From-SVN: r129183
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2c65ee6..1aa5aa3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
+
+ * c-opts.c (c_common_handle_option): -Wnontemplate-friend,
+ -Wwrite-strings and -Wmultichar are enabled by default, so Wall
+ enabling them is redundant. Don't check two times for
+ c_dialect_cxx.
+
2007-10-09 H.J. Lu <hongjiu.lu@intel.com>
* ra-conflict.c (record_one_conflict_between_regnos): Revert