public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/5607
@ 2002-08-23  5:56 jason
  0 siblings, 0 replies; only message in thread
From: jason @ 2002-08-23  5:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/5607
Date: 23 Aug 2002 12:00:44 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	jason@gcc.gnu.org	2002-08-23 05:00:44
 
 Modified files:
 	gcc            : ChangeLog explow.c expr.c expr.h 
 	                 langhooks-def.h langhooks.c langhooks.h 
 	gcc/cp         : ChangeLog call.c class.c cp-lang.c cp-tree.h 
 	                 search.c typeck.c 
 
 Log message:
 	* langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
 	* langhooks.c (lhd_expr_size): Define default.
 	* langhooks.h (struct lang_hooks): Add expr_size.
 	* explow.c (expr_size): Call it.
 	(int_expr_size): New fn.
 	* expr.h: Declare it.
 	* expr.c (expand_expr) [CONSTRUCTOR]: Use it to calculate how
 	much to store.
 	cp/
 	PR c++/5607
 	* search.c (check_final_overrider): No longer static.
 	* class.c (update_vtable_entry_for_fn): Call it.
 	* cp-tree.h: Adjust.
 	
 	* cp-lang.c (LANG_HOOKS_EXPR_SIZE): Define.
 	(cp_expr_size): New fn.
 	* call.c (convert_arg_to_ellipsis): Promote non-POD warning to error.
 	* typeck.c (build_modify_expr): Don't use save_expr on an lvalue.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.13152.2.657.2.19&r2=1.13152.2.657.2.20
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/explow.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.91&r2=1.91.6.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.423.2.19&r2=1.423.2.19.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.110.2.3&r2=1.110.2.3.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks-def.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.8.10.2&r2=1.8.10.2.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.16.2.2&r2=1.16.2.2.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.15.8.2&r2=1.15.8.2.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.2685.2.114.2.4&r2=1.2685.2.114.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.307.2.6&r2=1.307.2.6.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.436.2.10.2.2&r2=1.436.2.10.2.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.9.10.1&r2=1.9.10.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.681.2.12.2.1&r2=1.681.2.12.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.223.2.3&r2=1.223.2.3.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.388.2.10&r2=1.388.2.10.2.1
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-23 12:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-23  5:56 c++/5607 jason

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