gcc-12 12.1.0-6ubuntu1 source package in Ubuntu

Changelog

gcc-12 (12.1.0-6ubuntu1) kinetic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

gcc-12 (12.1.0-6) unstable; urgency=medium

  * Update to git 20210717 from the gcc-12 branch.
    - Fix PR rtl-optimization/105041, PR tree-optimization/105860,
      PR target/105930 (x86), PR tree-optimization/106114,
      PR target/105991 (PPC), PR target/106122 (x86), PR c++/106102,
      PR target/103722 (SH), PR bootstrap/105551, PR target/106097,
      PR c++/105626, PR c++/106024, PR c++/105541, PR c++/105779,
      PR c++/106024, PR d/106139, PR fortran/104313, PR fortran/103137,
      PR fortran/103138, PR fortran/103693, PR fortran/105243,
      PR fortran/106121, PR fortran/105954, PR fortran/105691,
      PR fortran/105813.
  * Apply a hack to build libgo on the Hurd. Closes: #1005297.

 -- Matthias Klose <email address hidden>  Sun, 17 Jul 2022 11:34:31 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Kinetic
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-12_12.1.0.orig.tar.gz 85.3 MiB 383f31a27aaef5bfa7a4c08050b673b082a5c4a71b2ab8c9e645989fa1867875
gcc-12_12.1.0-6ubuntu1.debian.tar.xz 1.7 MiB 0461e027efdc0ec421e75de99b194996686fc062c20cd52ba76d69b0a7054dec
gcc-12_12.1.0-6ubuntu1.dsc 27.1 KiB c6fb340c7c9ac1f182eac326569eec49fe551f99173e2ce2c579cb17fc52025f

View changes file

Binary packages built by this source

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

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

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

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

gcc-12-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-12-dbgsym: debug symbols for gcc-12
gcc-12-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-12-offload-nvptx-dbgsym: debug symbols for gcc-12-offload-nvptx
gcc-12-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-12-plugin-dev-dbgsym: debug symbols for gcc-12-plugin-dev
gcc-12-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-12: 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-12-dbgsym: debug symbols for gccgo-12
gdc-12: 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-12-dbgsym: debug symbols for gdc-12
gfortran-12: 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-12-dbgsym: debug symbols for gfortran-12
gm2-12: 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.

gm2-12-dbgsym: debug symbols for gm2-12
gnat-12: 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-12-dbgsym: debug symbols for gnat-12
gobjc++-12: 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++-12-dbgsym: debug symbols for gobjc++-12
gobjc-12: 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-12-dbgsym: debug symbols for gobjc-12
libasan8: 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.

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-12-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
libgccjit-12-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-12-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-12-dev: GNU Modula-2 standard library

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

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

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

libgm2-17-dbgsym: debug symbols for libgm2-17
libgnat-12: 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-12-dbgsym: debug symbols for libgnat-12
libgo-12-dev: Runtime library for GNU Go applications (development files)

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

libgo21: 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
libgphobos-12-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/

libgphobos3: 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/

libgphobos3-dbgsym: debug symbols for libgphobos3
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.

libobjc-12-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++-12-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++-12-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-12-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
libtsan2: 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.

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++.