From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54407 invoked by alias); 17 Jul 2015 21:41:18 -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 54366 invoked by uid 48); 17 Jul 2015 21:41:14 -0000 From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/66866] [4.9/5 Regression] incorrect load address on manual vector shuffle Date: Fri, 17 Jul 2015 21:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ubizjak at gmail dot com X-Bugzilla-Target-Milestone: 4.9.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_gcctarget bug_status resolution 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: 2015-07/txt/msg01580.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66866 Uro=C5=A1 Bizjak changed: What |Removed |Added ---------------------------------------------------------------------------- Target|x86_64-*-* |x86 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Uro=C5=A1 Bizjak --- Fixed everywhere. >>From gcc-bugs-return-492691-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Jul 17 21:43:47 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 99659 invoked by alias); 17 Jul 2015 21:43:46 -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 99632 invoked by uid 48); 17 Jul 2015 21:43:42 -0000 From: "jan.smets@alcatel-lucent.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/66920] New: ICE in expand_debug_locations, at cfgexpand.c:3826 Date: Fri, 17 Jul 2015 21:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.smets@alcatel-lucent.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: 2015-07/txt/msg01581.txt.bz2 Content-length: 1694 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66920 Bug ID: 66920 Summary: ICE in expand_debug_locations, at cfgexpand.c:3826 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: jan.smets@alcatel-lucent.com Target Milestone: --- Compile with -xc++ -w -m32 -gdwarf-4 -mno-sse -O1 test.cpp test.cpp: In function 'bool test_sp(Desc*, data*)': test.cpp:29:1: internal compiler error: in expand_debug_locations, at cfgexpand.c:3826 test_sp(Desc *pDesc, data *info) { typedef long int64_t; typedef int UINT32; typedef short len; struct header; typedef UINT32 number; struct Desc { short length; }; typedef int64_t v2di __attribute__((vector_size(16))); int table; struct data; void __attribute__((__always_inline__)) counter_inc(struct counter *, long, long) { v2di v2di{}; } bool ing_build_qhdr_and_output(Desc *pDesc, data *, header *, number, number, bool, len, len, len) { counter_inc((counter *)table, 1, pDesc->length); } bool __attribute__((target("sse4.2"))) test_sp(Desc *pDesc, data *info) { number dest, queue_stat_addr, plen_length; UINT32 offset; UINT32 extra_header_size; header *sw_hdr; return ing_build_qhdr_and_output(pDesc, info, sw_hdr, dest, queue_stat_addr, 2, offset, extra_header_size, plen_length); }