gcc-10 10-20200323-1ubuntu1 source package in Ubuntu

Changelog

gcc-10 (10-20200323-1ubuntu1) focal; urgency=medium

  * GCC snapshot, taken from the trunk (20200323, 497498c878d).

gcc-10 (10-20200323-1) unstable; urgency=medium

  * GCC snapshot, taken from the trunk (20200323, 497498c878d).
  * libgcc-N-dev: Include sanitizer headers again. Closes: #954751.
  * gm2: Define lang_register_spec_functions for jit. Closes: #954438.

 -- Matthias Klose <email address hidden>  Mon, 23 Mar 2020 19:04:05 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gcc-10_10-20200323.orig.tar.gz 86.1 MiB c98a20159fcd689bfb385bbbabbf6baaf2fb0b0c4ba336228a60eb3e923f707e
gcc-10_10-20200323-1ubuntu1.debian.tar.xz 547.2 KiB 4ec47d59cdb26421daf71c81d0dce444536dfd7a96e68122c62b518e7ce1c4d7
gcc-10_10-20200323-1ubuntu1.dsc 30.1 KiB eddfe8c8fec70c828e2a54ad44724bd21b6da44346650030fe0b05785449c5b9

View changes file

Binary packages built by this source

cpp-10: 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-10-dbgsym: debug symbols for cpp-10
g++-10: GNU C++ compiler

 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

g++-10-dbgsym: debug symbols for g++-10
gcc-10: GNU C compiler

 This is the GNU C compiler, a fairly portable optimizing compiler for C.

gcc-10-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-10-dbgsym: debug symbols for gcc-10
gcc-10-offload-nvptx: GCC offloading compiler to NVPTX

 The package provides offloading support for NVidia PTX. OpenMP and OpenACC
 programs linked with -fopenmp will by default add PTX code into the binaries,
 which can be offloaded to NVidia PTX capable devices if available.

gcc-10-offload-nvptx-dbgsym: debug symbols for gcc-10-offload-nvptx
gcc-10-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-10-plugin-dev-dbgsym: debug symbols for gcc-10-plugin-dev
gcc-10-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-10: 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-10-dbgsym: debug symbols for gccgo-10
gdc-10: 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-10-dbgsym: debug symbols for gdc-10
gfortran-10: 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-10-dbgsym: debug symbols for gfortran-10
gm2-10: GNU Modula-2 compiler

 This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
 supported by gcc. It uses the gcc backend to generate optimised code.

gobjc++-10: 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-10: 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.

libasan6: 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.

libasan6-dbgsym: No summary available for libasan6-dbgsym in ubuntu focal.

No description available for libasan6-dbgsym in ubuntu focal.

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-dbgsym: debug symbols for libatomic1
libcc1-0: GCC cc1 plugin for GDB

 libcc1 is a plugin for GDB.

libcc1-0-dbgsym: debug symbols for libcc1-0
libgcc-10-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.

libgcc-s1: 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.

libgcc-s1-dbgsym: debug symbols for libgcc-s1
libgcc1: GCC support library (dependency package)

 This is a dependency package, and can be safely removed after upgrade.

libgccjit-10-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-dbgsym: debug symbols for libgccjit0
libgfortran-10-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-dbgsym: debug symbols for libgfortran5
libgm2-10-dev: GNU Modula-2 standard library

 This is the Modula-2 standard library that comes with the gm2 compiler.

libgm2-15: GNU Modula-2 standard library (runtime library)

 This is the GNU Modula-2 standard library that comes with the gm2 compiler.

libgm2-15-dbgsym: debug symbols for libgm2-15
libgo-10-dev: Runtime library for GNU Go applications (development files)

 This package contains the headers and static library files needed to build
 GNU Go applications.

libgo16: Runtime library for GNU Go applications

 Library needed for GNU Go applications linked against the
 shared library.

libgomp-plugin-nvptx1: GCC OpenMP v4.5 plugin for offloading to NVPTX

 This package contains libgomp plugin for offloading to NVidia
 PTX. The plugin needs libcuda.so.1 shared library that has to be
 installed separately.

libgomp-plugin-nvptx1-dbgsym: debug symbols for libgomp-plugin-nvptx1
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-dbgsym: debug symbols for libgomp1
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-dbgsym: debug symbols for libitm1
liblsan0: LeakSanitizer -- a memory leak detector (runtime)

 LeakSanitizer (Lsan) is a memory leak detector which is integrated
 into AddressSanitizer.

liblsan0-dbgsym: No summary available for liblsan0-dbgsym in ubuntu focal.

No description available for liblsan0-dbgsym in ubuntu focal.

libobjc-10-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-dbgsym: debug symbols for libobjc4
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-dbgsym: debug symbols for libquadmath0
libstdc++-10-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++-10-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-10-dbg: GNU Standard C++ Library v3 (debug build)

 This package contains a debug build of the shared libstdc++ library. The debug
 symbols for the default build can be found in the libstdc++6-dbgsym package.

libstdc++6-dbgsym: debug symbols for libstdc++6
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-dbgsym: No summary available for libtsan0-dbgsym in ubuntu focal.

No description available for libtsan0-dbgsym in ubuntu focal.

libubsan1: UBSan -- undefined behaviour sanitizer (runtime)

 UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined.
 Various computations will be instrumented to detect undefined behavior
 at runtime. Available for C and C++.

libubsan1-dbgsym: No summary available for libubsan1-dbgsym in ubuntu focal.

No description available for libubsan1-dbgsym in ubuntu focal.