public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/65272] New: switch on type of interface failing
@ 2015-03-02  3:51 JamesMikeDuPont at googlemail dot com
  2015-03-02  3:51 ` [Bug go/65272] " JamesMikeDuPont at googlemail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: JamesMikeDuPont at googlemail dot com @ 2015-03-02  3:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65272

            Bug ID: 65272
           Summary: switch on type of interface failing
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: JamesMikeDuPont at googlemail dot com
                CC: cmang at google dot com

package test;

func clr(q interface{}) {
    switch x := q.(type) {
    case *x:
        return
    }

occurs in : https://github.com/cznic/ql/blob/master/btree.go


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-15 17:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02  3:51 [Bug go/65272] New: switch on type of interface failing JamesMikeDuPont at googlemail dot com
2015-03-02  3:51 ` [Bug go/65272] " JamesMikeDuPont at googlemail dot com
2015-03-02  3:52 ` JamesMikeDuPont at googlemail dot com
2015-03-15 12:19 ` JamesMikeDuPont at googlemail dot com
2015-03-15 16:27 ` ian at airs dot com
2015-03-15 17:17 ` JamesMikeDuPont at googlemail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).