This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libgfortran,patch] C99 complex cleanup


	This patch breaks bootstrap on AIX.  This is especially
inappropriate at this late phase of Stage 3.

	The failure is:

/tmp/20050926/./gcc/xgcc -B/tmp/20050926/./gcc/ -B/farm/dje/install/powerpc-ibm-aix5.2.0.0-20050926/powerpc-ibm-aix5.2.0.0/bin/ -B/farm/dje/install/powerpc-ibm-aix5.2.0.0-20050926/powerpc-ibm-aix5.2.0.0/lib/ -isystem /farm/dje/install/powerpc-ibm-aix5.2.0.0-20050926/powerpc-ibm-aix5.2.0.0/include -isystem /farm/dje/install/powerpc-ibm-aix5.2.0.0-20050926/powerpc-ibm-aix5.2.0.0/sys-include -DHAVE_CONFIG_H -I. -I/farm/dje/src/src/libgfortran -I. -iquote/farm/dje/src/src/libgfortran/io -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2 -c /farm/dje/src/src/libgfortran/intrinsics/c99_functions.c   -DPIC -o .libs/c99_functions.o

/farm/dje/src/src/libgfortran/intrinsics/c99_functions.c:565: error: redefinition of 'clog'
/usr/include/complex.h:235: error: previous definition of 'clog' was here

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]