public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/61316] New: gccgo: spurious "incompatible types in assignment" error [GoSmith]
@ 2014-05-26  8:38 dvyukov at google dot com
  2014-12-10 20:38 ` [Bug go/61316] " ian at gcc dot gnu.org
  2014-12-16 17:49 ` cmang at google dot com
  0 siblings, 2 replies; 3+ messages in thread
From: dvyukov at google dot com @ 2014-05-26  8:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61316
           Summary: gccgo: spurious "incompatible types in assignment"
                    error [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
                CC: cmang at google dot com

gcc version 4.10.0 20140516 (experimental) (GCC) 

The program is:

package main
func main() {
    func() {
        (*bar(baz()))++
    }()
}
func bar(x, y int) *int {
    i := 0
    return &i
}
func baz() (int, int) {
    return 0, 0
}

go run -compiler=gccgo src.go
src.go:5:9: error: incompatible types in assignment (multiple-value function
call in single-value context)
   (*bar(baz()))++
         ^

gc compiles successfully.


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

* [Bug go/61316] gccgo: spurious "incompatible types in assignment" error [GoSmith]
  2014-05-26  8:38 [Bug go/61316] New: gccgo: spurious "incompatible types in assignment" error [GoSmith] dvyukov at google dot com
@ 2014-12-10 20:38 ` ian at gcc dot gnu.org
  2014-12-16 17:49 ` cmang at google dot com
  1 sibling, 0 replies; 3+ messages in thread
From: ian at gcc dot gnu.org @ 2014-12-10 20:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> ---
Author: ian
Date: Wed Dec 10 20:38:13 2014
New Revision: 218606

URL: https://gcc.gnu.org/viewcvs?rev=218606&root=gcc&view=rev
Log:
    PR go/61316
compiler: Don't lower multi-valued arguments into temporaries.

Modified:
    trunk/gcc/go/gofrontend/expressions.cc
    trunk/gcc/go/gofrontend/expressions.h
    trunk/gcc/go/gofrontend/statements.cc


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

* [Bug go/61316] gccgo: spurious "incompatible types in assignment" error [GoSmith]
  2014-05-26  8:38 [Bug go/61316] New: gccgo: spurious "incompatible types in assignment" error [GoSmith] dvyukov at google dot com
  2014-12-10 20:38 ` [Bug go/61316] " ian at gcc dot gnu.org
@ 2014-12-16 17:49 ` cmang at google dot com
  1 sibling, 0 replies; 3+ messages in thread
From: cmang at google dot com @ 2014-12-16 17:49 UTC (permalink / raw)
  To: gcc-bugs

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

Chris Manghane <cmang at google dot com> changed:

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

--- Comment #2 from Chris Manghane <cmang at google dot com> ---
Fixed.


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

end of thread, other threads:[~2014-12-16 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-26  8:38 [Bug go/61316] New: gccgo: spurious "incompatible types in assignment" error [GoSmith] dvyukov at google dot com
2014-12-10 20:38 ` [Bug go/61316] " ian at gcc dot gnu.org
2014-12-16 17:49 ` 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).