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 optimization/13798] [tree-ssa] 10x compile time regression
Date: Wed, 28 Jan 2004 09:18:00 -0000	[thread overview]
Message-ID: <20040128091807.24809.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040121203130.13798.tm@kloo.net>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-28 09:17 -------
Subject: Bug 13798

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	rth@gcc.gnu.org	2004-01-28 09:17:52

Modified files:
	gcc            : ChangeLog.tree-ssa Makefile.in expr.c 
	                 gimplify.c tree.c tree.h 

Log message:
	PR opt/13798
	* expr.c (is_zeros_p): Remove.  Change all callers to use
	initializer_zerop.
	(categorize_ctor_elements_1, categorize_ctor_elements): New.
	(count_type_elements): New.
	(mostly_zeros_p): Use them.
	* gimplify.c (tmp_var_id_num): Split out from create_tmp_var_raw.
	(create_tmp_var_name): Likewise.
	(gimplify_init_constructor): Drop constructors to readonly memory
	as indicated by categorize_ctor_elements and can_move_by_pieces.
	* tree.c (initializer_zerop): Handle VECTOR_CST.  Don't check
	AGGREGATE_TYPE_P for CONSTRUCTOR.
	* tree.h (categorize_ctor_elements): Declare.
	(count_type_elements): Declare.
	* Makefile.in (gimplify.o): Update dependencies.
	(GTFILES): Add gimplify.c.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.1130&r2=1.1.2.1131
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.903.2.171&r2=1.903.2.172
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.467.2.72&r2=1.467.2.73
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gimplify.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.137&r2=1.1.2.138
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.263.2.76&r2=1.263.2.77
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.342.2.162&r2=1.342.2.163



-- 


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


  parent reply	other threads:[~2004-01-28  9:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-21 20:31 [Bug optimization/13798] New: " tm at kloo dot net
2004-01-21 20:33 ` [Bug optimization/13798] " tm at kloo dot net
2004-01-21 20:35 ` [Bug optimization/13798] [tree-ssa] " pinskia at gcc dot gnu dot org
2004-01-21 20:57 ` pinskia at gcc dot gnu dot org
2004-01-21 21:46 ` tm at kloo dot net
2004-01-21 21:48 ` pinskia at gcc dot gnu dot org
2004-01-21 22:55 ` steven at gcc dot gnu dot org
2004-01-21 23:18 ` dberlin at dberlin dot org
2004-01-22  0:40 ` zack at gcc dot gnu dot org
2004-01-22  2:00 ` kazu at cs dot umass dot edu
2004-01-23  0:03 ` steven at gcc dot gnu dot org
2004-01-23  2:39 ` rth at gcc dot gnu dot org
2004-01-28  9:18 ` cvs-commit at gcc dot gnu dot org [this message]
2004-01-28  9:28 ` rth 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=20040128091807.24809.qmail@sources.redhat.com \
    --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).