From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8614 invoked by alias); 2 Apr 2014 07:52:39 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8290 invoked by uid 48); 2 Apr 2014 07:52:34 -0000 From: "ubizjak at gmail dot com" 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 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com 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: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-04/txt/msg00114.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59617 --- Comment #4 from Uro=C5=A1 Bizjak --- (In reply to Dominique d'Humieres from comment #3) > The test gcc.target/i386/avx512f-gather-5.c fails on darwin >=20 > FAIL: gcc.target/i386/avx512f-gather-5.c scan-assembler gather[^\\n]*zmm >=20 > 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=3Dx86_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: 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: List-Archive: List-Post: List-Help: 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" 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: In-Reply-To: References: 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=60719 --- Comment #2 from Richard Biener --- Author: rguenth Date: Wed Apr 2 07:52:36 2014 New Revision: 209010 URL: http://gcc.gnu.org/viewcvs?rev=209010&root=gcc&view=rev Log: 2014-04-02 Richard Biener PR bootstrap/60719 * Makefile.in (install-driver): Guard extra installs with special names properly. Modified: trunk/gcc/ChangeLog trunk/gcc/Makefile.in