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 middle-end/16460] [4.0 Regression] ICE when compiling glibc (ld-ctype.c)
Date: Mon, 20 Sep 2004 20:38:00 -0000	[thread overview]
Message-ID: <20040920203838.5545.qmail@sourceware.org> (raw)
In-Reply-To: <20040709202544.16460.drepper@redhat.com>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-20 20:38 -------
Subject: Bug 16460

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hubicka@gcc.gnu.org	2004-09-20 20:38:29

Modified files:
	gcc            : cgraph.c cgraph.h cgraphunit.c cse.c reload1.c 
	                 tree-nested.c ChangeLog 
	gcc/ada        : ChangeLog utils.c 
	gcc/fortran    : ChangeLog trans-decl.c 

Log message:
	PR middle-end/16460
	
	* cgraph.c (cgraph_unnest_node): New function.
	(c_finalize): Rename to ....
	(c_warn_unused_result_recursivly): ... this one; do only the warning
	(finish_function): Finalize the toplevel function; do not lower nested tree.
	* cgraph.h (cgraph_unnest_node): Declare.
	* cgraphunit.c (decide_is_function_needed): Do not use cgraph
	nestedness datastructure.
	* cse.c (cse_insn): Do not cprop nonlocal LABEL_REFs.
	* reload1.c (set_label_offsets): Fix call of set_label_offsets.
	* tree-nested.c (finlize_nesting_tree_1):  Use un-nesting code.
	
	* utils.c (gnat_finalize): Remove.
	(end_subprog_body): Directly call cgraph_finalize_function;
	do not lower the nested functions.
	
	* trans-decl.c (build_entry_thunks): Finalize the function; do not lower
	tree.
	(gfc_generate_function_code): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraph.c.diff?cvsroot=gcc&r1=1.57&r2=1.58
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraph.h.diff?cvsroot=gcc&r1=1.37&r2=1.38
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cgraphunit.c.diff?cvsroot=gcc&r1=1.83&r2=1.84
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cse.c.diff?cvsroot=gcc&r1=1.313&r2=1.314
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload1.c.diff?cvsroot=gcc&r1=1.446&r2=1.447
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-nested.c.diff?cvsroot=gcc&r1=2.18&r2=2.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5534&r2=2.5535
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.564&r2=1.565
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils.c.diff?cvsroot=gcc&r1=1.82&r2=1.83
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.211&r2=1.212
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-decl.c.diff?cvsroot=gcc&r1=1.43&r2=1.44



-- 


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


  parent reply	other threads:[~2004-09-20 20:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-09 20:25 [Bug middle-end/16460] New: " drepper at redhat dot com
2004-07-09 20:27 ` [Bug middle-end/16460] " drepper at redhat dot com
2004-07-09 23:49 ` [Bug middle-end/16460] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-07-10  1:48 ` pinskia at gcc dot gnu dot org
2004-07-14  8:46 ` pinskia at gcc dot gnu dot org
2004-08-12  0:20 ` pinskia at gcc dot gnu dot org
2004-08-21  1:51 ` pinskia at gcc dot gnu dot org
2004-09-09  6:52 ` aj at gcc dot gnu dot org
2004-09-10  8:15 ` pinskia at gcc dot gnu dot org
2004-09-10  8:19 ` jh at suse dot cz
2004-09-10 10:34 ` jh at suse dot cz
2004-09-10 19:07 ` rth at redhat dot com
2004-09-10 23:59 ` jh at suse dot cz
2004-09-20 20:38 ` cvs-commit at gcc dot gnu dot org [this message]
2004-09-20 20:48 ` [Bug middle-end/16460] [4.0 " 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=20040920203838.5545.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).