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



On 28 Jul 2001, Gabriel Dos Reis wrote:
> 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.

Yup, you're right.  I just noticed that the mainline had failed with this
since at least July 14th.  Didn't catch it orignally as the ARM build on
the mainline has been broken for me since July 12th or so for various
reasons.

Time to go find what else was merged recently from the mainline to the
branch, which was checked into the mainline between July 12th and 14th.

Thanks,
-Rms


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