OSDN Git Service

* gcc.dg/pr31344.c: Move to ...
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / builtins-20.c
2007-02-08 ghazi * gcc.dg/builtins-20.c: Add some -~ complex cases.
2007-02-06 ghazi * fold-const.c (negate_expr_p): Handle CONJ_EXPR.
2007-02-02 ghazi * fold-const.c (negate_expr_p, fold_negate_expr):...
2007-01-26 ghazi * builtins.c (fold_builtin_1): Treat ccos and ccosh...
2007-01-25 ghazi * builtins.c (fold_builtin_carg): New.
2006-11-18 ghazi * builtins.c (integer_valued_real_p): Handle fmin...
2006-11-18 ghazi * fold-const.c (fold_strip_sign_ops): Handle copysign.
2006-11-14 ghazi * fold-const.c (fold_strip_sign_ops): Handle COMPOUND_...
2006-11-11 ghazi * builtins.c (fold_builtin_cos): Use fold_strip_sign_o...
2006-11-09 ghazi * gcc.dg/builtins-20.c: Use fabs, not __builtin_fabs.
2006-10-29 ghazi * builtins.c (fold_builtin_hypot): Rearrange recursive
2006-10-29 ghazi PR middle-end/29335
2006-03-21 ebotcazou2006-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2005-11-28 uros PR middle-end/20219
2005-07-08 geoffkIndex: ChangeLog
2004-08-03 jsm28 * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg...
2003-12-24 mmitchel * calls.c (expand_call): Recognize calls to "sqrt...
2003-10-20 ebotcazou * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_R...
2003-06-10 sayle * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).