diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fe1f7bb..a4ab191 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2015-06-03 Marek Polacek <polacek@redhat.com> + + PR sanitizer/66190 + * cp-gimplify.c (struct cp_genericize_data): Add no_sanitize_p. + (cp_genericize_r): Don't instrument static initializers. + (cp_genericize_tree): Initialize wtd.no_sanitize_p. + 2015-06-02 Andres Tiraboschi <andres.tiraboschi@tallertechnologies.com> * decl.c (start_function): Call plugin before parsing. |