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]

Re: A patch for gcc/Makefile.in



  In message <m0ynFyF-00026CC@ocean.lucon.org>you write:
  > > -fno-exceptions is not needed when compiling C code, so I don't see
  > > why you think this patch is necessary.
  > 
  > 1. exceptions is just disabled for C for now.
  > 2. crtbegin.o and crtend.o are compiled with -fno-exceptions.
  > 
  > We should be consistent on crt*.o. And exceptions may be enabled for
  > C in the future, but crt*.o should not be compiled with exceptions.
Agreed.  Installed.

Though I kind of doubt we'll ever turn EH back on by default for the
C front end.  The overhead is just too high.

jeff


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