public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/19831] Missing DSE/malloc/free optimization
Date: Wed, 01 Jul 2009 12:27:00 -0000	[thread overview]
Message-ID: <20090701122747.14330.qmail@sourceware.org> (raw)
In-Reply-To: <bug-19831-6528@http.gcc.gnu.org/bugzilla/>



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-07-01 12:27 -------
Subject: Bug 19831

Author: rguenth
Date: Wed Jul  1 12:27:33 2009
New Revision: 149140

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149140
Log:
2009-07-01  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/19831
        * tree-ssa-dce.c (propagate_necessity): Calls to functions
        that only act as barriers do not make any previous stores
        necessary.
        * tree-ssa-structalias.c (handle_lhs_call): Delay making
        HEAP variables global, do not add a constraint from nonlocal.
        (find_func_aliases): Handle escapes through return statements.
        (compute_points_to_sets): Make escaped HEAP variables global.

        * gcc.dg/tree-ssa/20041122-1.c: Enable TBAA, scan FRE dump,
        make allocated memory escape.  Un-XFAIL.
        * gcc.dg/vect/pr21591.c: Make allocated memory escape.
        * gcc.dg/vect/pr31699.c: Likewise.
        * gcc.dg/tree-ssa/ssa-dce-7.c: New testcase.

        libmudflap/
        * testsuite/libmudflap.c/fail11-frag.c: Make allocated memory
        escape.
        * testsuite/libmudflap.c/fail12-frag.c: Likewise.
        * testsuite/libmudflap.c/fail16-frag.c: Likewise.
        * testsuite/libmudflap.c/fail31-frag.c: Likewise.

Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-7.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/20041122-1.c
    trunk/gcc/testsuite/gcc.dg/vect/pr21591.c
    trunk/gcc/testsuite/gcc.dg/vect/pr31699.c
    trunk/gcc/tree-ssa-dce.c
    trunk/gcc/tree-ssa-structalias.c
    trunk/libmudflap/ChangeLog
    trunk/libmudflap/testsuite/libmudflap.c/fail11-frag.c
    trunk/libmudflap/testsuite/libmudflap.c/fail12-frag.c
    trunk/libmudflap/testsuite/libmudflap.c/fail16-frag.c
    trunk/libmudflap/testsuite/libmudflap.c/fail31-frag.c


-- 


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


  parent reply	other threads:[~2009-07-01 12:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-19831-6528@http.gcc.gnu.org/bugzilla/>
2009-06-26 15:12 ` rguenth at gcc dot gnu dot org
2009-06-26 15:23 ` rguenth at gcc dot gnu dot org
2009-06-26 15:40 ` rguenth at gcc dot gnu dot org
2009-07-01 12:27 ` rguenth at gcc dot gnu dot org [this message]
2009-07-01 12:29 ` rguenth at gcc dot gnu dot org
     [not found] <bug-19831-4@http.gcc.gnu.org/bugzilla/>
2011-09-07 14:20 ` rguenth at gcc dot gnu.org
2011-09-07 15:05 ` rguenth at gcc dot gnu.org
2011-09-08  9:23 ` rguenth at gcc dot gnu.org
2011-09-08 13:05 ` rguenth at gcc dot gnu.org
2011-09-08 13:10 ` rguenth at gcc dot gnu.org
2012-02-22 14:18 ` xiaoyuanbo at yeah dot net
2012-04-23  6:53 ` pinskia at gcc dot gnu.org
2013-06-01 13:57 ` glisse at gcc dot gnu.org
2013-10-10 20:49 ` glisse at gcc dot gnu.org
2013-10-16 15:12 ` glisse at gcc dot gnu.org
2013-10-25 21:33 ` glisse at gcc dot gnu.org
2013-10-29 12:14 ` rguenther at suse dot de
2013-10-29 13:19 ` glisse at gcc dot gnu.org
2021-03-25 14:07 ` rguenth at gcc dot gnu.org
2021-06-21 17:50 ` koss.dallas at crm dot leadkahuna.com
2005-02-09  7:20 [Bug tree-optimization/19831] New: " pinskia at gcc dot gnu dot org
2005-02-09  9:44 ` [Bug tree-optimization/19831] " dberlin at dberlin dot org
2005-02-09 12:43 ` pinskia at gcc dot gnu dot 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=20090701122747.14330.qmail@sourceware.org \
    --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).