This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Bootstrapping mainline GNAT fails
- From: dewar at gnat dot com (Robert Dewar)
- To: dewar at gnat dot com, kenner at vlsi1 dot ultra dot nyu dot edu
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 18 Mar 2002 22:20:42 -0500 (EST)
- Subject: Re: [Ada] Bootstrapping mainline GNAT fails
Basically incidentally what happens is that the code for
Compile_Time_Known_Value does a lot of quite complex tests. If something
fails in one of these tests, we simply answer False, which is always safe.
But it does seem odd that this fails in this csae indeed.