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]

java/6820


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

From: bryce@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/6820
Date: 11 Jun 2002 06:20:13 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	bryce@gcc.gnu.org	2002-06-10 23:20:13
 
 Modified files:
 	gcc/java       : lang.c ChangeLog 
 
 Log message:
 	Don't use RTL inlining. Fix for PR java/6820.
 	* lang.c (LANG_HOOKS_POST_OPTIONS): Define.
 	(flag_really_inline): New.
 	(java_decode_option): Set flag_really_inline if -finline-functions
 	is seen.
 	(java_post_options): New function. Turn off inlining unless
 	flag_really_inline is set.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.85.2.3&r2=1.85.2.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.925.2.56&r2=1.925.2.57
 


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