public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/61253] New: gccgo: spurious "error: expected '<-' or '='" [GoSmith]
@ 2014-05-20 13:18 dvyukov at google dot com
  2014-12-12 21:30 ` [Bug go/61253] " cmang at google dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dvyukov at google dot com @ 2014-05-20 13:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61253
           Summary: gccgo: spurious "error: expected '<-' or '='"
                    [GoSmith]
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: dvyukov at google dot com

gcc version 4.10.0 20140516 (experimental) (GCC)

The program is:

package main
func main() {
    c := make(chan int)
    v := new(int)
    b := new(bool)
    select {
    case (*v), (*b) = <-c:
    }

}

$ go build -compiler=gccgo /tmp/switch.go
src.go:8:11: error: expected '<-' or '='
  case (*v), (*b) = <-c:


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

* [Bug go/61253] gccgo: spurious "error: expected '<-' or '='" [GoSmith]
  2014-05-20 13:18 [Bug go/61253] New: gccgo: spurious "error: expected '<-' or '='" [GoSmith] dvyukov at google dot com
@ 2014-12-12 21:30 ` cmang at google dot com
  2014-12-15 17:13 ` ian at gcc dot gnu.org
  2015-01-06 14:12 ` cmang at google dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cmang at google dot com @ 2014-12-12 21:30 UTC (permalink / raw)
  To: gcc-bugs

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

Chris Manghane <cmang at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-12-12
                 CC|                            |cmang at google dot com
           Assignee|ian at airs dot com                |cmang at google dot com
     Ever confirmed|0                           |1


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

* [Bug go/61253] gccgo: spurious "error: expected '<-' or '='" [GoSmith]
  2014-05-20 13:18 [Bug go/61253] New: gccgo: spurious "error: expected '<-' or '='" [GoSmith] dvyukov at google dot com
  2014-12-12 21:30 ` [Bug go/61253] " cmang at google dot com
@ 2014-12-15 17:13 ` ian at gcc dot gnu.org
  2015-01-06 14:12 ` cmang at google dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ian at gcc dot gnu.org @ 2014-12-15 17:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> ---
Author: ian
Date: Mon Dec 15 17:12:26 2014
New Revision: 218753

URL: https://gcc.gnu.org/viewcvs?rev=218753&root=gcc&view=rev
Log:
    PR go/61253
compiler: Support RecvStmt = ExpressionList "=" RecvExpr.

Modified:
    trunk/gcc/go/gofrontend/parse.cc


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

* [Bug go/61253] gccgo: spurious "error: expected '<-' or '='" [GoSmith]
  2014-05-20 13:18 [Bug go/61253] New: gccgo: spurious "error: expected '<-' or '='" [GoSmith] dvyukov at google dot com
  2014-12-12 21:30 ` [Bug go/61253] " cmang at google dot com
  2014-12-15 17:13 ` ian at gcc dot gnu.org
@ 2015-01-06 14:12 ` cmang at google dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cmang at google dot com @ 2015-01-06 14:12 UTC (permalink / raw)
  To: gcc-bugs

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

Chris Manghane <cmang at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Chris Manghane <cmang at google dot com> ---
Fixed and test added to Go testsuite.


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

end of thread, other threads:[~2015-01-06 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-20 13:18 [Bug go/61253] New: gccgo: spurious "error: expected '<-' or '='" [GoSmith] dvyukov at google dot com
2014-12-12 21:30 ` [Bug go/61253] " cmang at google dot com
2014-12-15 17:13 ` ian at gcc dot gnu.org
2015-01-06 14:12 ` cmang at google 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).