diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-11 15:21:12 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-11 15:21:12 +0000 |
commit | 565353e8cf24046c034ecaf04dcb69ea8319a57c (patch) | |
tree | 52649e138a3331c6ff0aac8c721049208bed9ce2 /gcc/c/ChangeLog | |
parent | e1daea7b1d01fa0eaa21b6e70349beccc47f97e2 (diff) | |
download | gcc-565353e8cf24046c034ecaf04dcb69ea8319a57c.tar.gz |
2014-11-11 Richard Biener <rguenther@suse.de>
* tree-core.h (pedantic_lvalues): Remove.
* fold-const.c (pedantic_lvalues): Likewise.
(pedantic_non_lvalue_loc): Remove conditional non_lvalue_loc call.
c/
* c-decl.c (c_init_decl_processing): Do not set pedantic_lvalues
to true.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217356 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index c4cf2bcd684..fa3c925e746 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,8 @@ +2014-11-11 Richard Biener <rguenther@suse.de> + + * c-decl.c (c_init_decl_processing): Do not set pedantic_lvalues + to true. + 2014-11-10 Andi Kleen <ak@linux.intel.com> PR c/60804 |