public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/7086
@ 2003-03-24  7:46 mmitchel
  0 siblings, 0 replies; 8+ messages in thread
From: mmitchel @ 2003-03-24  7:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7086
Date: 24 Mar 2003 07:44:50 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	mmitchel@gcc.gnu.org	2003-03-24 07:44:49
 
 Modified files:
 	gcc            : ChangeLog c-typeck.c cfglayout.c expr.c 
 	                 function.c rtl.h stmt.c tree.h 
 	gcc/ada        : ChangeLog utils2.c 
 	gcc/cp         : ChangeLog semantics.c typeck.c 
 	gcc/f          : ChangeLog com.c 
 
 Log message:
 	PR c++/7086
 	* c-typeck.c (c_mark_addressable): Adjust calls to
 	put_var_into_stack.
 	* expr.c (expand_expr): Likewise.
 	* function.c (put_var_into_stack): Add rescan parameter.  Do not
 	call fixup_var_refs when rescan is false.
 	(gen_mem_addressof): Likewise.
 	(assign_parms): Adjust calls to put_var_into_stack.
 	(setjmp_protect): Likewise.
 	(setjmp_protect_args): Likewise.
 	* rtl.h (gen_mem_addressof): Change prototype.
 	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
 	* tree.h (put_var_into_stack): Change prototype.
 	
 	PR c++/7086
 	* utils2.c: Adjust calls to put_var_into_stack.
 	
 	PR c++/7086
 	* semantics.c (genrtl_named_return_value): Adjust calls to
 	put_var_into_stack.
 	* typeck.c (cxx_mark_addressable): Likewise.
 	
 	PR c++/7086
 	* com.c (ffecom_sym_transform_): Adjust calls to
 	put_var_into_stack.
 	(ffe_mark_addressable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.350&r2=1.16114.2.351
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.213.2.4&r2=1.213.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfglayout.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.23&r2=1.23.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.498.2.10&r2=1.498.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.389.2.6&r2=1.389.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.375.2.2&r2=1.375.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.276.2.7&r2=1.276.2.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.367.2.2&r2=1.367.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.270.2.10&r2=1.270.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils2.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.11&r2=1.11.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.93&r2=1.3076.2.94
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.282.4.1&r2=1.282.4.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.436.2.4&r2=1.436.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.503.2.15&r2=1.503.2.16
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.182.4.1&r2=1.182.4.2
 


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

* c++/7086
@ 2003-03-24  9:56 mmitchel
  0 siblings, 0 replies; 8+ messages in thread
From: mmitchel @ 2003-03-24  9:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7086
Date: 24 Mar 2003 08:31:36 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2003-03-24 08:31:36
 
 Modified files:
 	gcc            : ChangeLog c-typeck.c expr.c function.c rtl.h 
 	                 stmt.c tree.h 
 	gcc/ada        : ChangeLog utils2.c 
 	gcc/cp         : ChangeLog typeck.c 
 	gcc/f          : ChangeLog com.c 
 
 Log message:
 	PR c++/7086
 	* c-typeck.c (c_mark_addressable): Adjust calls to
 	put_var_into_stack.
 	* expr.c (expand_expr): Likewise.
 	* function.c (put_var_into_stack): Add rescan parameter.  Do not
 	call fixup_var_refs when rescan is false.
 	(gen_mem_addressof): Likewise.
 	(assign_parms): Adjust calls to put_var_into_stack.
 	(setjmp_protect): Likewise.
 	(setjmp_protect_args): Likewise.
 	* rtl.h (gen_mem_addressof): Change prototype.
 	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
 	* tree.h (put_var_into_stack): Change prototype.
 	
 	PR c++/7086
 	* utils2.c: Adjust calls to put_var_into_stack.
 	
 	PR c++/7086
 	* semantics.c (genrtl_named_return_value): Adjust calls to
 	put_var_into_stack.
 	* typeck.c (cxx_mark_addressable): Likewise.
 	
 	PR c++/7086
 	* com.c (ffecom_sym_transform_): Adjust calls to
 	put_var_into_stack.
 	(ffe_mark_addressable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17198&r2=1.17199
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.226&r2=1.227
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.515&r2=1.516
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.410&r2=1.411
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&r1=1.388&r2=1.389
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&r1=1.296&r2=1.297
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.385&r2=1.386
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.297&r2=1.298
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils2.c.diff?cvsroot=gcc&r1=1.13&r2=1.14
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3291&r2=1.3292
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.453&r2=1.454
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&r1=1.531&r2=1.532
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&r1=1.186&r2=1.187
 


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

* c++/7086
@ 2003-03-24  8:36 mmitchel
  0 siblings, 0 replies; 8+ messages in thread
From: mmitchel @ 2003-03-24  8:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7086
Date: 24 Mar 2003 08:31:36 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2003-03-24 08:31:36
 
 Modified files:
 	gcc            : ChangeLog c-typeck.c expr.c function.c rtl.h 
 	                 stmt.c tree.h 
 	gcc/ada        : ChangeLog utils2.c 
 	gcc/cp         : ChangeLog typeck.c 
 	gcc/f          : ChangeLog com.c 
 
 Log message:
 	PR c++/7086
 	* c-typeck.c (c_mark_addressable): Adjust calls to
 	put_var_into_stack.
 	* expr.c (expand_expr): Likewise.
 	* function.c (put_var_into_stack): Add rescan parameter.  Do not
 	call fixup_var_refs when rescan is false.
 	(gen_mem_addressof): Likewise.
 	(assign_parms): Adjust calls to put_var_into_stack.
 	(setjmp_protect): Likewise.
 	(setjmp_protect_args): Likewise.
 	* rtl.h (gen_mem_addressof): Change prototype.
 	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
 	* tree.h (put_var_into_stack): Change prototype.
 	
 	PR c++/7086
 	* utils2.c: Adjust calls to put_var_into_stack.
 	
 	PR c++/7086
 	* semantics.c (genrtl_named_return_value): Adjust calls to
 	put_var_into_stack.
 	* typeck.c (cxx_mark_addressable): Likewise.
 	
 	PR c++/7086
 	* com.c (ffecom_sym_transform_): Adjust calls to
 	put_var_into_stack.
 	(ffe_mark_addressable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17198&r2=1.17199
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.226&r2=1.227
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.515&r2=1.516
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.410&r2=1.411
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&r1=1.388&r2=1.389
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&r1=1.296&r2=1.297
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.385&r2=1.386
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.297&r2=1.298
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils2.c.diff?cvsroot=gcc&r1=1.13&r2=1.14
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3291&r2=1.3292
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.453&r2=1.454
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&r1=1.531&r2=1.532
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&r1=1.186&r2=1.187
 


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

* c++/7086
@ 2003-03-24  8:36 mmitchel
  0 siblings, 0 replies; 8+ messages in thread
From: mmitchel @ 2003-03-24  8:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7086
Date: 24 Mar 2003 08:31:36 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2003-03-24 08:31:36
 
 Modified files:
 	gcc            : ChangeLog c-typeck.c expr.c function.c rtl.h 
 	                 stmt.c tree.h 
 	gcc/ada        : ChangeLog utils2.c 
 	gcc/cp         : ChangeLog typeck.c 
 	gcc/f          : ChangeLog com.c 
 
 Log message:
 	PR c++/7086
 	* c-typeck.c (c_mark_addressable): Adjust calls to
 	put_var_into_stack.
 	* expr.c (expand_expr): Likewise.
 	* function.c (put_var_into_stack): Add rescan parameter.  Do not
 	call fixup_var_refs when rescan is false.
 	(gen_mem_addressof): Likewise.
 	(assign_parms): Adjust calls to put_var_into_stack.
 	(setjmp_protect): Likewise.
 	(setjmp_protect_args): Likewise.
 	* rtl.h (gen_mem_addressof): Change prototype.
 	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
 	* tree.h (put_var_into_stack): Change prototype.
 	
 	PR c++/7086
 	* utils2.c: Adjust calls to put_var_into_stack.
 	
 	PR c++/7086
 	* semantics.c (genrtl_named_return_value): Adjust calls to
 	put_var_into_stack.
 	* typeck.c (cxx_mark_addressable): Likewise.
 	
 	PR c++/7086
 	* com.c (ffecom_sym_transform_): Adjust calls to
 	put_var_into_stack.
 	(ffe_mark_addressable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17198&r2=1.17199
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.226&r2=1.227
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.515&r2=1.516
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.410&r2=1.411
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&r1=1.388&r2=1.389
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&r1=1.296&r2=1.297
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.385&r2=1.386
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.297&r2=1.298
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils2.c.diff?cvsroot=gcc&r1=1.13&r2=1.14
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3291&r2=1.3292
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.453&r2=1.454
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&r1=1.531&r2=1.532
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&r1=1.186&r2=1.187
 


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

* c++/7086
@ 2003-03-24  8:36 mmitchel
  0 siblings, 0 replies; 8+ messages in thread
From: mmitchel @ 2003-03-24  8:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7086
Date: 24 Mar 2003 08:31:36 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2003-03-24 08:31:36
 
 Modified files:
 	gcc            : ChangeLog c-typeck.c expr.c function.c rtl.h 
 	                 stmt.c tree.h 
 	gcc/ada        : ChangeLog utils2.c 
 	gcc/cp         : ChangeLog typeck.c 
 	gcc/f          : ChangeLog com.c 
 
 Log message:
 	PR c++/7086
 	* c-typeck.c (c_mark_addressable): Adjust calls to
 	put_var_into_stack.
 	* expr.c (expand_expr): Likewise.
 	* function.c (put_var_into_stack): Add rescan parameter.  Do not
 	call fixup_var_refs when rescan is false.
 	(gen_mem_addressof): Likewise.
 	(assign_parms): Adjust calls to put_var_into_stack.
 	(setjmp_protect): Likewise.
 	(setjmp_protect_args): Likewise.
 	* rtl.h (gen_mem_addressof): Change prototype.
 	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
 	* tree.h (put_var_into_stack): Change prototype.
 	
 	PR c++/7086
 	* utils2.c: Adjust calls to put_var_into_stack.
 	
 	PR c++/7086
 	* semantics.c (genrtl_named_return_value): Adjust calls to
 	put_var_into_stack.
 	* typeck.c (cxx_mark_addressable): Likewise.
 	
 	PR c++/7086
 	* com.c (ffecom_sym_transform_): Adjust calls to
 	put_var_into_stack.
 	(ffe_mark_addressable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17198&r2=1.17199
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.226&r2=1.227
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.515&r2=1.516
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.410&r2=1.411
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&r1=1.388&r2=1.389
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&r1=1.296&r2=1.297
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.385&r2=1.386
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.297&r2=1.298
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils2.c.diff?cvsroot=gcc&r1=1.13&r2=1.14
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3291&r2=1.3292
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.453&r2=1.454
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&r1=1.531&r2=1.532
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&r1=1.186&r2=1.187
 


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

* c++/7086
@ 2003-03-24  7:55 mmitchel
  0 siblings, 0 replies; 8+ messages in thread
From: mmitchel @ 2003-03-24  7:55 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7086
Date: 24 Mar 2003 07:44:50 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	mmitchel@gcc.gnu.org	2003-03-24 07:44:49
 
 Modified files:
 	gcc            : ChangeLog c-typeck.c cfglayout.c expr.c 
 	                 function.c rtl.h stmt.c tree.h 
 	gcc/ada        : ChangeLog utils2.c 
 	gcc/cp         : ChangeLog semantics.c typeck.c 
 	gcc/f          : ChangeLog com.c 
 
 Log message:
 	PR c++/7086
 	* c-typeck.c (c_mark_addressable): Adjust calls to
 	put_var_into_stack.
 	* expr.c (expand_expr): Likewise.
 	* function.c (put_var_into_stack): Add rescan parameter.  Do not
 	call fixup_var_refs when rescan is false.
 	(gen_mem_addressof): Likewise.
 	(assign_parms): Adjust calls to put_var_into_stack.
 	(setjmp_protect): Likewise.
 	(setjmp_protect_args): Likewise.
 	* rtl.h (gen_mem_addressof): Change prototype.
 	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
 	* tree.h (put_var_into_stack): Change prototype.
 	
 	PR c++/7086
 	* utils2.c: Adjust calls to put_var_into_stack.
 	
 	PR c++/7086
 	* semantics.c (genrtl_named_return_value): Adjust calls to
 	put_var_into_stack.
 	* typeck.c (cxx_mark_addressable): Likewise.
 	
 	PR c++/7086
 	* com.c (ffecom_sym_transform_): Adjust calls to
 	put_var_into_stack.
 	(ffe_mark_addressable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.350&r2=1.16114.2.351
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.213.2.4&r2=1.213.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfglayout.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.23&r2=1.23.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.498.2.10&r2=1.498.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.389.2.6&r2=1.389.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.375.2.2&r2=1.375.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.276.2.7&r2=1.276.2.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.367.2.2&r2=1.367.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.270.2.10&r2=1.270.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils2.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.11&r2=1.11.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.93&r2=1.3076.2.94
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.282.4.1&r2=1.282.4.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.436.2.4&r2=1.436.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.503.2.15&r2=1.503.2.16
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.182.4.1&r2=1.182.4.2
 


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

* c++/7086
@ 2003-03-24  7:46 mmitchel
  0 siblings, 0 replies; 8+ messages in thread
From: mmitchel @ 2003-03-24  7:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7086
Date: 24 Mar 2003 07:44:50 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	mmitchel@gcc.gnu.org	2003-03-24 07:44:49
 
 Modified files:
 	gcc            : ChangeLog c-typeck.c cfglayout.c expr.c 
 	                 function.c rtl.h stmt.c tree.h 
 	gcc/ada        : ChangeLog utils2.c 
 	gcc/cp         : ChangeLog semantics.c typeck.c 
 	gcc/f          : ChangeLog com.c 
 
 Log message:
 	PR c++/7086
 	* c-typeck.c (c_mark_addressable): Adjust calls to
 	put_var_into_stack.
 	* expr.c (expand_expr): Likewise.
 	* function.c (put_var_into_stack): Add rescan parameter.  Do not
 	call fixup_var_refs when rescan is false.
 	(gen_mem_addressof): Likewise.
 	(assign_parms): Adjust calls to put_var_into_stack.
 	(setjmp_protect): Likewise.
 	(setjmp_protect_args): Likewise.
 	* rtl.h (gen_mem_addressof): Change prototype.
 	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
 	* tree.h (put_var_into_stack): Change prototype.
 	
 	PR c++/7086
 	* utils2.c: Adjust calls to put_var_into_stack.
 	
 	PR c++/7086
 	* semantics.c (genrtl_named_return_value): Adjust calls to
 	put_var_into_stack.
 	* typeck.c (cxx_mark_addressable): Likewise.
 	
 	PR c++/7086
 	* com.c (ffecom_sym_transform_): Adjust calls to
 	put_var_into_stack.
 	(ffe_mark_addressable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.350&r2=1.16114.2.351
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.213.2.4&r2=1.213.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfglayout.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.23&r2=1.23.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.498.2.10&r2=1.498.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.389.2.6&r2=1.389.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.375.2.2&r2=1.375.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.276.2.7&r2=1.276.2.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.367.2.2&r2=1.367.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.270.2.10&r2=1.270.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils2.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.11&r2=1.11.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.93&r2=1.3076.2.94
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.282.4.1&r2=1.282.4.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.436.2.4&r2=1.436.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.503.2.15&r2=1.503.2.16
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.182.4.1&r2=1.182.4.2
 


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

* c++/7086
@ 2003-03-24  7:46 mmitchel
  0 siblings, 0 replies; 8+ messages in thread
From: mmitchel @ 2003-03-24  7:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7086
Date: 24 Mar 2003 07:44:50 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	mmitchel@gcc.gnu.org	2003-03-24 07:44:49
 
 Modified files:
 	gcc            : ChangeLog c-typeck.c cfglayout.c expr.c 
 	                 function.c rtl.h stmt.c tree.h 
 	gcc/ada        : ChangeLog utils2.c 
 	gcc/cp         : ChangeLog semantics.c typeck.c 
 	gcc/f          : ChangeLog com.c 
 
 Log message:
 	PR c++/7086
 	* c-typeck.c (c_mark_addressable): Adjust calls to
 	put_var_into_stack.
 	* expr.c (expand_expr): Likewise.
 	* function.c (put_var_into_stack): Add rescan parameter.  Do not
 	call fixup_var_refs when rescan is false.
 	(gen_mem_addressof): Likewise.
 	(assign_parms): Adjust calls to put_var_into_stack.
 	(setjmp_protect): Likewise.
 	(setjmp_protect_args): Likewise.
 	* rtl.h (gen_mem_addressof): Change prototype.
 	* stmt.c (expand_decl): Adjust calls to put_var_into_stack.
 	* tree.h (put_var_into_stack): Change prototype.
 	
 	PR c++/7086
 	* utils2.c: Adjust calls to put_var_into_stack.
 	
 	PR c++/7086
 	* semantics.c (genrtl_named_return_value): Adjust calls to
 	put_var_into_stack.
 	* typeck.c (cxx_mark_addressable): Likewise.
 	
 	PR c++/7086
 	* com.c (ffecom_sym_transform_): Adjust calls to
 	put_var_into_stack.
 	(ffe_mark_addressable): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.350&r2=1.16114.2.351
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.213.2.4&r2=1.213.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfglayout.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.23&r2=1.23.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.498.2.10&r2=1.498.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.389.2.6&r2=1.389.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.375.2.2&r2=1.375.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.276.2.7&r2=1.276.2.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.367.2.2&r2=1.367.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.270.2.10&r2=1.270.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/utils2.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.11&r2=1.11.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.93&r2=1.3076.2.94
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.282.4.1&r2=1.282.4.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.436.2.4&r2=1.436.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.503.2.15&r2=1.503.2.16
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/com.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.182.4.1&r2=1.182.4.2
 


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

end of thread, other threads:[~2003-03-24  8:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-24  7:46 c++/7086 mmitchel
  -- strict thread matches above, loose matches on Subject: below --
2003-03-24  9:56 c++/7086 mmitchel
2003-03-24  8:36 c++/7086 mmitchel
2003-03-24  8:36 c++/7086 mmitchel
2003-03-24  8:36 c++/7086 mmitchel
2003-03-24  7:55 c++/7086 mmitchel
2003-03-24  7:46 c++/7086 mmitchel
2003-03-24  7:46 c++/7086 mmitchel

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