gccgo-go 1.2.1-0ubuntu1 source package in Ubuntu

Changelog

gccgo-go (1.2.1-0ubuntu1) trusty; urgency=medium

  * New upstream point release.
  * Fix error running unit tests due to duplicated symbols (LP: #1289067):
    - d/p/issue61970044_40001.diff: Replace with issue61970044_80001.diff,
      update to existing proposed fix upstream.
    - d/p/issue80300043_60001.diff: Cherry pick upstream trunk fix for
      cmd/go: go test -compiler gccgo produces duplicate symbol errors.
 -- James Page <email address hidden>   Wed, 26 Mar 2014 10:50:18 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
gccgo-go_1.2.1.orig.tar.gz 9.1 MiB 1655a9367bec083df57cacc29add280c279791801e102fd851c00d8babd12a55
gccgo-go_1.2.1-0ubuntu1.debian.tar.gz 22.9 KiB 3267ae1c563953a46eb186bf0f0d7777ccfe55b3274e4b972c80d09dc00cde82
gccgo-go_1.2.1-0ubuntu1.dsc 1.7 KiB 9ffa70ebf476d2e72fe9395547bd37c844c51772fd710526bfd22d1e5a9c210e

Available diffs

View changes file

Binary packages built by this source

gccgo-go: Go tool for use with gccgo

 The Go programming language is an open source project to make
 programmers more productive. Go is expressive, concise, clean, and
 efficient. Its concurrency mechanisms make it easy to write programs
 that get the most out of multicore and networked machines, while its
 novel type system enables flexible and modular program construction.
 Go compiles quickly to machine code yet has the convenience of
 garbage collection and the power of run-time reflection. It's a
 fast, statically typed, compiled language that feels like a
 dynamically typed, interpreted language.
 .
 This package provides the 'go' tool built using gccgo instead of
 golang gc, defaulting to using gccgo.