From: Roger Sayle Date: Sat, 18 Jun 2005 13:26:20 +0000 (+0000) Subject: re PR target/22083 (TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6837ddcd40834185a24066ea76b5f493ac32282;p=gcc.git re PR target/22083 (TARGET_C99_FUNCTIONS is wrongly defined on AIX 5.1) PR target/22083 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition. From-SVN: r101156 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73986314282..3e55d5891d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-18 Roger Sayle + + PR target/22083 + * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Remove definition. + 2005-06-19 Dorit Nuzman * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): New diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index 64b87f18e9d..98b4fd00817 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -178,9 +178,5 @@ do { \ #undef LD_INIT_SWITCH #define LD_INIT_SWITCH "-binitfini" -/* AIX 5.1 has the float and long double forms of math functions. */ -#undef TARGET_C99_FUNCTIONS -#define TARGET_C99_FUNCTIONS 1 - /* This target uses the aix64.opt file. */ #define TARGET_USES_AIX64_OPT 1