public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/5656
@ 2002-03-19  0:06 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-03-19  0:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/5656
Date: 19 Mar 2002 07:56:40 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Branch: 	gcc-3_1-branch
 Changes by:	jakub@gcc.gnu.org	2002-03-18 23:56:40
 
 Modified files:
 	gcc            : ChangeLog tree-inline.c c-typeck.c c-tree.h 
 	                 langhooks.h langhooks-def.h c-lang.c 
 	                 langhooks.c 
 	gcc/testsuite  : ChangeLog 
 	gcc/objc       : objc-lang.c 
 Added files:
 	gcc/testsuite/gcc.c-torture/compile: 20020318-1.c 
 
 Log message:
 	PR c/5656
 	* langhooks.h (struct lang_hooks_for_tree_inlining): Add
 	convert_parm_for_inlining.
 	* c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
 	Define.
 	* langhooks-def.h: Likewise.
 	* objc/objc-lang.c: Likewise.
 	* langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
 	function.
 	* tree-inline.c (initialize_inlined_parameters):
 	Call convert_parm_for_inlining lang hook if needed.
 	* c-typeck.c (c_convert_parm_for_inlining): New function.
 	* c-tree.h (c_convert_parm_for_inlining): Add prototype.
 	
 	* gcc.c-torture/compile/20020318-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.134&r2=1.13152.2.135
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.15.2.1&r2=1.15.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.180&r2=1.180.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.81&r2=1.81.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.15&r2=1.15.8.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks-def.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.8&r2=1.8.10.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.74&r2=1.74.6.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.16&r2=1.16.2.1
 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.31&r2=1.1672.2.32
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/objc/objc-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2&r2=1.2.14.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/compile/20020318-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.1.2.1
 


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

* c/5656
@ 2002-03-19  0:56 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-03-19  0:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/5656
Date: 19 Mar 2002 08:47:14 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	jakub@gcc.gnu.org	2002-03-19 00:47:14
 
 Modified files:
 	gcc            : ChangeLog c-tree.h tree-inline.c c-typeck.c 
 	                 langhooks.h langhooks-def.h c-lang.c 
 	                 langhooks.c 
 	gcc/testsuite  : ChangeLog 
 	gcc/objc       : objc-lang.c 
 Added files:
 	gcc/testsuite/gcc.c-torture/compile: 20020318-1.c 
 
 Log message:
 	PR c/5656
 	* langhooks.h (struct lang_hooks_for_tree_inlining): Add
 	convert_parm_for_inlining.
 	* c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
 	Define.
 	* langhooks-def.h: Likewise.
 	* objc/objc-lang.c: Likewise.
 	* langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
 	function.
 	* tree-inline.c (initialize_inlined_parameters):
 	Call convert_parm_for_inlining lang hook if needed.
 	* c-typeck.c (c_convert_parm_for_inlining): New function.
 	* c-tree.h (c_convert_parm_for_inlining): Add prototype.
 	
 	* gcc.c-torture/compile/20020318-1.c: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.13410&r2=1.13411
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-tree.h.diff?cvsroot=gcc&r1=1.84&r2=1.85
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.16&r2=1.17
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.184&r2=1.185
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.h.diff?cvsroot=gcc&r1=1.18&r2=1.19
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks-def.h.diff?cvsroot=gcc&r1=1.11&r2=1.12
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/c-lang.c.diff?cvsroot=gcc&r1=1.77&r2=1.78
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/langhooks.c.diff?cvsroot=gcc&r1=1.17&r2=1.18
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.1721&r2=1.1722
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/objc/objc-lang.c.diff?cvsroot=gcc&r1=1.5&r2=1.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/compile/20020318-1.c.diff?cvsroot=gcc&r1=1.1&r2=1.2
 


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

end of thread, other threads:[~2002-03-19  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-19  0:06 c/5656 jakub
2002-03-19  0:56 c/5656 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).