[Bug go/68503] [powerpc64le] miscompilation of composite literal
ian at airs dot com
gcc-bugzilla@gcc.gnu.org
Wed Feb 10 17:17:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68503
Ian Lance Taylor <ian at airs dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Ian Lance Taylor <ian at airs dot com> ---
I can't rebuild this any more. With gc I get
# github.com/juju/juju/environs/configstore
../environs/configstore/disk.go:488: not enough arguments in call to
fslock.NewLock
# github.com/juju/juju/provider/gce/google
../provider/gce/google/instance.go:231: cannot use value (type string) as type
*string in field value
../provider/gce/google/instance.go:247: cannot use item.Value (type *string) as
type string in assignment
I'm going to close this. If you see anything similar, please attach the first
GIMPLE file. That should be enough to identify the problem, or put the blame
on the assembler or linker. Thanks.
More information about the Gcc-bugs
mailing list