diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-06-02 00:16:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-06-02 00:16:43 +0000 |
commit | b75978d14fc35981ffd8bf060ee52300db4dae50 (patch) | |
tree | 5b6bc0f6eced64613ded5e1150712129a39ba226 /gcc/c-family | |
parent | ac0bc21bd634a334ba8f323c39a11f01dfdc2aae (diff) | |
download | gcc-b75978d14fc35981ffd8bf060ee52300db4dae50.tar.gz |
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index e85a6bf2f75..cb2757c0b32 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,12 @@ +2021-06-01 Martin Liska <mliska@suse.cz> + + PR other/100759 + * c-attribs.c (handle_optimize_attribute): Limit sanity check + to a situation where we are not in processing of an optimize + pragma. + * c-pragma.c (handle_pragma_pop_options): Restore target + options. + 2021-05-31 Indu Bhagat <indu.bhagat@oracle.com> PR testsuite/100749 |