]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, misc/cgo: fix fortran tests on aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Fri, 22 Mar 2019 11:48:31 +0000 (12:48 +0100)
committerIan Lance Taylor <iant@golang.org>
Fri, 22 Mar 2019 13:52:59 +0000 (13:52 +0000)
commit08692bed1e796b5395b6e321c5adcd32f6fc43bf
treecb330261942dfdfc376e48141cf50315e9b30894
parent83d90bbc824e5874022a41bbbbe4f34c65876480
cmd/compile, misc/cgo: fix fortran tests on aix/ppc64

Enable pattern lib.a/shared.so.X in cgo_import_dynamic as on AIX,
archive files (.a) often have shared objects (.so) inside them.

Change-Id: I21096c75eb7fbcc7064b0b832bfa8ed862142051
Reviewed-on: https://go-review.googlesource.com/c/go/+/168877
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/fortran/test.bash
src/cmd/compile/internal/gc/lex.go