[PolyORB-users] cvs dsa example => POLYORB.COMM_FAILURE exception
Vadim Godunko
vgodunko at rost.ru
Fri Jul 22 21:58:16 CEST 2005
Rod Kay wrote:
>
> i also modified the cvs idl_fe-lexer.adb to 'cater' for a constraint_error
> when processing one of the idl files during 'make'.
>
> at line 1156, i added ...
>
> if New_Line_Number > 0 then
> Current_Location.Line := New_Line_Number - 1;
> else
> Current_Location.Line := 0;
> end if;
>
Intresting!
New_Line_Number have Natural type and have zero value, but exception
raised only if code compiled by GCC/GNAT-HEAD 20050722 (-gnato always
present in command line). :(
--
Vadim Godunko
More information about the PolyORB-users
mailing list