diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2280e6bd094..308e5bcc17f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2015-01-29 Jakub Jelinek <jakub@redhat.com> + + PR c++/64717 + * cp-ubsan.c (cp_ubsan_instrument_vptr): Don't wrap vptr + into SAVE_EXPR. + 2015-01-29 Jason Merrill <jason@redhat.com> PR c++/49508 |