URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [variant_part.ads] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package Variant_Part is type T1(b: boolean) is record case (b) is -- { dg-error "discriminant name may not be parenthesized" } when others => null; end case; end record; end Variant_Part;
Go to most recent revision | Compare with Previous | Blame | View Log