This is the mail archive of the gcc-patches@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]

Re: Remove rtl-level exception handling


Richard Henderson writes:
 > On Fri, Jul 09, 2004 at 10:12:20AM +0100, Andrew Haley wrote:
 > > People seem _so_ determined to remove this code!
 > 
 > java_expand_expr called rtl functions that were going away, thus
 > java_expand_expr needed to go away.  emit_init_test_initialization
 > was only called from java_expand_expr, which meant that not
 > removing it would cause a bootstrap failure due to warnings.
 > 
 > It's not like it can't be pulled from the archives or cvs when
 > someone goes to re-implement it.

Sure, that's OK.

Andrew.


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