[PATCH 4/4] Un-XFAIL ssa-dom-cse-2.c for most platforms

Alan Lawrence alan.lawrence@foss.arm.com
Wed Feb 3 11:41:00 GMT 2016


On 26/01/16 12:23, Dominik Vogt wrote:
> On Mon, Dec 21, 2015 at 01:13:28PM +0000, Alan Lawrence wrote:
>> ...the test passes with --param sra-max-scalarization-size-Ospeed.
>>
>> Verified on aarch64 and with stage1 compiler for hppa, powerpc, sparc, s390.
>
> How did you test this on s390?  For me, the test still fails
> unless I add -march=z13 (s390x).

Sorry for the slow response, was away last week. On x86 host, I built a compiler

configure --enable-languages=c,c++,lto --target=s390-none-linux-gnu
make all-gcc
make check-gcc RUNTESTFLAGS=tree-ssa.exp=ssa-dom-cse-2.c

and that shows the tests passing. gcc -v shows little further:
Reading specs from ./gcc/specs
COLLECT_GCC=./gcc/xgcc
COLLECT_LTO_WRAPPER=./gcc/lto-wrapper
Target: s390-none-linux-gnu
Configured with: /work/alalaw01/src2/gcc/configure --enable-languages=c,c++,lto 
--target=s390-none-linux-gnu
Thread model: posix
gcc version 6.0.0 20151206 (experimental) (GCC)

I speculate that perhaps the -march=z13 is default for s390 *linux* ???

If you can send me alternative configury, or dumps from your failing compiler 
(dom{2,3}-details, optimized), I can take a look.

Thanks, Alan



More information about the Gcc-patches mailing list