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/] [specs/] [small_alignment.ads] - Diff between revs 304 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 384
-- { dg-compile }
-- { dg-compile }
 
 
package Small_Alignment is
package Small_Alignment is
 
 
  type Int is range -512 .. 511;
  type Int is range -512 .. 511;
  for Int'Alignment use 1;
  for Int'Alignment use 1;
 
 
  type R is record
  type R is record
    I: Int;
    I: Int;
  end record;
  end record;
  Pragma Pack (R);
  Pragma Pack (R);
 
 
end Small_Alignment;
end Small_Alignment;
 
 

powered by: WebSVN 2.1.0

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