ARM broken on branch in libstdc++-v3/src

Rod Stewart stewart@lab43.org
Fri Jul 27 06:35:00 GMT 2001


The armv4l-*-linux-gnu native build is broken on the 3.0 branch.  A guess
would be that it is related to this change (but it is only a guess)...

2001-07-26  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>

        * acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf,
        hypotl, atan2f, atan2l.  Remove from REPLACE_MATHFUNCS list.
        * aclocal.m4: Regenerate.
        * config.h.in: Likewise.
        * configure: Likewise.
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove hypotl.c

If this doesn't make sense I'll try reverting some patches.

Thanks,
-Rms

The error is:

/home/build-rpm/BUILD/obj-gcc-20010727/gcc/xgcc
-B/home/build-rpm/BUILD/obj-gcc-20010727/gcc/ -nostdinc++
-L/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/src
-L/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/armv4l-unknown-linux-gnu/bin/
-B/usr/local/armv4l-unknown-linux-gnu/lib/ -isystem
/usr/local/armv4l-unknown-linux-gnu/include -nostdinc++
-I/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include/armv4l-unknown-linux-gnu
-I/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include
-I/home/build-rpm/BUILD/gcc/libstdc++-v3/libsupc++
-I/home/build-rpm/BUILD/gcc/libstdc++-v3/libmath -g -O2 -D_GNU_SOURCE
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c
limitsMEMBERS.cc  -fPIC -DPIC -o .libs/limitsMEMBERS.o
In file included from limitsMEMBERS.cc:37:
/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include/armv4l-unknown-linux-gnu/bits/std_limits.h:
In
   static member function `static long long int std::numeric_limits<long
long
   int>::min()':
/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include/armv4l-unknown-linux-gnu/bits/std_limits.h:594:
`LONG_LONG_MIN'
   undeclared (first use this function)
/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include/armv4l-unknown-linux-gnu/bits/std_limits.h:594:
(Each
   undeclared identifier is reported only once for each function it
appears
   in.)
/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include/armv4l-unknown-linux-gnu/bits/std_limits.h:
In
   static member function `static long long int std::numeric_limits<long
long
   int>::max()':
/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include/armv4l-unknown-linux-gnu/bits/std_limits.h:596:
`LONG_LONG_MAX'
   undeclared (first use this function)
/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include/armv4l-unknown-linux-gnu/bits/std_limits.h:
In
   static member function `static long long unsigned int
   std::numeric_limits<long long unsigned int>::max()':
/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/include/armv4l-unknown-linux-gnu/bits/std_limits.h:644:
`ULONG_LONG_MAX'
   undeclared (first use this function)
make[4]: *** [limitsMEMBERS.lo] Error 1
make[4]: Leaving directory
`/home/build-rpm/BUILD/obj-gcc-20010727/armv4l-unknown-linux-gnu/libstdc++-v3/src'



More information about the Gcc-bugs mailing list