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: [LTO][PATCH] Handle -fexceptions properly.



On Oct 22, 2008, at 10:32 AM, Doug Kwan (Ãö®¶¼w) wrote:


No this does not.  In general, it is a problem if we mix and match
objects compiled with different flags like FP math trapping.  We need
to address this problem in the future.

Do you have a plan for how to implement this? I'm curious whether GCC's LTO still aims to be a transparent drop in, even supporting harder cases like this. Is multi-language support (e.g. mixing C++ and C or Fortran or Ada code) also still planned?


-Chris


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