gcc-8 8-20180310-1ubuntu1 source package in Ubuntu
Changelog
gcc-8 (8-20180310-1ubuntu1) bionic; urgency=medium * Merge with Debian; remaining changes: - Build from upstream sources. gcc-8 (8-20180310-1) unstable; urgency=medium * GCC 8 snapshot, taken from the trunk 20180310 (r258410). * Build libasan and libubsan packages on s390x. * Update libasan symbols files for s390x. -- Matthias Klose <email address hidden> Sat, 10 Mar 2018 11:11:59 +0700
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gcc-8_8-20180310.orig.tar.gz | 67.0 MiB | ac740db28e444db8fbdca6928f211b3c58d65eeb5883005c36bced801ec3f7bf |
gcc-8_8-20180310-1ubuntu1.diff.gz | 422.8 KiB | de9d532eb870e09a94ed8487ee5b2921facfd235b1d7e00bf14dfccb26a1ac14 |
gcc-8_8-20180310-1ubuntu1.dsc | 35.4 KiB | 4ea94673a0587dcb953786726d850d018094dbeac2bdd4386c95fed0b5faa704 |
Available diffs
Binary packages built by this source
- cpp-8: GNU C preprocessor
A macro processor that is used automatically by the GNU C compiler
to transform programs before actual compilation.
.
This package has been separated from gcc for the benefit of those who
require the preprocessor but not the compiler.
- cpp-8-dbgsym: debug symbols for cpp-8
- fixincludes: Fix non-ANSI header files
FixIncludes was created to fix non-ANSI system header files. Many
system manufacturers supply proprietary headers that are not ANSI compliant.
The GNU compilers cannot compile non-ANSI headers. Consequently, the
FixIncludes shell script was written to fix the header files.
.
Not all packages with header files are installed on the system, when the
package is built, so we make fixincludes available at build time of other
packages, such that checking tools like lintian can make use of it.
- fixincludes-dbgsym: debug symbols for fixincludes
- g++-8: GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- g++-8-dbgsym: debug symbols for g++-8
- g++-8-multilib: GNU C++ compiler (multilib support)
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
- gcc-8: GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C.
- gcc-8-base: GCC, the GNU Compiler Collection (base package)
This package contains files common to all languages and libraries
contained in the GNU Compiler Collection (GCC).
- gcc-8-dbgsym: debug symbols for gcc-8
- gcc-8-multilib: GNU C compiler (multilib support)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
- gcc-8-plugin-dev: Files for GNU GCC plugin development.
This package contains (header) files for GNU GCC plugin development. It
is only used for the development of GCC plugins, but not needed to run
plugins.
- gcc-8-plugin-dev-dbgsym: debug symbols for gcc-8-plugin-dev
- gcc-8-test-results: Test results for the GCC test suite
This package contains the test results for running the GCC test suite
for a post build analysis.
- gccgo-8: GNU Go compiler
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.
- gccgo-8-dbgsym: debug symbols for gccgo-8
- gdc-8: GNU D compiler (version 2)
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
.
This compiler supports D language version 2.
- gdc-8-dbgsym: debug symbols for gdc-8
- gdc-8-multilib: GNU D compiler (version 2, multilib support)
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
- gfortran-8: GNU Fortran compiler
This is the GNU Fortran compiler, which compiles
Fortran on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
- gfortran-8-dbgsym: debug symbols for gfortran-8
- gfortran-8-multilib: GNU Fortran compiler (multilib support)
This is the GNU Fortran compiler, which compiles Fortran on platforms
supported by the gcc compiler.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
- gnat-8: GNU Ada compiler
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
This package provides the compiler, tools and runtime library that handles
exceptions using the default zero-cost mechanism.
- gnat-8-dbgsym: debug symbols for gnat-8
- gnat-8-sjlj: GNU Ada compiler (setjump/longjump runtime library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
This package provides an alternative runtime library that handles
exceptions using the setjump/longjump mechanism (as a static library
only). You can install it to supplement the normal compiler.
- gobjc++-8: GNU Objective-C++ compiler
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
- gobjc++-8-multilib: GNU Objective-C++ compiler (multilib support)
This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
platforms supported by the gcc compiler.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
- gobjc-8: GNU Objective-C compiler
This is the GNU Objective-C compiler, which compiles
Objective-C on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
- gobjc-8-multilib: GNU Objective-C compiler (multilib support)
This is the GNU Objective-C compiler, which compiles Objective-C on platforms
supported by the gcc compiler.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
- libasan5: AddressSanitizer -- a fast memory error detector
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global} -buffer overflow bugs in C/C++ programs.
- libasan5-dbg: AddressSanitizer -- a fast memory error detector (debug symbols)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global} -buffer overflow bugs in C/C++ programs.
- libatomic1: support library providing __atomic built-in functions
library providing __atomic built-in functions. When an atomic call cannot
be turned into lock-free instructions, GCC will make calls into this library.
- libatomic1-dbg: support library providing __atomic built-in functions (debug symbols)
library providing __atomic built-in functions. When an atomic call cannot
be turned into lock-free instructions, GCC will make calls into this library.
- libcc1-0: GCC cc1 plugin for GDB
libcc1 is a plugin for GDB.
- libcc1-0-dbgsym: debug symbols for libcc1-0
- libgcc-8-dev: GCC support library (development files)
This package contains the headers and static library files necessary for
building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
- libgcc1: GCC support library
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
- libgcc1-dbg: GCC support library (debug symbols)
Debug symbols for the GCC support library.
- libgccjit-8-dev: GCC just-in-time compilation (development files)
libgccjit provides an embeddable shared library with an API for adding
compilation to existing programs using GCC.
- libgccjit0: GCC just-in-time compilation (shared library)
libgccjit provides an embeddable shared library with an API for adding
compilation to existing programs using GCC.
- libgccjit0-dbg: GCC just-in-time compilation (debug information)
libgccjit provides an embeddable shared library with an API for adding
compilation to existing programs using GCC.
- libgfortran-8-dev: Runtime library for GNU Fortran applications (development files)
This package contains the headers and static library files needed to build
GNU Fortran applications.
- libgfortran5: Runtime library for GNU Fortran applications
Library needed for GNU Fortran applications linked against the
shared library.
- libgfortran5-dbg: Runtime library for GNU Fortran applications (debug symbols)
Library needed for GNU Fortran applications linked against the
shared library.
- libgnat-8: runtime for applications compiled with GNAT (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
The libgnat library provides runtime components needed by most
applications produced with GNAT.
.
This package contains the runtime shared library.
- libgnat-8-dbg: runtime for applications compiled with GNAT (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
The libgnat library provides runtime components needed by most
applications produced with GNAT.
.
This package contains the debugging symbols.
- libgnatvsn8: GNU Ada compiler selected components (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
The libgnatvsn library exports selected GNAT components for use in other
packages, most notably ASIS tools. It is licensed under the GNAT-Modified
GPL, allowing to link proprietary programs with it.
.
This package contains the runtime shared library.
- libgnatvsn8-dbg: GNU Ada compiler selected components (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
The libgnatvsn library exports selected GNAT components for use in other
packages, most notably ASIS tools. It is licensed under the GNAT-Modified
GPL, allowing to link proprietary programs with it.
.
This package contains the debugging symbols.
- libgnatvsn8-dev: GNU Ada compiler selected components (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
The libgnatvsn library exports selected GNAT components for use in other
packages, most notably ASIS tools. It is licensed under the GNAT-Modified
GPL, allowing to link proprietary programs with it.
.
This package contains the development files and static library.
- libgo13: Runtime library for GNU Go applications
Library needed for GNU Go applications linked against the
shared library.
- libgo13-dbg: Runtime library for GNU Go applications (debug symbols)
Library needed for GNU Go applications linked against the
shared library. This currently is an empty package, because the
library is completely unstripped.
- libgomp1: GCC OpenMP (GOMP) support library
GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
in the GNU Compiler Collection.
- libgomp1-dbg: GCC OpenMP (GOMP) support library (debug symbols)
GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
in the GNU Compiler Collection.
- libgphobos-8-dev: Phobos D standard library
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- libgphobos76: Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- libgphobos76-dbg: Phobos D standard library (debug symbols)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- libitm1: GNU Transactional Memory Library
GNU Transactional Memory Library (libitm) provides transaction support for
accesses to the memory of a process, enabling easy-to-use synchronization of
accesses to shared memory by several threads.
- libitm1-dbg: GNU Transactional Memory Library (debug symbols)
GNU Transactional Memory Library (libitm) provides transaction support for
accesses to the memory of a process, enabling easy-to-use synchronization of
accesses to shared memory by several threads.
- liblsan0: LeakSanitizer -- a memory leak detector (runtime)
LeakSanitizer (Lsan) is a memory leak detector which is integrated
into AddressSanitizer.
- liblsan0-dbg: LeakSanitizer -- a memory leak detector (debug symbols)
LeakSanitizer (Lsan) is a memory leak detector which is integrated
into AddressSanitizer.
- libobjc-8-dev: Runtime library for GNU Objective-C applications (development files)
This package contains the headers and static library files needed to build
GNU ObjC applications.
- libobjc4: Runtime library for GNU Objective-C applications
Library needed for GNU ObjC applications linked against the shared library.
- libobjc4-dbg: Runtime library for GNU Objective-C applications (debug symbols)
Library needed for GNU ObjC applications linked against the shared library.
- libquadmath0: GCC Quad-Precision Math Library
A library, which provides quad-precision mathematical functions on targets
supporting the __float128 datatype. The library is used to provide on such
targets the REAL(16) type in the GNU Fortran compiler.
- libquadmath0-dbg: GCC Quad-Precision Math Library (debug symbols)
A library, which provides quad-precision mathematical functions on targets
supporting the __float128 datatype.
- libsfasan5: AddressSanitizer -- a fast memory error detector (soft float ABI)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global} -buffer overflow bugs in C/C++ programs.
- libsfasan5-dbg: AddressSanitizer -- a fast memory error detector (soft float ABI debug symbols)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global} -buffer overflow bugs in C/C++ programs.
- libsfatomic1: support library providing __atomic built-in functions (soft float ABI)
library providing __atomic built-in functions. When an atomic call cannot
be turned into lock-free instructions, GCC will make calls into this library.
- libsfatomic1-dbg: support library providing __atomic built-in functions (soft float ABI debug symbols)
library providing __atomic built-in functions. When an atomic call cannot
be turned into lock-free instructions, GCC will make calls into this library.
- libsfgcc-8-dev: GCC support library (soft float ABI development files)
This package contains the headers and static library files necessary for
building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
- libsfgcc1: GCC support library (soft float ABI)
Shared version of the support library, a library of internal subroutines
that GCC uses to overcome shortcomings of particular machines, or
special needs for some languages.
- libsfgcc1-dbg: GCC support library (debug symbols)
Debug symbols for the GCC support library.
- libsfgfortran-8-dev: Runtime library for GNU Fortran applications (soft float ABI development files)
This package contains the headers and static library files needed to build
GNU Fortran applications.
- libsfgfortran5: Runtime library for GNU Fortran applications (soft float ABI)
Library needed for GNU Fortran applications linked against the
shared library.
- libsfgfortran5-dbg: Runtime library for GNU Fortran applications (hard float ABI debug symbols)
Library needed for GNU Fortran applications linked against the
shared library.
- libsfgomp1: GCC OpenMP (GOMP) support library (soft float ABI)
GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
in the GNU Compiler Collection.
- libsfgomp1-dbg: GCC OpenMP (GOMP) support library (soft float ABI debug symbols)
GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers
- libsfgphobos-8-dev: Phobos D standard library (soft float ABI development files)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- libsfgphobos76: Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- libsfgphobos76-dbg: Phobos D standard library (debug symbols)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- libsfobjc-8-dev: Runtime library for GNU Objective-C applications (soft float development files)
This package contains the headers and static library files needed to build
GNU ObjC applications.
- libsfobjc4: Runtime library for GNU Objective-C applications (soft float ABI)
Library needed for GNU ObjC applications linked against the shared library.
- libsfobjc4-dbg: Runtime library for GNU Objective-C applications (soft float ABI debug symbols)
Library needed for GNU ObjC applications linked against the shared library.
- libsfstdc++-8-dev: GNU Standard C++ Library v3 (development files)
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
- libsfstdc++6: GNU Standard C++ Library v3 (soft float ABI)
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
- libsfstdc++6-8-dbg: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
- libsfubsan1: UBSan -- undefined behaviour sanitizer (soft float ABI)
UndefinedBehav
iorSanitizer can be enabled via -fsanitize= undefined.
Various computations will be instrumented to detect undefined behavior
at runtime. Available for C and C++.
- libsfubsan1-dbg: UBSan -- undefined behaviour sanitizer (soft float ABI debug symbols)
UndefinedBehav
iorSanitizer can be enabled via -fsanitize= undefined.
Various computations will be instrumented to detect undefined behavior
at runtime. Available for C and C++.
- libstdc++-8-dev: GNU Standard C++ Library v3 (development files)
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
- libstdc++-8-pic: GNU Standard C++ Library v3 (shared library subset kit)
This is used to develop subsets of the libstdc++ shared libraries for
use on custom installation floppies and in embedded systems.
.
Unless you are making one of those, you will not need this package.
- libstdc++6: GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
- libstdc++6-8-dbg: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
- libtsan0: ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ThreadSanitizer (Tsan) is a data race detector for C/C++ programs.
The Linux and Mac versions are based on Valgrind.
- libtsan0-dbg: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols)
ThreadSanitizer (Tsan) is a data race detector for C/C++ programs.
The Linux and Mac versions are based on Valgrind.
- libubsan1: UBSan -- undefined behaviour sanitizer (runtime)
UndefinedBehav
iorSanitizer can be enabled via -fsanitize= undefined.
Various computations will be instrumented to detect undefined behavior
at runtime. Available for C and C++.
- libubsan1-dbg: UBSan -- undefined behaviour sanitizer (debug symbols)
UndefinedBehav
iorSanitizer can be enabled via -fsanitize= undefined.
Various computations will be instrumented to detect undefined behavior
at runtime. Available for C and C++.