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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.old-deja/] [g++.robertl/] [eb84.C] - Rev 12

Compare with Previous | Blame | View Log

// { dg-do run  }
// Error: Internal Compiler error on GCC 2.7.2.3 & EGCS 1998/05/23 snapshot.

class A {
public:
        enum { ONE, TWO, THREE };
};

template <const unsigned c1,const unsigned c2,const unsigned c3>
void f() {

}

int
main()
{
        f<A::ONE,A::TWO,A::THREE>();
}

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.