This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
OSR 5 bootstrap fails.
- To: GCC Developers <gcc at gcc dot gnu dot org>
- Subject: OSR 5 bootstrap fails.
- From: Jean-Pierre Radley <jpr at jpr dot com>
- Date: Tue, 9 May 2000 16:41:46 -0400
SCO OpenServer 5.0.5
On May 5, I ran 'make bootstrap BOOT_CFLAGS=-O0' and ended up
with a functioning gcc from the latest sources.
Today, after running "contrib/gcc_update", the same command fails :
/s/tools/egcs/libstdc++/std/complext.cc: In function `complex<_FLT>
operator/ (const complex<_FLT> &,
/s/tools/egcs/libstdc++/std/complext.cc: const complex<_FLT> &) [with _FLT = double]':
/s/tools/egcs/libstdc++/cinst.cc:69: instantiated from here
/s/tools/egcs/libstdc++/std/complext.cc:184: call of overloaded `abs (double)' is ambiguous
/s/tools/gccobj/gcc/include/math.h:236: candidates are: int abs (int)
/s/tools/egcs/libstdc++/cmath:40: float abs (float)
/s/tools/egcs/libstdc++/cmath:72: long double abs (long
/s/tools/egcs/libstdc++/cmath:72: double)
/s/tools/egcs/libstdc++/cinst.cc:69: instantiated from here
/s/tools/egcs/libstdc++/std/complext.cc:185: call of overloaded `abs (double)' is ambiguous
/s/tools/gccobj/gcc/include/math.h:236: candidates are: int abs (int)
/s/tools/egcs/libstdc++/cmath:40: float abs (float)
/s/tools/egcs/libstdc++/cmath:72: long double abs (long
/s/tools/egcs/libstdc++/cmath:72: double)
*** Error code 1 (bu21)
--
JP