gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] cvs latest changes and regression test results


From: Gaius Mulley
Subject: Re: [Gm2] cvs latest changes and regression test results
Date: Tue, 19 May 2009 19:17:28 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Michael Lambert <address@hidden> writes:

> I could easily reproduce the problem in ldtoa.c and discovered that
> compiling ldtoa.c with the '--std=c99' switch caused things to work
> (I'm not sure whether that's a bug or a feature, but the manpage
> suggests the latter).  After adding that flag to all instances of
> ldtoa.c in Make-lang.in I get

Hi Michael,

I wonder whether if the code below needs further examination (in ldtoa.c):

#if defined(HAVE_STDLIB_H)
#  if !defined(_ISOC99_SOURCE)
#     define _ISOC99_SOURCE
#  endif
#  include <stdlib.h>
#endif

it would be interesting to see what happens if one removes the
lines:

#  if !defined(_ISOC99_SOURCE)
#     define _ISOC99_SOURCE
#  endif

?

Incidentally I'm starting to agree with your previous analysis of the
ppc platform (a while ago) when you queried the reliability of the
runtime dejagnu tests on the ppc platform.  There are complete
failures on linking hello world - which cannot be true given that the
compiler builds itself..

regards,
Gaius


>                 === gm2 Summary ===
>
> # of expected passes            7776
> # of unexpected failures        66
>
> I'm looking at the other failures--it would appear that longstr and
> realstr segfault on (effectively) infinite recursion.
>
> Regards,
>
> Michael
>
>
>
> _______________________________________________
> gm2 mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gm2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]