When I've tried to process the following code with amoc:
with Qt4.Objects;
with Qt4.Processes;
private with Qt4.Objects.Directors;
package A is
type T is limited new Qt4.Objects.Q_Object with private;
type T_Access is access all T;
private
type T is limited new Qt4.Objects.Directors.Q_Object_Director
with null record;
-- Slots
procedure State_Changed (Self : not null access T;
State :
Qt4.Processes.Process_Process_State);
pragma Q_Slot (State_Changed);
end A;
I've got the following error:
gprbuild -p
using project file a.gpr
amoc a.ads
raised CONSTRAINT_ERROR : amoc-analizer.adb:1536 range check failed
gprbuild: *** compilation phase failed
You can find the code and gnat project file for it in attach.
--
Best regards,
Alexander Basov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://box347.bluehost.com/pipermail/qtada-users_lists.qtada.com/attachments/20100618/d6592b9a/attachment.htm>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: a.ads
URL:
<http://box347.bluehost.com/pipermail/qtada-users_lists.qtada.com/attachments/20100618/d6592b9a/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: a.gpr
URL:
<http://box347.bluehost.com/pipermail/qtada-users_lists.qtada.com/attachments/20100618/d6592b9a/attachment-0001.txt>
_______________________________________________
qtada-users mailing list
[email protected]
http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com