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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [go.test/] [test/] [bugs/] [bug395.go] - Blame information for rev 700

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 700 jeremybenn
// echo bug395 is broken  # takes 90+ seconds to break
2
// # $G $D/$F.go || echo bug395
3
 
4
// Copyright 2011 The Go Authors.  All rights reserved.
5
// Use of this source code is governed by a BSD-style
6
// license that can be found in the LICENSE file.
7
 
8
// Issue 1909
9
// Would OOM due to exponential recursion on Foo's expanded methodset in nodefmt
10
package test
11
 
12
type Foo interface {
13
        Bar() interface {
14
                Foo
15
        }
16
        Baz() interface {
17
                Foo
18
        }
19
        Bug() interface {
20
                Foo
21
        }
22
}

powered by: WebSVN 2.1.0

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