public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Kyrill Tkachov <kyrylo.tkachov@foss.arm.com>
To: Thomas Preudhomme <thomas.preudhomme@foss.arm.com>,
	 Christophe Lyon <christophe.lyon@linaro.org>
Cc: Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>,
	 Richard Earnshaw <richard.earnshaw@arm.com>,
	"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH, GCC/testsuite/ARM] Consistently check for neon in vect effective targets
Date: Wed, 28 Jun 2017 14:59:00 -0000	[thread overview]
Message-ID: <5953C468.8040504@foss.arm.com> (raw)
In-Reply-To: <8d6acd34-b34f-9bdd-2f10-876970d845fa@foss.arm.com>

Hi Thomas,

On 28/06/17 15:49, Thomas Preudhomme wrote:
> On 20/06/17 13:44, Christophe Lyon wrote:
>>>
>>
>> The results with a more recent trunk (r249356)) are here:
>> http://people.linaro.org/~christophe.lyon/cross-validation/gcc-test-patches/249356-consistent_neon_check.patch/report-build-info.html
>>
>> They are slightly different, but still tedious to check ;-)
>
> I've checked arm-none-linux-gnueabi and arm-none-linux-gnueabihf and found that:
>
> * there's no new FAIL
> * changes to UNSUPPORTED and NA are for the same files
> * changes are only for tests in a vect directory
> * changes for arm-none-linux-gnueabihf are only when targeting vfp without neon (tests are disabled because there is no vector unit)
>
> Changes to arm-none-linux-gnueabi makes sense since this defaults to soft floating point and none of the test disabled adds any option to select another variant.
>
> I believe this all makes sense.
>
> Therefore, is this ok to commit?
>
> Best regards,
>
> Thomas

@@ -4987,10 +4982,10 @@ proc check_effective_target_vect_shift_char { } {
  
  proc check_effective_target_vect_long { } {
      if { [istarget i?86-*-*] || [istarget x86_64-*-*]
-	 || (([istarget powerpc*-*-*]
-              && ![istarget powerpc-*-linux*paired*])
+	 || (([istarget powerpc*-*-*]
+              && ![istarget powerpc-*-linux*paired*])
                && [check_effective_target_ilp32])


Is this just a whitespace change?
If it is intended then okay.

This is okay with a ChangeLog entry.

Thanks, this looks like a good change.
Kyrill

  reply	other threads:[~2017-06-28 14:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13  9:08 Thomas Preudhomme
2017-06-13 19:22 ` Christophe Lyon
2017-06-14  8:26   ` Thomas Preudhomme
2017-06-14  8:29     ` Christophe Lyon
2017-06-14  9:07       ` Thomas Preudhomme
2017-06-15 16:18   ` Thomas Preudhomme
2017-06-19  7:41     ` Christophe Lyon
2017-06-19  9:16       ` Thomas Preudhomme
2017-06-19  9:24         ` Christophe Lyon
2017-06-19 14:11         ` Thomas Preudhomme
2017-06-19 14:31           ` Christophe Lyon
2017-06-19 14:47             ` Thomas Preudhomme
2017-06-20 12:44               ` Christophe Lyon
2017-06-28 14:49                 ` Thomas Preudhomme
2017-06-28 14:59                   ` Kyrill Tkachov [this message]
2017-06-28 15:03                     ` Thomas Preudhomme

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5953C468.8040504@foss.arm.com \
    --to=kyrylo.tkachov@foss.arm.com \
    --cc=christophe.lyon@linaro.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=ramana.radhakrishnan@arm.com \
    --cc=richard.earnshaw@arm.com \
    --cc=thomas.preudhomme@foss.arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).