[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] latest regression tests
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] latest regression tests |
Date: |
30 Apr 2008 14:15:51 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Michael Lambert <address@hidden> writes:
> Gaius,
>
> Things are looking much better now on my Intel Mac:
>
> # of expected passes 5964
> # of unexpected failures 60
> # of unresolved testcases 12
>
> Some of the errors I'm seeing suggest that I need to tweak some
> system-
> dependent values somewhere:
>
> /Users/lambert/gnu/gm2-current/gcc-4.1.2/gcc/testsuite/gm2/iso/pass/
> realbitscast.mod: In function _M2_realbitscast_init:
> /Users/lambert/gnu/gm2-current/gcc-4.1.2/gcc/testsuite/gm2/iso/pass/
> realbitscast.mod:46: error: conversion to non-scalar type requested
>
> /Users/lambert/gnu/gm2-current/gcc-4.1.2/gcc/testsuite/gm2/pim/pass/
> arrayhuge.mod:24:4: error: constant overflow error
Hi Michael,
thanks for the report - I still get the above arrayhuge.mod failure -
probably not macos specific. Looks like the two systems are at least
running the same tests :-)
> I don't quite remember where I need to make changes (I vaguely recall
> that you once sent me a piece of code to determine the appropriate
> values).
I think this is due to a bug in cast - which I believe I've fixed.
Certainly on i[456]86 GNU/Linux it passes. Would it be possible for you
to run this again with the latest snapshot?
I'm currently getting these results from a 32 bit GNU/Linux (Debian
Etch) system:
# of expected passes 5970
# of unexpected failures 54
# of unresolved testcases 12
Thanks,
Gaius