This is the mail archive of the gcc@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]

OSR 5 bootstrap fails.


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

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