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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [defarg3.C] - Blame information for rev 749

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

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
 
3
// Copyright (C) 2003 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 22 Jul 2003 
5
 
6
// PR c++ 11596
7
 
8
template  struct A { enum { value }; };
9
template  struct B { enum { value = A<1>::value }; };
10
int ary[!B<1>::value ? 1 : -1];
11
 
12
template  struct A1 { enum { value = 1}; };
13
template  struct A1 { enum { value}; };
14
template  struct B1 { enum { value = A1<1>::value }; };
15
 
16
int ary1[!B1<1>::value ? 1 : -1];

powered by: WebSVN 2.1.0

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