gcc-5 5.5.0-10ubuntu1 source package in Ubuntu
Changelog
gcc-5 (5.5.0-10ubuntu1) bionic; urgency=medium * Merge with Debian; remaining changes: - Build from upstream sources. gcc-5 (5.5.0-10) unstable; urgency=medium * Fix libisl build dependency. gcc-5 (5.5.0-9) unstable; urgency=medium [ John David Anglin ] * Switch hppa-linux to caller copies ABI (as done in GCC 8). See #892848. [ Matthias Klose ] * Stop build gcj in current distro releases. Addresses: #892536. * Fix some lintian warnings. -- Matthias Klose <email address hidden> Mon, 19 Mar 2018 16:30:47 +0800
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-5_5.5.0.orig.tar.gz | 70.7 MiB | 16f7a0c8dfc8474c51f5117cba44a7a5e6c7a00ba773eb21530b0abf96f7ed08 |
gcc-5_5.5.0-10ubuntu1.diff.gz | 1.4 MiB | 4734dc7ddf6be2cbad3ee1dcd7e6bd053d847f280840dcf6690cc8e96295e16b |
gcc-5_5.5.0-10ubuntu1.dsc | 18.1 KiB | d306d08948cc69b0c9f850fd3512cfb99b66d104d3c1a8c01bfc6cec330baa73 |
Available diffs
Binary packages built by this source
- cpp-5: 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-5-dbgsym: debug symbols for cpp-5
- cpp-5-doc: Documentation for the GNU C preprocessor (cpp)
Documentation for the GNU C preprocessor in info format.
- g++-5: GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- g++-5-dbgsym: debug symbols for g++-5
- g++-5-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-5: GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C.
- gcc-5-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-5-dbgsym: debug symbols for gcc-5
- gcc-5-doc: Documentation for the GNU compilers (gcc, gobjc, g++)
Documentation for the GNU compilers in info format.
- gcc-5-hppa64-linux-gnu: GNU C compiler (cross compiler for hppa64)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
- gcc-5-hppa64-linux-gnu-dbgsym: debug symbols for gcc-5-hppa64-linux-gnu
- gcc-5-locales: GCC, the GNU compiler collection (native language support files)
Native language support for GCC. Lets GCC speak your language,
if translations are available.
.
Please do NOT submit bug reports in other languages than "C".
Always reset your language settings to use the "C" locales.
- gcc-5-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-5-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-5-plugin-dev-dbgsym: debug symbols for gcc-5-plugin-dev
- gcc-5-source: Source of the GNU Compiler Collection
This package contains the sources and patches which are needed to
build the GNU Compiler Collection (GCC).
- gcc-5-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-5: 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-5-dbgsym: debug symbols for gccgo-5
- gccgo-5-doc: Documentation for the GNU Go compiler (gccgo)
Documentation for the GNU Go compiler in info format.
- gccgo-5-multilib: GNU Go compiler (multilib support)
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
- gdc-5: 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-5-dbgsym: debug symbols for gdc-5
- gdc-5-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-5: 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-5-dbgsym: debug symbols for gfortran-5
- gfortran-5-doc: Documentation for the GNU Fortran compiler (gfortran)
Documentation for the GNU Fortran compiler in info format.
- gfortran-5-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-5: 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-5-dbgsym: debug symbols for gnat-5
- gnat-5-doc: GNU Ada compiler (documentation)
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 documentation in info format.
- gnat-5-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++-5: 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++-5-dbgsym: debug symbols for gobjc++-5
- gobjc++-5-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-5: 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-5-dbgsym: debug symbols for gobjc-5
- gobjc-5-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).
- lib32asan2: AddressSanitizer -- a fast memory error detector (32bit)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global} -buffer overflow bugs in C/C++ programs.
- lib32asan2-dbg: AddressSanitizer -- a fast memory error detector (32 bit 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.
- lib32gcc-5-dev: GCC support library (32 bit development files)
This package contains the headers and static library files necessary for
building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
- lib32gfortran-5-dev: Runtime library for GNU Fortran applications (32bit development files)
This package contains the headers and static library files needed to build
GNU Fortran applications.
- lib32go7: Runtime library for GNU Go applications (32bit)
Library needed for GNU Go applications linked against the
shared library.
- lib32go7-dbg: Runtime library for GNU Go applications (32 bit 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.
- lib32mpx0: Intel memory protection extensions (32bit)
Intel MPX is a set of processor features which, with compiler,
runtime library and OS support, brings increased robustness to
software by checking pointer references whose compile time normal
intentions are usurped at runtime due to buffer overflow.
- lib32mpx0-dbg: Intel memory protection extensions (32 bit debug symbols)
Intel MPX is a set of processor features which, with compiler,
runtime library and OS support, brings increased robustness to
software by checking pointer references whose compile time normal
intentions are usurped at runtime due to buffer overflow.
- lib32objc-5-dev: Runtime library for GNU Objective-C applications (32bit development files)
This package contains the headers and static library files needed to build
GNU ObjC applications.
- lib32phobos-5-dev: Phobos D standard library (64bit development files)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- lib32stdc++-5-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.
- lib32stdc++6-5-dbg: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
- lib64asan2: AddressSanitizer -- a fast memory error detector (64bit)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global} -buffer overflow bugs in C/C++ programs.
- lib64asan2-dbg: AddressSanitizer -- a fast memory error detector (64bit 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.
- lib64gcc-5-dev: GCC support library (64bit development files)
This package contains the headers and static library files necessary for
building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
- lib64gfortran-5-dev: Runtime library for GNU Fortran applications (64bit development files)
This package contains the headers and static library files needed to build
GNU Fortran applications.
- lib64go7: Runtime library for GNU Go applications (64bit)
Library needed for GNU Go applications linked against the
shared library.
- lib64go7-dbg: Runtime library for GNU Go applications (64bit 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.
- lib64mpx0: Intel memory protection extensions (64bit)
Intel MPX is a set of processor features which, with compiler,
runtime library and OS support, brings increased robustness to
software by checking pointer references whose compile time normal
intentions are usurped at runtime due to buffer overflow.
- lib64mpx0-dbg: Intel memory protection extensions (64bit debug symbols)
Intel MPX is a set of processor features which, with compiler,
runtime library and OS support, brings increased robustness to
software by checking pointer references whose compile time normal
intentions are usurped at runtime due to buffer overflow.
- lib64objc-5-dev: Runtime library for GNU Objective-C applications (64bit development files)
This package contains the headers and static library files needed to build
GNU ObjC applications.
- lib64phobos-5-dev: Phobos D standard library (64bit development files)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- lib64stdc++-5-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.
- lib64stdc++6-5-dbg: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
- libasan2: 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.
- libasan2-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.
- libgcc-5-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.
- libgccjit-5-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.
- libgccjit-5-doc: GCC just-in-time compilation (documentation)
libgccjit provides an embeddable shared library with an API for adding
compilation to existing programs using GCC.
- libgfortran-5-dev: Runtime library for GNU Fortran applications (development files)
This package contains the headers and static library files needed to build
GNU Fortran applications.
- libgnat-5: 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-5-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.
- libgnatprj5: GNU Ada compiler Project Manager (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the runtime shared library.
- libgnatprj5-dbg: GNU Ada compiler Project Manager (debugging symbols)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the debugging symbols.
- libgnatprj5-dev: GNU Ada compiler Project Manager (development files)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
GNAT uses project files to organise source and object files in large-scale
development efforts. The libgnatprj library exports GNAT project files
management for use in other packages, most notably ASIS tools (package
asis-programs) and GNAT Programming Studio (package gnat-gps). It is
licensed under the pure GPL; all programs that use it must also be
distributed under the GPL, or not distributed at all.
.
This package contains the development files and static library.
- libgnatvsn5: 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.
- libgnatvsn5-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.
- libgnatvsn5-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.
- libgo7: Runtime library for GNU Go applications
Library needed for GNU Go applications linked against the
shared library.
- libgo7-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.
- libmpx0: Intel memory protection extensions (runtime)
Intel MPX is a set of processor features which, with compiler,
runtime library and OS support, brings increased robustness to
software by checking pointer references whose compile time normal
intentions are usurped at runtime due to buffer overflow.
- libmpx0-dbg: Intel memory protection extensions (debug symbols)
Intel MPX is a set of processor features which, with compiler,
runtime library and OS support, brings increased robustness to
software by checking pointer references whose compile time normal
intentions are usurped at runtime due to buffer overflow.
- libobjc-5-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.
- libphobos-5-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/
- libsfasan2: 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.
- libsfasan2-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.
- libsfgcc-5-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.
- libsfgfortran-5-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.
- libsfobjc-5-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.
- libsfphobos-5-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/
- libsfstdc++-5-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-5-dbg: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
- libstdc++-5-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++-5-doc: GNU Standard C++ Library v3 (documentation files)
This package contains documentation files for the GNU stdc++ library.
.
One set is the distribution documentation, the other set is the
source documentation including a namespace list, class hierarchy,
alphabetical list, compound list, file list, namespace members,
compound members and file members.
- libstdc++-5-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-5-dbg: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.
- libx32asan2: AddressSanitizer -- a fast memory error detector (x32)
AddressSanitizer (ASan) is a fast memory error detector. It finds
use-after-free and {heap,stack,global} -buffer overflow bugs in C/C++ programs.
- libx32asan2-dbg: AddressSanitizer -- a fast memory error detector (x32 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.
- libx32gcc-5-dev: GCC support library (x32 development files)
This package contains the headers and static library files necessary for
building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.
- libx32gfortran-5-dev: Runtime library for GNU Fortran applications (x32 development files)
This package contains the headers and static library files needed to build
GNU Fortran applications.
- libx32go7: Runtime library for GNU Go applications (x32)
Library needed for GNU Go applications linked against the
shared library.
- libx32go7-dbg: Runtime library for GNU Go applications (x32 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.
- libx32objc-5-dev: Runtime library for GNU Objective-C applications (x32 development files)
This package contains the headers and static library files needed to build
GNU ObjC applications.
- libx32phobos-5-dev: Phobos D standard library (x32 development files)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang. org/phobos/
- libx32stdc++-5-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.
- libx32stdc++6-5-dbg: GNU Standard C++ Library v3 (debugging files)
This package contains the shared library of libstdc++ compiled with
debugging symbols.