diff options
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 08955a4..0bb5dc7 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +2015-02-14 Marek Polacek <polacek@redhat.com> + + PR c/64768 + * c-decl.c (grokdeclarator): Set the range of a flexible array member + declared through a typedef name. + 2015-02-13 Marek Polacek <polacek@redhat.com> PR c/65050 |