diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-30 17:30:10 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-30 17:30:10 +0000 |
commit | e2cf6095dec93ed85f4fa06eafd1b40ee0552a07 (patch) | |
tree | 830431eb5598391fd06cf859a26254f647041dc5 /gcc/cp/ChangeLog | |
parent | e0fad71818fc57b6a7622a4871de6cdce1015962 (diff) | |
download | gcc-e2cf6095dec93ed85f4fa06eafd1b40ee0552a07.tar.gz |
* decl.c (cp_finish_decl): Never throw for VLA bound == 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 0d329b5a928..da1d7f945cf 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2013-10-30 Jason Merrill <jason@redhat.com> + + * decl.c (cp_finish_decl): Never throw for VLA bound == 0. + 2013-10-29 David Malcolm <dmalcolm@redhat.com> Patch autogenerated by refactor_symtab.py from |