public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/59617] [vectorizer] ICE in vectorizable_mask_load_store with AVX-512F's gathers enabled.
Date: Wed, 02 Apr 2014 07:52:00 -0000	[thread overview]
Message-ID: <bug-59617-4-Dv9lNNVa8W@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-59617-4@http.gcc.gnu.org/bugzilla/>

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59617

--- Comment #4 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Dominique d'Humieres from comment #3)
> The test gcc.target/i386/avx512f-gather-5.c fails on darwin
> 
> FAIL: gcc.target/i386/avx512f-gather-5.c scan-assembler gather[^\\n]*zmm
> 
> There is no 'gather' in the avx512f-gather-5.s file.

I have compiled the preprocessed file with a crosscompiler from
x86_64-pc-linux-gnu to x86_64-apple-darwin10.8.0 (gcc was configured with
--target=x86_64-apple-darwin10.8.0) without problems.

(preprocessed file was obtained from the native x86_64-pc-linux-gnu
compilation).

$ ~/gcc-build-xxx/gcc/cc1 -O3 -mavx512f -quiet avx512f-gather-5.i
$ grep gather avx512f-gather-5.s
        vgatherdps      (%rbx,%zmm0,4), %zmm2{%k2}
        vgatherdps      (%rdx,%zmm0,4), %zmm1{%k3}
>From gcc-bugs-return-448095-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Apr 02 07:53:14 2014
Return-Path: <gcc-bugs-return-448095-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 9427 invoked by alias); 2 Apr 2014 07:53:14 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 9392 invoked by uid 55); 2 Apr 2014 07:53:10 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/60719] With --program-prefix=$target_alias --program-suffix=-$version install-driver breaks
Date: Wed, 02 Apr 2014 07:53:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: build
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-60719-4-PcwCmGw3E8@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60719-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60719-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-04/txt/msg00115.txt.bz2
Content-length: 478

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`719

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Wed Apr  2 07:52:36 2014
New Revision: 209010

URL: http://gcc.gnu.org/viewcvs?rev 9010&root=gcc&view=rev
Log:
2014-04-02  Richard Biener  <rguenther@suse.de>

    PR bootstrap/60719
    * Makefile.in (install-driver): Guard extra installs with special
    names properly.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in


  parent reply	other threads:[~2014-04-02  7:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-28 22:21 [Bug tree-optimization/59617] New: " kirill.yukhin at intel dot com
2014-01-13 19:17 ` [Bug tree-optimization/59617] " jakub at gcc dot gnu.org
2014-01-29 17:35 ` kyukhin at gcc dot gnu.org
2014-03-30 19:06 ` dominiq at lps dot ens.fr
2014-04-02  7:52 ` ubizjak at gmail dot com [this message]
2014-04-03  8:50 ` dominiq at lps dot ens.fr
2014-04-03  9:55 ` dominiq at lps dot ens.fr
2014-04-03 11:38 ` dominiq at lps dot ens.fr
2014-04-03 11:42 ` kirill.yukhin at intel dot com
2014-04-03 11:54 ` dominiq at lps dot ens.fr
2014-04-03 12:00 ` dominiq at lps dot ens.fr
2014-04-03 13:19 ` dominiq at lps dot ens.fr
2014-04-03 13:23 ` kirill.yukhin at intel dot com
2014-04-03 13:30 ` dominiq at lps dot ens.fr
2014-04-03 13:31 ` iains at gcc dot gnu.org
2020-09-14 12:48 ` rguenth at gcc dot gnu.org

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=bug-59617-4-Dv9lNNVa8W@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).