diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-01 14:15:00 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-01 14:15:00 +0000 |
commit | 9c870c4c312e53c44a53f522dede04f69510c45c (patch) | |
tree | 2ff5adf05279b21168febcc9a4a2584703d87085 /gcc/builtins.def | |
parent | 6d7105fe4a7d259ce5b9d2d1f90282a45d82af07 (diff) | |
download | gcc-9c870c4c312e53c44a53f522dede04f69510c45c.tar.gz |
2012-10-01 Richard Guenther <rguenther@suse.de>
* builtins.def (ATTR_MATHFN_FPROUNDING): Do not use no-vops
with -frounding-math.
* builtin-attrs.def (ATTR_PURE_NOTHROW_NOVOPS_LIST): Remove.
(ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtins.def')
-rw-r--r-- | gcc/builtins.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.def b/gcc/builtins.def index 8493ca41b34..69000bcfc04 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -163,7 +163,7 @@ along with GCC; see the file COPYING3. If not see memory. */ #undef ATTR_MATHFN_FPROUNDING #define ATTR_MATHFN_FPROUNDING (flag_rounding_math ? \ - ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST : ATTR_CONST_NOTHROW_LEAF_LIST) + ATTR_PURE_NOTHROW_LEAF_LIST : ATTR_CONST_NOTHROW_LEAF_LIST) /* Define an attribute list for math functions that are normally "impure" because some of them may write into global memory for |