From: ienkovich Date: Wed, 15 Jul 2015 09:56:00 +0000 (+0000) Subject: PR testsuite/66734 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7feb00126abf6964f7c076a0225a4b88c066b536;p=thirdparty%2Fgcc.git PR testsuite/66734 * gcc.dg/lto/lto.exp: Initialize MPX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225815 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 28b9aeb488d6..b635846cfb0f 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 c1d7c4c00ea2..7b919c21aaa8 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.