We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6c7c5 commit 0805991Copy full SHA for 0805991
gnat2goto/driver/tree_walk.adb
@@ -4369,7 +4369,8 @@ package body Tree_Walk is
4369
procedure Do_Withed_Unit_Spec (N : Node_Id) is
4370
begin
4371
if Defining_Entity (N) = Stand.Standard_Standard then
4372
- -- At the moment Standard is not processed: TODO
+ -- TODO: github issue #252
4373
+ -- At the moment Standard is not processed
4374
null;
4375
else
4376
-- Handle all other withed library unit declarations
0 commit comments