public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/93435] [8/9 Regression] Hang with -O2 on innocuous looking code with GCC 8.3
Date: Fri, 03 Apr 2020 18:33:22 +0000	[thread overview]
Message-ID: <bug-93435-4-LoCOFy28Yy@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-93435-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by Martin Jambor
<jamborm@gcc.gnu.org>:

https://gcc.gnu.org/g:a1bb16994caed4dacf8c9ee1a33b177df140e9dc

commit r9-8449-ga1bb16994caed4dacf8c9ee1a33b177df140e9dc
Author: Martin Jambor <mjambor@suse.cz>
Date:   Fri Apr 3 20:32:44 2020 +0200

    gcc-9 sra: Cap number of sub-access propagations with a param (PR 93435)

    This is non-trivial but rather straightforward backport of
    29f23ed79b60949fc60f6fdbbd931bd58090b241 from master.  See
    https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542390.html for
    more information.

    2020-04-02  Martin Jambor  <mjambor@suse.cz>

            PR tree-optimization/93435
            * params.def (PARAM_SRA_MAX_PROPAGATIONS): New parameter.
            * tree-sra.c (propagation_budget): New variable.
            (budget_for_propagation_access): New function.
            (propagate_subaccesses_across_link): Use it.
            (propagate_all_subaccesses): Set up and destroy propagation_budget.
            * doc/invoke.texi (sra-max-propagations): New.

            testsuite/
            * gcc.dg/tree-ssa/pr93435.c: New test.

  parent reply	other threads:[~2020-04-03 18:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-93435-4@http.gcc.gnu.org/bugzilla/>
2020-03-17 13:26 ` [Bug tree-optimization/93435] [8/9/10 " jakub at gcc dot gnu.org
2020-03-19 13:31 ` jamborm at gcc dot gnu.org
2020-03-20 23:21 ` cvs-commit at gcc dot gnu.org
2020-03-20 23:24 ` [Bug tree-optimization/93435] [8/9 " jamborm at gcc dot gnu.org
2020-04-03 18:33 ` cvs-commit at gcc dot gnu.org [this message]
2020-04-03 20:01 ` cvs-commit at gcc dot gnu.org
2020-04-03 20:09 ` jamborm at gcc dot gnu.org
2021-04-30  7:58 ` rguenth 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-93435-4-LoCOFy28Yy@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).