From: Ilya Enkovich Date: Wed, 15 Jul 2015 09:56:00 +0000 (+0000) Subject: re PR testsuite/66734 (Many MPX tests are skipped) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22dd66d46a5212158999604ded5ccc6a9878125a;p=gcc.git re PR testsuite/66734 (Many MPX tests are skipped) PR testsuite/66734 * gcc.dg/lto/lto.exp: Initialize MPX. From-SVN: r225815 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 28b9aeb488d..b635846cfb0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-07-15 Ilya Enkovich + + PR testsuite/66734 + * gcc.dg/lto/lto.exp: Initialize MPX. + 2015-07-15 Kyrylo Tkachov * gcc.target/arm/scd42-1.c: Add -mfloat-abi=softfp and appropriate diff --git a/gcc/testsuite/gcc.dg/lto/lto.exp b/gcc/testsuite/gcc.dg/lto/lto.exp index c1d7c4c00ea..7b919c21aaa 100644 --- a/gcc/testsuite/gcc.dg/lto/lto.exp +++ b/gcc/testsuite/gcc.dg/lto/lto.exp @@ -42,6 +42,7 @@ if { ![check_effective_target_lto] } { gcc_init lto_init no-mathlib +mpx_init # Define an identifier for use with this suite to avoid name conflicts # with other lto tests running at the same time.