OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gnat.dg/] [test_ai254.adb] - Diff between revs 304 and 384

Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 384
--  { dg-do compile }
--  { dg-do compile }
 
 
procedure test_ai254 is
procedure test_ai254 is
   function Func
   function Func
      (Obj : not null access protected function (X : Float) return Float)
      (Obj : not null access protected function (X : Float) return Float)
      return not null access protected function (X : Float) return Float is
      return not null access protected function (X : Float) return Float is
   begin
   begin
      return null;
      return null;
   end;
   end;
begin
begin
   null;
   null;
end;
end;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.