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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [crash104.C] - Rev 847

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

// PR c++/46046

template <class T>
    struct foo
{
    template <class U, class V = void>
        struct type
    {};

    template <class V>
        struct type<
            typename T::template some_type<int>,
            V
        >
    {};
};

template <class T>
    class bar
{};

int main()
{
  typedef foo<bar<int> > cont;
  cont::type<char> obj; // { dg-error "cannot be defined" }
}

Go to most recent revision | 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.