On 08/15/2016 05:12 AM, Martin Liška wrote:
Hello.
The test-case uses size of memory operations which cannot be handled by core2
in 32-bit
mode. Fixed in the patch.
Survives:
make check -k -j10 RUNTESTFLAGS="tree-prof.exp --target_board 'unix/-m32'"
make check -k -j10 RUNTESTFLAGS="tree-prof.exp"
on x86_64-linux-gnu.
Ready for trunk?
Thanks,
Martin
0001-Fix-val-prof-7.c-on-target_board-unix-m32.patch
From e8663bc8b2c721eff3003aa591d52b2b15132b88 Mon Sep 17 00:00:00 2001
From: marxin <mli...@suse.cz>
Date: Mon, 15 Aug 2016 13:09:36 +0200
Subject: [PATCH] Fix val-prof-7.c on --target_board 'unix/-m32'
gcc/testsuite/ChangeLog:
2016-08-15 Martin Liska <mli...@suse.cz>
* gcc.dg/tree-prof/val-prof-7.c (int main): Change size
of memory operations so that it can be handled by core2
in 32-bit mode.
OK.
jeff