mirror of
https://github.com/LIV2/bebbo-gcc.git
synced 2025-12-06 00:23:32 +00:00
2017-01-31 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/79305 * c99_protos.h: Spell HAVE_EXPL correctly. * intrinsics/c99_functions.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@245071 138bc75d-0d04-0410-961f-82ee72b054a4
This commit is contained in:
parent
c85840368f
commit
23d004f01f
@ -1,3 +1,9 @@
|
|||||||
|
2017-01-31 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||||
|
|
||||||
|
PR fortran/79305
|
||||||
|
* c99_protos.h: Spell HAVE_EXPL correctly.
|
||||||
|
* intrinsics/c99_functions.c: Ditto.
|
||||||
|
|
||||||
2017-01-24 Uros Bizjak <ubizjak@gmail.com>
|
2017-01-24 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
PR target/78478
|
PR target/78478
|
||||||
|
|||||||
@ -332,7 +332,7 @@ extern float complex cexpf (float complex);
|
|||||||
extern double complex cexp (double complex);
|
extern double complex cexp (double complex);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAVE_CEXPL) && defined(HAVE_COSL) && defined(HAVE_SINL) && defined(EXPL)
|
#if !defined(HAVE_CEXPL) && defined(HAVE_COSL) && defined(HAVE_SINL) && defined(HAVE_EXPL)
|
||||||
#define HAVE_CEXPL 1
|
#define HAVE_CEXPL 1
|
||||||
extern long double complex cexpl (long double complex);
|
extern long double complex cexpl (long double complex);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -913,7 +913,7 @@ cexp (double complex z)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAVE_CEXPL) && defined(HAVE_COSL) && defined(HAVE_SINL) && defined(EXPL)
|
#if !defined(HAVE_CEXPL) && defined(HAVE_COSL) && defined(HAVE_SINL) && defined(HAVE_EXPL)
|
||||||
#define HAVE_CEXPL 1
|
#define HAVE_CEXPL 1
|
||||||
long double complex cexpl (long double complex z);
|
long double complex cexpl (long double complex z);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user