Launchpad has imported 3 comments from the remote bug at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66904.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://documentation.ubuntu.com/launchpad/user/reference/bugs/multi-project-bugs/about-multi-project-bugs/#bugs-in-external-trackers. ------------------------------------------------------------------------ On 2015-07-17T08:12:49+00:00 Doko-v wrote: see https://github.com/golang/go/issues/11739 Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1475533/comments/0 ------------------------------------------------------------------------ On 2016-02-10T18:31:07+00:00 I-ian-1 wrote: Author: ian Date: Wed Feb 10 18:30:27 2016 New Revision: 233290 URL: https://gcc.gnu.org/viewcvs?rev=233290&root=gcc&view=rev Log: PR go/66904 cmd/go: fix "#cgo pkg-config:" comments with gccgo Copy of https://golang.org/cl/18790 by Michael Hudson-Doyle. The unique difficulty of #cgo pkg-config is that the linker flags are recorded when the package is compiled but (obviously) must be used when the package is linked into an executable -- so the flags need to be stored on disk somewhere. As it happens cgo already writes out a _cgo_flags file: nothing uses it currently, but this change adds it to the lib$pkg.a file when compiling a package, reads it out when linking (and passes a version of the .a file with _cgo_flags stripped out of it to the linker). It's all fairly ugly but it works and I can't really think of any way of reducing the essential level of ugliness. Update golang/go#11739. GCC PR 66904. Reviewed-on: https://go-review.googlesource.com/19431 Modified: trunk/gcc/go/gofrontend/MERGE trunk/libgo/go/cmd/go/build.go Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1475533/comments/10 ------------------------------------------------------------------------ On 2016-02-10T18:52:12+00:00 Ian Lance Taylor wrote: Fixed on mainline. Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1475533/comments/11 ** Changed in: gcc Status: Unknown => Fix Released ** Changed in: gcc Importance: Unknown => Medium ** Bug watch added: github.com/golang/go/issues #11739 https://github.com/golang/go/issues/11739 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475533 Title: cmd/go: "#cgo pkg-config:" comments do not work with gccgo To manage notifications about this bug go to: https://bugs.launchpad.net/gcc/+bug/1475533/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
