This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Bootstrapping mainline GNAT fails
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: zack at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 18 Mar 02 21:16:06 EST
- Subject: Re: [Ada] Bootstrapping mainline GNAT fails
-- If we get an exception while trying to do this test, then some error
-- has occurred, and we simply say that the value is not known after all
exception
when others =>
return False;
end Compile_Time_Known_Value;
It's not clear to me why this code would ever take an exception, though.
Nor me, but it does, though. We ran into this on the ia64 port the other
day with a gnat1 that didn't correctly handle builtin setjmp/longjmp.