diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cef7679..a6c2fcd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,11 @@ +2016-10-09 Eric Botcazou <ebotcazou@adacore.com> + + * gen-pass-instances.awk: Remove GNUism. + 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> - * ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of - (*ipcp_transformations)][node->uid]. + * ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to + NULL of (*ipcp_transformations)][node->uid]. 2016-10-09 John David Anglin <danglin@gcc.gnu.org> |