public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "wschmidt at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/57569] [4.8 Regression] wrong code for struct copy at -O3 on x86_64-linux
Date: Mon, 17 Mar 2014 15:32:00 -0000	[thread overview]
Message-ID: <bug-57569-4-zH8eXI3Bev@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-57569-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #7 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Author: wschmidt
Date: Mon Mar 17 15:31:43 2014
New Revision: 208620

URL: http://gcc.gnu.org/viewcvs?rev=208620&root=gcc&view=rev
Log:
gcc/

2014-03-17  Mikael Pettersson  <mikpelinux@gmail.com>
        Committed by Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

    Backport from mainline:

    2013-06-20  Joern Rennecke <joern.rennecke@embecosm.com>

    PR rtl-optimization/57425
    PR rtl-optimization/57569
    * alias.c (write_dependence_p): Remove parameters mem_mode and
    canon_mem_addr.  Add parameters x_mode, x_addr and x_canonicalized.
    Changed all callers.
    (canon_anti_dependence): Get comments and semantics in sync.
    Add parameter mem_canonicalized.  Changed all callers.
    * rtl.h (canon_anti_dependence): Update prototype.

    2013-06-16  Joern Rennecke <joern.rennecke@embecosm.com>

    PR rtl-optimization/57425
    PR rtl-optimization/57569
    * alias.c (write_dependence_p): Add new parameters mem_mode,
    canon_mem_addr and mem_canonicalized.  Change type of writep to bool.
    Changed all callers.
    (canon_anti_dependence): New function.
    * cse.c (check_dependence): Use canon_anti_dependence.
    * cselib.c (cselib_invalidate_mem): Likewise.
    * rtl.h (canon_anti_dependence): Declare.

gcc/testsuite/

2014-03-17  Mikael Pettersson  <mikpelinux@gmail.com>
        Committed by Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

    Backport from mainline:

    2013-06-16  Joern Rennecke <joern.rennecke@embecosm.com>

    PR rtl-optimization/57425
    PR rtl-optimization/57569
    * gcc.dg/torture/pr57425-1.c, gcc.dg/torture/pr57425-2.c: New files.
    * gcc.dg/torture/pr57425-3.c, gcc.dg/torture/pr57569.c: Likewise.


Added:
    branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-1.c
    branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-2.c
    branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57425-3.c
    branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57569.c
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/alias.c
    branches/gcc-4_8-branch/gcc/cse.c
    branches/gcc-4_8-branch/gcc/cselib.c
    branches/gcc-4_8-branch/gcc/rtl.h
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog


  parent reply	other threads:[~2014-03-17 15:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-08 19:25 [Bug rtl-optimization/57569] New: " dhazeghi at yahoo dot com
2013-06-08 20:11 ` [Bug rtl-optimization/57569] [4.8/4.9 Regression] " jakub at gcc dot gnu.org
2013-06-10 15:22 ` matz at gcc dot gnu.org
2013-06-11 14:18 ` matz at gcc dot gnu.org
2013-06-16 13:38 ` amylaar at gcc dot gnu.org
2013-10-16  9:50 ` jakub at gcc dot gnu.org
2013-10-30 12:56 ` [Bug rtl-optimization/57569] [4.8 " rguenth at gcc dot gnu.org
2014-03-17 15:32 ` wschmidt at gcc dot gnu.org [this message]
2014-05-22  9:02 ` rguenth at gcc dot gnu.org
2014-12-19 13:40 ` jakub at gcc dot gnu.org
2014-12-20 13:51 ` mikpelinux at gmail dot com
2014-12-20 15:54 ` jakub 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-57569-4-zH8eXI3Bev@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).