[LLVMdev] llvm-gfortran test results

Bill Wendling isanbard at gmail.com
Mon Jan 19 14:40:04 PST 2009


On Mon, Jan 19, 2009 at 2:05 PM, Jack Howarth <howarth at bromo.med.uc.edu> wrote:
>  The current llvm/llvm-gcc4.2 svn is now fixed with
> respect to the extra warnings that were being emitted
> by the gfortran compiler. The gfortran testsuite results
> under Intel Darwin9 are appended below.

Yay! Thanks for testing this out.

> Native configuration is i686-apple-darwin9
>
>                === gfortran tests ===
>
>                === gfortran Summary for unix/-m32 ===
>
> # of expected passes            15894
> # of unexpected failures        260
> # of expected failures          6
> # of unresolved testcases       6
> # of unsupported tests          38
>
> Running target unix/-m64
>                === gfortran Summary for unix/-m64 ===
>
> # of expected passes            15845
> # of unexpected failures        308
> # of expected failures          6
> # of unresolved testcases       6
> # of unsupported tests          39
>
>                === gfortran Summary ===
>
> # of expected passes            31739
> # of unexpected failures        568
> # of expected failures          12
> # of unresolved testcases       12
> # of unsupported tests          77

For a first swipe, this probably isn't *too* terrible. Could you start
filing bugs for the ICEs?

-bw



More information about the llvm-dev mailing list