On Sat, 2005-04-09 at 13:22 -0400, Richard Kenner wrote:
> Ok the bug is trivial once I peek into the core dump:
>
> No, you're missing it, I think. When you're in GDB, what it does is
> raises an explicit constraint error due to Int'Value, which is what's
> expected. However, for some reaso
Ok the bug is trivial once I peek into the core dump:
No, you're missing it, I think. When you're in GDB, what it does is
raises an explicit constraint error due to Int'Value, which is what's
expected. However, for some reason when not under GDB, the handling
of the exception causes some SIG
Ok the bug is trivial once I peek into the core dump:
(gdb) f 0
#0 0x004212e5 in cxa5012__test_block__discrete_pack__value.779
() at a-nudira.adb:237
237 while Coded_State (Stop) /= ',' loop
(gdb) l
232 Start : Positive := Coded_State'First;
233 Stop : Posit