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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [array9.adb] - Rev 747

Go to most recent revision | Compare with Previous | Blame | View Log

-- { dg-do run }
 
procedure Array9 is
 
  V1 : String(1..10) := "1234567890";
  V2 : String(1..-1) := "";
 
  procedure Compare (S : String) is
  begin
    if S'Size /= 8*S'Length then
      raise Program_Error;
    end if;
  end;
 
begin
  Compare ("");
  Compare ("1234");
  Compare (V1);
  Compare (V2);
end;
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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