This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 0/5] Fix various MPX issues
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Cc: Martin Liska <mliska at suse dot cz>
- Date: Tue, 7 Mar 2017 11:26:30 +0100
- Subject: Re: [PATCH 0/5] Fix various MPX issues
- Authentication-results: sourceware.org; auth=none
Hello!
> I'm sending a small series that fixes MPX issue that are quite easily fixable.
> The series can bootstrap on ppc64le and survives regression tests.
Several testcases in the serie are put outside gcc.target/i386
directory. You need full target specifier in these cases, "{ {
i?86-*-* x86_64-*-* } && { ! x32 } }".
Uros.