aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-12-03 02:47:13 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2013-12-03 02:47:13 +0000
commit4c2ecab0e4978f3a4a5b40fe595729b30375386a (patch)
treeeb299deee08e7335f846ed167c65364ef8d62b64 /gcc/c/ChangeLog
parentf9153cba636597ca403e56a2302f05233c4e85a7 (diff)
downloadgcc-4c2ecab0e4978f3a4a5b40fe595729b30375386a.zip
gcc-4c2ecab0e4978f3a4a5b40fe595729b30375386a.tar.gz
gcc-4c2ecab0e4978f3a4a5b40fe595729b30375386a.tar.bz2
re PR c/58235 (Missing diagnostic on assignment to array in c89)
PR c/58235 c: * c-typeck.c (build_modify_expr): Diagnose assignment to expression with array type. testsuite: * gcc.dg/c90-array-lval-8.c: New test. From-SVN: r205615
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index a106e64..42b0bb7 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2013-12-02 Joseph Myers <joseph@codesourcery.com>
+
+ PR c/58235
+ * c-typeck.c (build_modify_expr): Diagnose assignment to
+ expression with array type.
+
2013-11-29 Joseph Myers <joseph@codesourcery.com>
PR c/42262