public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/23942] [4.1 Regression] loop problem / testcase takes very long time to compile
Date: Mon, 26 Sep 2005 18:45:00 -0000	[thread overview]
Message-ID: <20050926184500.21210.qmail@sourceware.org> (raw)
In-Reply-To: <20050918110727.23942.marcus@jet.franken.de>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-26 18:44 -------
Subject: Bug 23942

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	spop@gcc.gnu.org	2005-09-26 18:44:23

Modified files:
	gcc            : Makefile.in 

Log message:
	PR tree-optimization/23942
	* Makefile.in (SCEV_H): Depends on PARAMS_H.
	* tree-scalar-evolution.c: Include params.h.
	(t_bool): New enum.
	(follow_ssa_edge, follow_ssa_edge_in_rhs,
	follow_ssa_edge_in_condition_phi_branch,
	follow_ssa_edge_in_condition_phi, follow_ssa_edge_inner_loop_phi):
	Change return type to t_bool.  Use a parameter to limit the size of
	trees that are walked before stopping
	(analyze_evolution_in_loop): Initialize the limit to 0.
	(follow_ssa_edge): Give up by returning t_dont_know if the limit
	exceeds PARAM_SCEV_MAX_EXPR_SIZE.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.1541&r2=1.1542



-- 


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


  parent reply	other threads:[~2005-09-26 18:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-18 11:07 [Bug tree-optimization/23942] New: " marcus at jet dot franken dot de
2005-09-18 11:08 ` [Bug tree-optimization/23942] " marcus at jet dot franken dot de
2005-09-18 11:54 ` [Bug tree-optimization/23942] [4.1 Regression] " marcus at jet dot franken dot de
2005-09-18 14:35 ` rguenth at gcc dot gnu dot org
2005-09-18 16:37 ` pinskia at gcc dot gnu dot org
2005-09-18 17:11 ` pinskia at gcc dot gnu dot org
2005-09-20 14:56 ` rakdver at gcc dot gnu dot org
2005-09-21 17:03 ` sebastian dot pop at cri dot ensmp dot fr
2005-09-26 18:43 ` cvs-commit at gcc dot gnu dot org
2005-09-26 18:45 ` cvs-commit at gcc dot gnu dot org [this message]
2005-09-26 19:56 ` 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=20050926184500.21210.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).