public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/27616] [4.1/4.2 Regression] Infinite loop at -O1 and above in RTL CSE
Date: Mon, 04 Sep 2006 19:35:00 -0000	[thread overview]
Message-ID: <20060904193518.18465.qmail@sourceware.org> (raw)
In-Reply-To: <bug-27616-10599@http.gcc.gnu.org/bugzilla/>



------- Comment #15 from ebotcazou at gcc dot gnu dot org  2006-09-04 19:35 -------
Subject: Bug 27616

Author: ebotcazou
Date: Mon Sep  4 19:35:09 2006
New Revision: 116684

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116684
Log:
        PR rtl-optimization/27616
        * cse.c (table_size): New static variable.
        (new_basic_block): Initialize it to 0.
        (remove_from_table): Decrement it.
        (insert): Increment it.
        (fold_rtx_mem_1): New function, renamed from fold_rtx_mem.
        (fold_rtx_mem): Enforce a cap on the recursion depth.  Call
        fold_rtx_mem_1 if under the cap.
        (fold_rtx) <RTX_COMM_ARITH>: In the associative case, delay a little
        the lookup of the equivalent expression and test for equality of the
        first operand of the equivalent expression before in turn looking up
        an equivalent constant for the second operand.


Added:
    branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20060904-1.c
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/cse.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


  parent reply	other threads:[~2006-09-04 19:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-15 15:46 [Bug rtl-optimization/27616] New: Internal error with -O3 moonz at kaist dot ac dot kr
2006-05-15 15:51 ` [Bug rtl-optimization/27616] Internal error with -O1 (CSE) pinskia at gcc dot gnu dot org
2006-05-15 15:53 ` [Bug rtl-optimization/27616] [4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2006-05-15 15:59 ` pinskia at gcc dot gnu dot org
2006-05-18 21:47 ` kazu at gcc dot gnu dot org
2006-05-19 19:37 ` kazu at gcc dot gnu dot org
2006-05-25  2:42 ` mmitchel at gcc dot gnu dot org
2006-06-04  9:34 ` steven at gcc dot gnu dot org
2006-06-04 19:10 ` mmitchel at gcc dot gnu dot org
2006-06-04 20:46 ` kazu at gcc dot gnu dot org
2006-07-07 13:36 ` pinskia at gcc dot gnu dot org
2006-07-14  0:20 ` janis at gcc dot gnu dot org
2006-07-14 17:02 ` steven at gcc dot gnu dot org
2006-08-06 20:15 ` ebotcazou at gcc dot gnu dot org
2006-08-08 11:12 ` ebotcazou at gcc dot gnu dot org
2006-08-08 18:33 ` pinskia at gcc dot gnu dot org
2006-08-08 18:52 ` ebotcazou at gcc dot gnu dot org
2006-09-04 19:33 ` [Bug rtl-optimization/27616] [4.1/4.2 Regression] Infinite loop at -O1 and above in RTL CSE ebotcazou at gcc dot gnu dot org
2006-09-04 19:35 ` ebotcazou at gcc dot gnu dot org [this message]
2006-09-04 19:38 ` ebotcazou 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=20060904193518.18465.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).