This is the mail archive of the gcc@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: [Ada] Bootstrapping mainline GNAT fails


On Mon, Mar 18, 2002 at 11:10:52PM -0500, Robert Dewar wrote:
> <<If exceptions are used only to signal fatal errors, then you could
> avoid ever actually _throwing_ an exception; instead, the runtime
> routines that normally cause exceptions to be thrown, would be swapped
> out for custom versions that called fatal_error()... sort of like the
> abort() macro in the other language front ends.
> >>
> 
> There are actually almost no fatal errors in GNAT that terminate
> compilation. The only common case is where the compiler blows up
> somehow after already detecting an error.

Okay, in that case my idea doesn't help any.

zw


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