public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/65353] New: [5 Regression] unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu
@ 2015-03-08 18:02 doko at gcc dot gnu.org
  2015-03-08 18:42 ` [Bug go/65353] " doko at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2015-03-08 18:02 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65353
           Summary: [5 Regression] unknown ptrSize for $GOARCH "arm64" on
                    aarch64-linux-gnu
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: doko at gcc dot gnu.org
                CC: cmang at google dot com

$ go tool cgo -godefs types.go
unknown ptrSize for $GOARCH "arm64"

with a separately built go tool (1.2), built using gccgo-4.9, this works as
expected.

filing this as a regression for now.

$ cat types.go 
// +build ignore

package pty

import "C"

type (
        _C_int  C.int
        _C_uint C.uint
)

$ go tool cgo -godefs types.go
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

package pty

type (
        _C_int  int32
        _C_uint uint32
)


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

end of thread, other threads:[~2015-03-10  0:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-08 18:02 [Bug go/65353] New: [5 Regression] unknown ptrSize for $GOARCH "arm64" on aarch64-linux-gnu doko at gcc dot gnu.org
2015-03-08 18:42 ` [Bug go/65353] " doko at gcc dot gnu.org
2015-03-08 19:03 ` pinskia at gcc dot gnu.org
2015-03-08 20:27 ` michael.hudson at canonical dot com
2015-03-09 12:16 ` rguenth at gcc dot gnu.org
2015-03-09 14:36 ` jakub at gcc dot gnu.org
2015-03-10  0:15 ` ian at gcc dot gnu.org
2015-03-10  0:16 ` ian at airs 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).