This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/8674


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

From: jason@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/8674
Date: 10 Feb 2003 16:18:34 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	jason@gcc.gnu.org	2003-02-10 16:18:34
 
 Modified files:
 	gcc/cp         : ChangeLog call.c 
 
 Log message:
 	* call.c (call_builtin_trap): New fn.
 	(convert_arg_to_ellipsis): Use it.  Downgrade error to warning.
 	(build_call): Don't set current_function_returns_abnormally outside
 	a function.
 	
 	PR c++/8674
 	* call.c (build_over_call): Check specifically for TARGET_EXPR
 	when eliding.
 
 Patches:
 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.63&r2=1.2685.2.114.2.64
 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.4.1&r2=1.307.2.6.4.2
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]