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 rtl-optimization/56766] Fails to combine (vec_select (vec_concat ...)) to (vec_merge ...)
Date: Thu, 11 Jun 2015 09:39:00 -0000	[thread overview]
Message-ID: <bug-56766-4-Sd6uQNBXNa@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-56766-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56766

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35753|0                           |1
        is obsolete|                            |

--- Comment #7 from Uroš Bizjak <ubizjak at gmail dot com> ---
Created attachment 35755
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35755&action=edit
Patch to implement ADDSUB patterns using vec_select/vec_concat

Patch with unwanted part removed.
>From gcc-bugs-return-488725-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jun 11 10:12:56 2015
Return-Path: <gcc-bugs-return-488725-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 77968 invoked by alias); 11 Jun 2015 10:12:56 -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 72877 invoked by uid 48); 11 Jun 2015 10:12:52 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug debug/66503] [4.9/5/6 Regression] missing DW_AT_abstract_origin for cross-unit call sites
Date: Thu, 11 Jun 2015 10:12:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: debug
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
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: 4.9.3
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: target_milestone short_desc
Message-ID: <bug-66503-4-vdCZVSA9nv@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-66503-4@http.gcc.gnu.org/bugzilla/>
References: <bug-66503-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: 2015-06/txt/msg01057.txt.bz2
Content-length: 668

https://gcc.gnu.org/bugzilla/show_bug.cgi?idf503

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.3
            Summary|missing                     |[4.9/5/6 Regression]
                   |DW_AT_abstract_origin for   |missing
                   |cross-unit call sites       |DW_AT_abstract_origin for
                   |                            |cross-unit call sites

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
And I'm fixing 4.9 differently.


  parent reply	other threads:[~2015-06-11  9:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-28 14:52 [Bug rtl-optimization/56766] New: " rguenth at gcc dot gnu.org
2013-04-02  8:08 ` [Bug rtl-optimization/56766] " rguenth at gcc dot gnu.org
2013-05-09 12:41 ` glisse at gcc dot gnu.org
2015-05-12 14:20 ` rguenth at gcc dot gnu.org
2015-06-10 11:21 ` rguenth at gcc dot gnu.org
2015-06-11  9:26 ` ubizjak at gmail dot com
2015-06-11  9:39 ` ubizjak at gmail dot com [this message]
2015-06-11 10:28 ` rguenth at gcc dot gnu.org
2015-06-11 10:30 ` rguenth at gcc dot gnu.org
2015-06-11 10:33 ` rguenth at gcc dot gnu.org
2015-06-11 11:12 ` ubizjak at gmail dot com
2015-06-11 12:03 ` ubizjak at gmail dot com
2015-06-11 12:32 ` rguenther at suse dot de
2015-06-11 13:03 ` ubizjak at gmail dot com
2015-06-11 13:47 ` rguenther at suse dot de
2015-06-11 15:08 ` segher at gcc dot gnu.org
2015-06-12  6:24 ` ubizjak at gmail dot com
2015-06-16 10:43 ` rguenther at suse dot de
2015-06-16 15:33 ` ubizjak at gmail dot com
2015-06-16 17:41 ` ubizjak at gmail dot com

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-56766-4-Sd6uQNBXNa@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).