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

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


Rod Stewart <stewart@lab43.org> writes:

| 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.

| 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)

Hmm, I don't see how the patch for libmath/ is affecting
src/gen-num-limits.cc  -- two seperate notions.  I think the problem
should be elsewhere.

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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