Re: Our future compiler and default compile option problems.

1997-12-10 Thread Rob Browning
Jason Gunthorpe <[EMAIL PROTECTED]> writes: > I was under the impression you could get away without exceptions in C code > however? Absolutely, but my impression is that the problem occurs if you are generating libraries that might eventually be linked against C++ code, which is the case for any

Re: Our future compiler and default compile option problems.

1997-12-10 Thread Jason Gunthorpe
On 10 Dec 1997, Rob Browning wrote: > The issue in this case is -fno-exceptions. I've heard that people > have complained on the net about egcs, that even with it's haifa > scheduler, and all the new optimizations like -mpentium, etc., it was > building slower C binaries than g++. Exceptions al