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/23547] [4.1 regression] [non-unit-at-a-time] ICE with recursive call to nested function
Date: Fri, 02 Sep 2005 12:41:00 -0000	[thread overview]
Message-ID: <20050902124132.10751.qmail@sourceware.org> (raw)
In-Reply-To: <20050824161308.23547.reichelt@gcc.gnu.org>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-02 12:41 -------
Subject: Bug 23547

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2005-09-02 12:41:08

Modified files:
	gcc            : ChangeLog tree-nested.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg: pr23547.c 

Log message:
	2005-09-02  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR middle-end/23547
	* tree-nested.c (struct var_map_elt): Mark with GTY.
	(struct nesting_info): Mark with GTY.  Mark var_map's param is struct
	var_map_elt.
	(lookup_field_for_decl): Allocate new element in GC memory.
	(lookup_tramp_for_decl): Likewise.
	(convert_nl_goto_reference): Likewise
	(create_nesting_tree): Allocate info in GC memory. Likewise for        info->var_map.
	(free_nesting_tree): Free with ggc_free instead of free.
	(root): New static variable.
	(lower_nested_functions): Remove root as local variable.  And zero out        root at the end of the function.
	
	2005-09-02  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR middle-end/23547
	* gcc.dg/pr23547.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9885&r2=2.9886
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-nested.c.diff?cvsroot=gcc&r1=2.29&r2=2.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5994&r2=1.5995
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pr23547.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


  parent reply	other threads:[~2005-09-02 12:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-24 16:15 [Bug c/23547] New: [4.1 regression] " reichelt at gcc dot gnu dot org
2005-08-24 16:17 ` [Bug c/23547] " reichelt at gcc dot gnu dot org
2005-08-24 16:39 ` pinskia at gcc dot gnu dot org
2005-08-24 16:55 ` [Bug middle-end/23547] [4.1 regression] [non-unit-at-a-time] " pinskia at gcc dot gnu dot org
2005-08-25 16:43 ` reichelt at gcc dot gnu dot org
2005-08-28  3:05 ` pinskia at gcc dot gnu dot org
2005-08-28  3:14 ` pinskia at gcc dot gnu dot org
2005-08-28  3:36 ` pinskia at gcc dot gnu dot org
2005-08-30 23:48 ` pinskia at gcc dot gnu dot org
2005-09-02 12:41 ` cvs-commit at gcc dot gnu dot org [this message]
2005-09-02 12:45 ` 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=20050902124132.10751.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).