2005-05-30 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 May 2005 20:16:59 +0000 (20:16 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 May 2005 20:16:59 +0000 (20:16 +0000)
PR middle-end/21743
* gcc.dg/builtins-1.c: Activate disabled clog test.
* gcc.dg/torture/builtin-attr-1.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100375 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1c63e5d..e5fbfc9 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 74144f7..640576a 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 0e521d8..4bf7789 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)