This is the mail archive of the gcc-bugs@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: Bug in egcs 1.1 -fno-rtti + exception = segfault


> To: Alexandre Oliva <oliva@dcc.unicamp.br>
> Date: Mon, 26 Oct 1998 23:16:43 -0800
> From: Marco Manfai Yu <yumf@Ultimatech.COM>

> How about the following?

> 1. Enable both exception handling and rtti if either is enabled
>    explicitly on the command line.

rtti doesn't always need EH and EH doesn't (didn't) need rtti.

> 2. Disable both if either is disabled explicity on the command
>    line.

Ditto.

> 3. Produce a warning and turn on both if conflicting flags are
>    given on the command line.

Ditto.

People that try and play with these flags are expected to understand
the limitations of them.


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