mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 04:10:26 +08:00
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
This commit is contained in:
parent
c3887ef239
commit
7f177cf707
@ -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:
|
||||
|
@ -190,7 +190,7 @@ CPTEST1 (ccos)
|
||||
CPTEST1 (ccosh)
|
||||
CPTEST1 (cexp)
|
||||
CPTEST1RETFP (cimag)
|
||||
/*CPTEST1 (clog)*/
|
||||
CPTEST1 (clog)
|
||||
CPTEST1 (conj)
|
||||
CPTEST2 (cpow)
|
||||
CPTEST1 (cproj)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user