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


Ranjit Mathew writes:
 > On Fri, 9 Jul 2004 12:10:27 +0100, Andrew Haley <aph@redhat.com> wrote:
 > > 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.
 > 
 > I have taken the liberty of creating a PR to avoid
 > losing track of this:
 > 
 >   http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16451

Thanks.

Byt the way Richard, if you really do have a few spare cycles when
running test cases, feel free...

Andrew.


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