Commit 7f177cf7 by Paolo Carlini Committed by Paolo Carlini

re PR middle-end/21743 (Enable __builtin_clog)

2005-05-30  Paolo Carlini  <pcarlini@suse.de>

	PR middle-end/21743
	* gcc.dg/builtins-1.c: Activate disabled clog test.
	* gcc.dg/torture/builtin-attr-1.c: Likewise.

From-SVN: r100375
parent c3887ef2
2005-05-30 Paolo Carlini <pcarlini@suse.de>
PR middle-end/21743
* gcc.dg/builtins-1.c: Activate disabled clog test.
* gcc.dg/torture/builtin-attr-1.c: Likewise.
2005-05-29 Paul Thomas <pault@gcc.gnu.org> 2005-05-29 Paul Thomas <pault@gcc.gnu.org>
* gfortran.dg/char_pointer_assign.f90: * gfortran.dg/char_pointer_assign.f90:
......
...@@ -190,7 +190,7 @@ CPTEST1 (ccos) ...@@ -190,7 +190,7 @@ CPTEST1 (ccos)
CPTEST1 (ccosh) CPTEST1 (ccosh)
CPTEST1 (cexp) CPTEST1 (cexp)
CPTEST1RETFP (cimag) CPTEST1RETFP (cimag)
/*CPTEST1 (clog)*/ CPTEST1 (clog)
CPTEST1 (conj) CPTEST1 (conj)
CPTEST2 (cpow) CPTEST2 (cpow)
CPTEST1 (cproj) CPTEST1 (cproj)
......
/* Copyright (C) 2003 Free Software Foundation. /* Copyright (C) 2003, 2005 Free Software Foundation.
Verify that the `const' function attribute is applied to various Verify that the `const' function attribute is applied to various
builtins and that these functions are optimized away by the builtins and that these functions are optimized away by the
...@@ -393,7 +393,7 @@ CPTEST1 (ccos) ...@@ -393,7 +393,7 @@ CPTEST1 (ccos)
CPTEST1 (ccosh) CPTEST1 (ccosh)
CPTEST1 (cexp) CPTEST1 (cexp)
CPTEST1R (cimag) CPTEST1R (cimag)
/*CPTEST1 (clog)*/ CPTEST1 (clog)
CPTEST1 (conj) CPTEST1 (conj)
CPTEST2 (cpow) CPTEST2 (cpow)
CPTEST1 (cproj) CPTEST1 (cproj)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment