re PR middle-end/21743 (Enable __builtin_clog)
authorPaolo Carlini <pcarlini@suse.de>
Mon, 30 May 2005 20:16:59 +0000 (20:16 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 30 May 2005 20:16:59 +0000 (20:16 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-1.c
gcc/testsuite/gcc.dg/torture/builtin-attr-1.c

index 1c63e5d369a13552ebb56f4ef0a3dfb7882c3009..e5fbfc9be354b067e5bddca5f516949ced4ca2b3 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        * gfortran.dg/char_pointer_assign.f90:
index 74144f7befa1ca439781379d9a6fb9378a255bf7..640576a50a76a2064195dc93bcd293b11b743f9c 100644 (file)
@@ -190,7 +190,7 @@ CPTEST1      (ccos)
 CPTEST1      (ccosh)
 CPTEST1      (cexp)
 CPTEST1RETFP (cimag)
-/*CPTEST1      (clog)*/
+CPTEST1      (clog)
 CPTEST1      (conj)
 CPTEST2      (cpow)
 CPTEST1      (cproj)
index 0e521d84e3fe7338b14119aec4763112e26dabdb..4bf77892babc80c7b7651e771a8856545cad9e77 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003  Free Software Foundation.
+/* Copyright (C) 2003, 2005  Free Software Foundation.
 
    Verify that the `const' function attribute is applied to various
    builtins and that these functions are optimized away by the
@@ -393,7 +393,7 @@ CPTEST1 (ccos)
 CPTEST1 (ccosh)
 CPTEST1 (cexp)
 CPTEST1R (cimag)
-/*CPTEST1 (clog)*/
+CPTEST1 (clog)
 CPTEST1 (conj)
 CPTEST2 (cpow)
 CPTEST1 (cproj)