This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Date: 2005-11-30T19:35:49Z Revision: 107732 URL: svn://gcc.gnu.org/svn/gcc/trunk Status: regress-2
Date: 2005-12-01T03:01:06Z Revision: 107796 URL: svn://gcc.gnu.org/svn/gcc/trunk Status: regress-4
* tree.h (CASE_FLT_FN, CASE_INT_FN): New macros.
* builtins.c (expand_builtin_mathfn): Use them.
(expand_builtin_mathfn_2): Likewise.
(expand_builtin_mathfn_3): Likewise.
(expand_builtin_int_roundingfn): Likewise.
(expand_builtin): Likewise.
(integer_valued_real_p): Likewise.
(fold_builtin_int_roundingfn): Likewise.
(fold_builtin_bitop): Likewise.
(fold_builtin_logarithm): Likewise.
(fold_builtin_1): Likewise.
* convert.c (convert_to_integer): Likewise.
* fold-const.c (negate_mathfn_p): Likewise.
(tree_expr_nonnegative_p): Likewise. PR tree-optimization/22501
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): New
function split out from ...
(forward_propagate_addr_expr): ... here. Use it to propagate
ADDR_EXPRs to all uses.------------------------------------------------------------------------ r107738 | jason | 2005-11-30 12:58:27 -0800 (Wed, 30 Nov 2005) | 4 lines
------------------------------------------------------------------------ r107762 | ghazi | 2005-11-30 18:31:49 -0800 (Wed, 30 Nov 2005) | 5 lines
PR middle-end/25158
* builtins.c (fold_builtin_fputs): Defer check for missing
replacement functions.Attachment:
smime.p7s
Description: S/MIME cryptographic signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |