diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e10a227..23baee6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2014-04-18 Jason Merrill <jason@redhat.com> + + PR c++/60872 + * call.c (standard_conversion): Don't try to apply restrict to void. + 2014-04-16 Marc Glisse <marc.glisse@inria.fr> * decl.c (reshape_init_r): Handle a single element of vector type. |