public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/6358
@ 2002-04-18 12:16 jakub
  0 siblings, 0 replies; 4+ messages in thread
From: jakub @ 2002-04-18 12:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/6358; it has been noted by GNATS.

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/6358
Date: 18 Apr 2002 19:10:13 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	jakub@gcc.gnu.org	2002-04-18 12:10:12
 
 Modified files:
 	gcc            : ChangeLog function.c 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.c-torture/compile: 20020418-1.c 
 
 Log message:
 	PR c/6358
 	* function.c (assign_parms): Assign hard current_function_return_rtx
 	register here...
 	(expand_function_end): ...not here.
 	
 	* gcc.c-torture/compile/20020418-1.c: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.13771&r2=1.13772
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/function.c.diff?cvsroot=gcc&r1=1.354&r2=1.355
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.1817&r2=1.1818
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/compile/20020418-1.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* c/6358
@ 2002-04-19 14:06 jakub
  0 siblings, 0 replies; 4+ messages in thread
From: jakub @ 2002-04-19 14:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/6358; it has been noted by GNATS.

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/6358
Date: 19 Apr 2002 21:02:56 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	jakub@gcc.gnu.org	2002-04-19 14:02:55
 
 Modified files:
 	gcc            : ChangeLog function.c 
 
 Log message:
 	PR c/6358
 	* function.c: Reapply patch for c/6358.
 	(expand_function_end): Copy decl_rtl's mode, not
 	current_function_return_rtx mode.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.13788&r2=1.13789
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/function.c.diff?cvsroot=gcc&r1=1.356&r2=1.357
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* c/6358
@ 2002-04-19 14:06 jakub
  0 siblings, 0 replies; 4+ messages in thread
From: jakub @ 2002-04-19 14:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/6358; it has been noted by GNATS.

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/6358
Date: 19 Apr 2002 20:57:54 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Branch: 	gcc-3_1-branch
 Changes by:	jakub@gcc.gnu.org	2002-04-19 13:57:53
 
 Modified files:
 	gcc            : ChangeLog function.c 
 
 Log message:
 	PR c/6358
 	* function.c: Reapply patch for c/6358.
 	(expand_function_end): Copy decl_rtl's mode, not
 	current_function_return_rtx mode.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.415&r2=1.13152.2.416
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.347.2.6&r2=1.347.2.7
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* c/6358
@ 2002-04-18 12:06 jakub
  0 siblings, 0 replies; 4+ messages in thread
From: jakub @ 2002-04-18 12:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/6358; it has been noted by GNATS.

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/6358
Date: 18 Apr 2002 19:02:49 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Branch: 	gcc-3_1-branch
 Changes by:	jakub@gcc.gnu.org	2002-04-18 12:02:48
 
 Modified files:
 	gcc            : ChangeLog function.c 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.c-torture/compile: 20020418-1.c 
 
 Log message:
 	PR c/6358
 	* function.c (assign_parms): Assign hard current_function_return_rtx
 	register here...
 	(expand_function_end): ...not here.
 	
 	* gcc.c-torture/compile/20020418-1.c: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.402&r2=1.13152.2.403
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.347.2.4&r2=1.347.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1672.2.101&r2=1.1672.2.102
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/compile/20020418-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.1.2.1
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-04-19 21:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-18 12:16 c/6358 jakub
  -- strict thread matches above, loose matches on Subject: below --
2002-04-19 14:06 c/6358 jakub
2002-04-19 14:06 c/6358 jakub
2002-04-18 12:06 c/6358 jakub

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).