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.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [tag2.ads] - Diff between revs 304 and 338

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

Rev 304 Rev 338
-- { dg-do compile }
-- { dg-do compile }
 
 
package tag2 is
package tag2 is
   type I is synchronized interface;
   type I is synchronized interface;
   type T1 is tagged;
   type T1 is tagged;
   type T2 is tagged;
   type T2 is tagged;
   type T3 is tagged;
   type T3 is tagged;
   type T4 is tagged;
   type T4 is tagged;
   type T5 is tagged;
   type T5 is tagged;
   type T6 is tagged;
   type T6 is tagged;
   protected type T1 is end T1; -- { dg-error "must be a tagged type" }
   protected type T1 is end T1; -- { dg-error "must be a tagged type" }
   task type T2;                -- { dg-error "must be a tagged type" }
   task type T2;                -- { dg-error "must be a tagged type" }
   type T3 is null record;      -- { dg-error "must be a tagged type" }
   type T3 is null record;      -- { dg-error "must be a tagged type" }
   task type T4 is new I with end;
   task type T4 is new I with end;
   protected type T5 is new I with end;
   protected type T5 is new I with end;
   type T6 is tagged null record;
   type T6 is tagged null record;
end tag2;
end tag2;
 
 

powered by: WebSVN 2.1.0

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