Your message dated Wed, 15 Nov 2017 19:35:30 +0000
with message-id <e1ef3t8-000fhc...@fasolo.debian.org>
and subject line Bug#880962: fixed in gcc-7 7.2.0-15
has caused the Debian Bug report #880962,
regarding mips*: "gcc --help=target --help=optimizers" busyloops forever
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
880962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880962
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-7
Version: 7.2.0-12
Severity: serious
Control: affects -1 src:amanda

https://buildd.debian.org/status/package.php?p=amanda&suite=sid

...
checking for gcc flag -fstrict-aliasing... 
E: Build killed with signal TERM after 360 minutes of inactivity


Testcase:

(sid_mips-dchroot)bunk@minkus:~$ gcc --help=target --help=optimizers  
The following options are target specific:
  -G<number>                  Put global and static data smaller than <number> 
bytes into a special section (on some
                              targets).
  -mabi=ABI                   Generate code that conforms to the given ABI.
  -mabicalls                  Generate code that can be used in SVR4-style 
dynamic objects.
  -mabs=MODE                  Select the IEEE 754 ABS/NEG instruction execution 
mode.
  -mandroid                   Generate code for the Android platform.
  -march=ISA                  Generate code for the given ISA.
  -mbionic                    Use Bionic C library.
  -mbranch-cost=COST          Set the cost of branches to roughly COST 
instructions.
  -mbranch-likely             Use Branch Likely instructions, overriding the 
architecture default.
  -mcheck-zero-division       Trap on integer divide by zero.
  -mcode-readable=SETTING     Specify when instructions are allowed to access 
code.
  -mcompact-branches=         Specify the compact branch usage policy.
  -mdebug                     This option lacks documentation.
  -mdebugd                    This option lacks documentation.
  -mdivide-breaks             Use branch-and-break sequences to check for 
integer divide by zero.
  -mdivide-traps              Use trap instructions to check for integer divide 
by zero.
  -mdmx                       Allow the use of MDMX instructions.
  -mdouble-float              Allow hardware floating-point instructions to 
cover both 32-bit and 64-bit operations.
  -mdsp                       Use MIPS-DSP instructions.
  -mdspr2                     Use MIPS-DSP REV 2 instructions.
  -meb                        Use big-endian byte order.
  -mel                        Use little-endian byte order.
  -membedded-data             Use ROM instead of RAM.
  -meva                       Use Enhanced Virtual Addressing instructions.
  -mexplicit-relocs           Use NewABI-style %reloc() assembly operators.
  -mextern-sdata              Use -G for data that is not defined by the 
current object.
  -mfix-24k                   Work around certain 24K errata.
  -mfix-r10000                Work around certain R10000 errata.
  -mfix-r4000                 Work around certain R4000 errata.
  -mfix-r4400                 Work around certain R4400 errata.
  -mfix-rm7000                Work around certain RM7000 errata.
  -mfix-sb1                   Work around errata for early SB-1 revision 2 
cores.
  -mfix-vr4120                Work around certain VR4120 errata.
  -mfix-vr4130                Work around VR4130 mflo/mfhi errata.
  -mfix4300                   Work around an early 4300 hardware bug.
  -mflip-mips16               Switch on/off MIPS16 ASE on alternating functions 
for compiler testing.
  -mflush-func=FUNC           Use FUNC to flush the cache before calling stack 
trampolines.
  -mfp-exceptions             FP exceptions are enabled.
  -mfp32                      Use 32-bit floating-point registers.
  -mfp64                      Use 64-bit floating-point registers.
  -mfpxx                      Conform to the o32 FPXX ABI.
  -mframe-header-opt          Optimize frame header.
  -mfused-madd                Same as -ffp-contract=.  Use the latter option 
instead.  Uses of this option are
                              diagnosed.
  -mglibc                     Use GNU C library.
  -mgp32                      Use 32-bit general registers.
  -mgp64                      Use 64-bit general registers.
  -mgpopt                     Use GP-relative addressing to access small data.
  -mhard-float                Allow the use of hardware floating-point ABI and 
instructions.
  -mimadd                     Use integer madd/msub instructions.
  -minterlink-compressed      Generate code that is link-compatible with MIPS16 
and microMIPS code.
  -minterlink-mips16          An alias for minterlink-compressed provided for 
backward-compatibility.
  -mipsN                      Generate code for ISA level N.
  -mips16                     Generate MIPS16 code.
  -mips3d                     Use MIPS-3D instructions.
  -mllsc                      Use ll, sc and sync instructions.
  -mload-store-pairs          Enable load/store bonding.
  -mlocal-sdata               Use -G for object-local data.
  -mlong-calls                Use indirect calls.
  -mlong32                    Use a 32-bit long type.
  -mlong64                    Use a 64-bit long type.
  -mlra                       Use LRA instead of reload.
  -mlxc1-sxc1                 Use lwxc1/swxc1/ldxc1/sdxc1 instructions where 
applicable.
  -mmad                       Use PMC-style 'mad' instructions.
  -mmadd4                     Use 4-operand madd.s/madd.d and related 
instructions where applicable.
  -mmcount-ra-address         Pass the address of the ra save location to 
_mcount in $12.
  -mmcu                       Use MCU instructions.
  -mmemcpy                    Don't optimize block moves.
  -mmicromips                 Use microMIPS instructions.
  -mmsa                       Use MIPS MSA Extension instructions.
  -mmt                        Allow the use of MT instructions.
  -mmusl                      Use musl C library.
  -mnan=ENCODING              Select the IEEE 754 NaN data encoding.
  -mno-flush-func             Do not use a cache-flushing function before 
calling stack trampolines.
  -mno-mdmx                   Do not use MDMX instructions.
  -mno-mips16                 Generate normal-mode code.
  -mno-mips3d                 Do not use MIPS-3D instructions.
  -modd-spreg                 Enable use of odd-numbered single-precision 
registers.
  -mpaired-single             Use paired-single floating-point instructions.
  -mplt                       When generating -mabicalls code, allow 
executables to use PLTs and copy relocations.
  -mr10k-cache-barrier=SETTING Specify when r10k cache barriers should be 
inserted.
  -mrelax-pic-calls           Try to allow the linker to turn PIC calls into 
direct calls.
  -mshared                    When generating -mabicalls code, make the code 
suitable for use in shared libraries.
  -msingle-float              Restrict the use of hardware floating-point 
instructions to 32-bit operations.
  -msmartmips                 Use SmartMIPS instructions.
  -msoft-float                Prevent the use of all hardware floating-point 
instructions.
  -msplit-addresses           Optimize lui/addiu address loads.
  -msym32                     Assume all symbols have 32-bit values.
  -msynci                     Use synci instruction to invalidate i-cache.
  -mtune=PROCESSOR            Optimize the output for PROCESSOR.
  -muclibc                    Use uClibc C library.
  -muninit-const-in-rodata    Put uninitialized constants in ROM (needs 
-membedded-data).
  -mvirt                      Use Virtualization (VZ) instructions.
  -mvr4130-align              Perform VR4130-specific alignment optimizations.
  -mxgot                      Lift restrictions on GOT size.
  -mxpa                       Use eXtended Physical Address (XPA) instructions.

  Known MIPS ABIs (for use with the -mabi= option):
    32 64 eabi n32 o64

  Known MIPS CPUs (for use with the -march= and -mtune= options):
    10000 1004kc 1004kf 1004kf1_1 1004kf2_1 10k 12000 12k 14000 14k 16000 16k 
2000 20kc 24kc 24kec 24kef 24kef1_1
    24kef2_1 24kefx 24kex 24kf 24kf1_1 24kf2_1 24kfx 24kx 2k 3000 34kc 34kf 
34kf1_1 34kf2_1 34kfx 34kn 34kx 3900 3k
    4000 4100 4111 4120 4130 4300 4400 4600 4650 4700 4k 4kc 4kec 4kem 4kep 4km 
4kp 4ksc 4ksd 5000 5400 5500 5900 5k
    5kc 5kf 6000 6k 7000 74kc 74kf 74kf1_1 74kf2_1 74kf3_2 74kfx 74kx 7k 8000 
8k 9000 9k from-abi i6400 interaptiv
    loongson2e loongson2f loongson3a m14k m14kc m14ke m14kec m4k m5100 m5101 
mips1 mips2 mips3 mips32 mips32r2
    mips32r3 mips32r5 mips32r6 mips4 mips64 mips64r2 mips64r3 mips64r5 mips64r6 
native octeon octeon+ octeon2 octeon3
    orion p5600 r10000 r1004kc r1004kf r1004kf1_1 r1004kf2_1 r10k r12000 r12k 
r14000 r14k r16000 r16k r2000 r20kc
    r24kc r24kec r24kef r24kef1_1 r24kef2_1 r24kefx r24kex r24kf r24kf1_1 
r24kf2_1 r24kfx r24kx r2k r3000 r34kc r34kf
    r34kf1_1 r34kf2_1 r34kfx r34kn r34kx r3900 r3k r4000 r4100 r4111 r4120 
r4130 r4300 r4400 r4600 r4650 r4700 r4k
    r4kc r4kec r4kem r4kep r4km r4kp r4ksc r4ksd r5000 r5400 r5500 r5900 r5k 
r5kc r5kf r6000 r6k r7000 r74kc r74kf
    r74kf1_1 r74kf2_1 r74kf3_2 r74kfx r74kx r7k r8000 r8k r9000 r9k rm7000 rm7k 
rm9000 rm9k sb1 sb1a sr71000 sr71k
    vr4100 vr4111 vr4120 vr4130 vr4300 vr5000 vr5400 vr5500 vr5k xlp xlr

  Policies available for use with -mcompact-branches=:
    always never optimal

  Valid arguments to -mcode-readable=:
    no pcrel yes

  Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):
    2008 legacy

  Known MIPS ISA levels (for use with the -mips option):
    1 2 3 32 32r2 32r3 32r5 32r6 4 64 64r2 64r3 64r5 64r6

  Valid arguments to -mr10k-cache-barrier=:
    load-store none store

--- End Message ---
--- Begin Message ---
Source: gcc-7
Source-Version: 7.2.0-15

We believe that the bug you reported is fixed in the latest version of
gcc-7, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 880...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated gcc-7 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 15 Nov 2017 20:02:41 +0100
Source: gcc-7
Binary: gcc-7-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc-7-dev libgcc4 
libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib64gcc-7-dev lib32gcc1 lib32gcc1-dbg 
lib32gcc-7-dev libn32gcc1 libn32gcc1-dbg libn32gcc-7-dev libx32gcc1 
libx32gcc1-dbg libx32gcc-7-dev gcc-7 gcc-7-multilib gcc-7-test-results 
gcc-7-plugin-dev gcc-7-hppa64-linux-gnu cpp-7 gcc-7-locales g++-7 
g++-7-multilib libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 
lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libx32gomp1 libx32gomp1-dbg libitm1 
libitm1-dbg lib32itm1 lib32itm1-dbg lib64itm1 lib64itm1-dbg libx32itm1 
libx32itm1-dbg libatomic1 libatomic1-dbg lib32atomic1 lib32atomic1-dbg 
lib64atomic1 lib64atomic1-dbg libn32atomic1 libn32atomic1-dbg libx32atomic1 
libx32atomic1-dbg libasan4 libasan4-dbg lib32asan4 lib32asan4-dbg lib64asan4 
lib64asan4-dbg libx32asan4 libx32asan4-dbg liblsan0 liblsan0-dbg lib32lsan0 
lib32lsan0-dbg libx32lsan0 libx32lsan0-dbg libtsan0 libtsan0-dbg libubsan0 
libubsan0-dbg lib32ubsan0
 lib32ubsan0-dbg lib64ubsan0 lib64ubsan0-dbg libx32ubsan0 libx32ubsan0-dbg 
libcilkrts5 libcilkrts5-dbg lib32cilkrts5 lib32cilkrts5-dbg lib64cilkrts5 
lib64cilkrts5-dbg libx32cilkrts5 libx32cilkrts5-dbg libmpx2 libmpx2-dbg 
lib32mpx2 lib32mpx2-dbg lib64mpx2 lib64mpx2-dbg libquadmath0 libquadmath0-dbg 
lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 lib64quadmath0-dbg 
libx32quadmath0 libx32quadmath0-dbg libcc1-0 libgccjit0 libgccjit0-dbg 
libgccjit-7-doc libgccjit-7-dev gobjc++-7 gobjc++-7-multilib gobjc-7 
gobjc-7-multilib libobjc-7-dev lib64objc-7-dev lib32objc-7-dev libn32objc-7-dev 
libx32objc-7-dev libobjc4 libobjc4-dbg lib64objc4 lib64objc4-dbg lib32objc4 
lib32objc4-dbg libn32objc4 libn32objc4-dbg libx32objc4 libx32objc4-dbg 
gfortran-7 gfortran-7-multilib libgfortran-7-dev lib64gfortran-7-dev 
lib32gfortran-7-dev libn32gfortran-7-dev libx32gfortran-7-dev libgfortran4 
libgfortran4-dbg lib64gfortran4 lib64gfortran4-dbg lib32gfortran4 
lib32gfortran4-dbg libn32gfortran4
 libn32gfortran4-dbg libx32gfortran4 libx32gfortran4-dbg gccgo-7 
gccgo-7-multilib libgo11 libgo11-dbg lib64go11 lib64go11-dbg lib32go11 
lib32go11-dbg libn32go11 libn32go11-dbg libx32go11 libx32go11-dbg libstdc++6 
lib32stdc++6 lib64stdc++6 libn32stdc++6 libx32stdc++6 libstdc++-7-dev 
libstdc++-7-pic libstdc++6-7-dbg lib32stdc++-7-dev lib32stdc++6-7-dbg 
lib64stdc++-7-dev lib64stdc++6-7-dbg libn32stdc++-7-dev libn32stdc++6-7-dbg 
libx32stdc++-7-dev libx32stdc++6-7-dbg libstdc++-7-doc gnat-7 gnat-7-sjlj 
libgnat-7 libgnat-7-dbg libgnatvsn7-dev libgnatvsn7 libgnatvsn7-dbg gdc-7 
gdc-7-multilib libgphobos-7-dev libgphobos71 libgphobos71-dbg 
lib64gphobos-7-dev lib64gphobos71 lib64gphobos71-dbg lib32gphobos-7-dev 
lib32gphobos71 lib32gphobos71-dbg libx32gphobos-7-dev libx32gphobos71 
libx32gphobos71-dbg gccbrig-7 libhsail-rt-7-dev libhsail-rt0 libhsail-rt0-dbg 
fixincludes gcc-7-offload-nvptx libgomp-plugin-nvptx1
 gcc-7-source
Architecture: source
Version: 7.2.0-15
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 cpp-7      - GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-7      - GNU C++ compiler
 g++-7-multilib - GNU C++ compiler (multilib support)
 gcc-7      - GNU C compiler
 gcc-7-base - GCC, the GNU Compiler Collection (base package)
 gcc-7-hppa64-linux-gnu - GNU C compiler (cross compiler for hppa64)
 gcc-7-locales - GCC, the GNU compiler collection (native language support 
files)
 gcc-7-multilib - GNU C compiler (multilib support)
 gcc-7-offload-nvptx - GCC offloading compiler to NVPTX
 gcc-7-plugin-dev - Files for GNU GCC plugin development.
 gcc-7-source - Source of the GNU Compiler Collection
 gcc-7-test-results - Test results for the GCC test suite
 gccbrig-7  - GNU BRIG (HSA IL) frontend
 gccgo-7    - GNU Go compiler
 gccgo-7-multilib - GNU Go compiler (multilib support)
 gdc-7      - GNU D compiler (version 2)
 gdc-7-multilib - GNU D compiler (version 2, multilib support)
 gfortran-7 - GNU Fortran compiler
 gfortran-7-multilib - GNU Fortran compiler (multilib support)
 gnat-7     - GNU Ada compiler
 gnat-7-sjlj - GNU Ada compiler (setjump/longjump runtime library)
 gobjc++-7  - GNU Objective-C++ compiler
 gobjc++-7-multilib - GNU Objective-C++ compiler (multilib support)
 gobjc-7    - GNU Objective-C compiler
 gobjc-7-multilib - GNU Objective-C compiler (multilib support)
 lib32asan4 - AddressSanitizer -- a fast memory error detector (32bit)
 lib32asan4-dbg - AddressSanitizer -- a fast memory error detector (32 bit 
debug sy
 lib32atomic1 - support library providing __atomic built-in functions (32bit)
 lib32atomic1-dbg - support library providing __atomic built-in functions (32 
bit deb
 lib32cilkrts5 - Intel Cilk Plus language extensions (32bit)
 lib32cilkrts5-dbg - Intel Cilk Plus language extensions (32 bit debug symbols)
 lib32gcc-7-dev - GCC support library (32 bit development files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran-7-dev - Runtime library for GNU Fortran applications (32bit 
development f
 lib32gfortran4 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran4-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32go11  - Runtime library for GNU Go applications (32bit)
 lib32go11-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32gphobos-7-dev - Phobos D standard library (32bit development files)
 lib32gphobos71 - Phobos D standard library (runtime library)
 lib32gphobos71-dbg - Phobos D standard library (debug symbols)
 lib32itm1  - GNU Transactional Memory Library (32bit)
 lib32itm1-dbg - GNU Transactional Memory Library (32 bit debug symbols)
 lib32lsan0 - LeakSanitizer -- a memory leak detector (32bit)
 lib32lsan0-dbg - LeakSanitizer -- a memory leak detector (32 bit debug symbols)
 lib32mpx2  - Intel memory protection extensions (32bit)
 lib32mpx2-dbg - Intel memory protection extensions (32 bit debug symbols)
 lib32objc-7-dev - Runtime library for GNU Objective-C applications (32bit 
developme
 lib32objc4 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc4-dbg - Runtime library for GNU Objective-C applications (32 bit 
debug sy
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++-7-dev - GNU Standard C++ Library v3 (development files)
 lib32stdc++6 - GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib32ubsan0 - UBSan -- undefined behaviour sanitizer (32bit)
 lib32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (32 bit debug symbols)
 lib64asan4 - AddressSanitizer -- a fast memory error detector (64bit)
 lib64asan4-dbg - AddressSanitizer -- a fast memory error detector (64bit debug 
sym
 lib64atomic1 - support library providing __atomic built-in functions (64bit)
 lib64atomic1-dbg - support library providing __atomic built-in functions 
(64bit debu
 lib64cilkrts5 - Intel Cilk Plus language extensions (64bit)
 lib64cilkrts5-dbg - Intel Cilk Plus language extensions (64bit debug symbols)
 lib64gcc-7-dev - GCC support library (64bit development files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran-7-dev - Runtime library for GNU Fortran applications (64bit 
development f
 lib64gfortran4 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran4-dbg - Runtime library for GNU Fortran applications (64bit debug 
symbols
 lib64go11  - Runtime library for GNU Go applications (64bit)
 lib64go11-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64gphobos-7-dev - Phobos D standard library (64bit development files)
 lib64gphobos71 - Phobos D standard library (runtime library)
 lib64gphobos71-dbg - Phobos D standard library (debug symbols)
 lib64itm1  - GNU Transactional Memory Library (64bit)
 lib64itm1-dbg - GNU Transactional Memory Library (64bit debug symbols)
 lib64mpx2  - Intel memory protection extensions (64bit)
 lib64mpx2-dbg - Intel memory protection extensions (64bit debug symbols)
 lib64objc-7-dev - Runtime library for GNU Objective-C applications (64bit 
developme
 lib64objc4 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc4-dbg - Runtime library for GNU Objective-C applications (64 bit 
debug sy
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  (64bit debug symbols)
 lib64stdc++-7-dev - GNU Standard C++ Library v3 (development files)
 lib64stdc++6 - GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
 lib64ubsan0 - UBSan -- undefined behaviour sanitizer (64bit)
 lib64ubsan0-dbg - UBSan -- undefined behaviour sanitizer (64bit debug symbols)
 libasan4   - AddressSanitizer -- a fast memory error detector
 libasan4-dbg - AddressSanitizer -- a fast memory error detector (debug symbols)
 libatomic1 - support library providing __atomic built-in functions
 libatomic1-dbg - support library providing __atomic built-in functions (debug 
symb
 libcc1-0   - GCC cc1 plugin for GDB
 libcilkrts5 - Intel Cilk Plus language extensions (runtime)
 libcilkrts5-dbg - Intel Cilk Plus language extensions (debug symbols)
 libgcc-7-dev - GCC support library (development files)
 libgcc1    - GCC support library
 libgcc1-dbg - GCC support library (debug symbols)
 libgcc2    - GCC support library
 libgcc2-dbg - GCC support library (debug symbols)
 libgcc4    - GCC support library
 libgcc4-dbg - GCC support library (debug symbols)
 libgccjit-7-dev - GCC just-in-time compilation (development files)
 libgccjit-7-doc - GCC just-in-time compilation (documentation)
 libgccjit0 - GCC just-in-time compilation (shared library)
 libgccjit0-dbg - GCC just-in-time compilation (debug information)
 libgfortran-7-dev - Runtime library for GNU Fortran applications (development 
files)
 libgfortran4 - Runtime library for GNU Fortran applications
 libgfortran4-dbg - Runtime library for GNU Fortran applications (debug symbols)
 libgnat-7  - runtime for applications compiled with GNAT (shared library)
 libgnat-7-dbg - runtime for applications compiled with GNAT (debugging symbols)
 libgnatvsn7 - GNU Ada compiler selected components (shared library)
 libgnatvsn7-dbg - GNU Ada compiler selected components (debugging symbols)
 libgnatvsn7-dev - GNU Ada compiler selected components (development files)
 libgo11    - Runtime library for GNU Go applications
 libgo11-dbg - Runtime library for GNU Go applications (debug symbols)
 libgomp-plugin-nvptx1 - GCC OpenMP v4.5 plugin for offloading to NVPTX
 libgomp1   - GCC OpenMP (GOMP) support library
 libgomp1-dbg - GCC OpenMP (GOMP) support library (debug symbols)
 libgphobos-7-dev - Phobos D standard library
 libgphobos71 - Phobos D standard library (runtime library)
 libgphobos71-dbg - Phobos D standard library (debug symbols)
 libhsail-rt-7-dev - HSAIL runtime library (development files)
 libhsail-rt0 - HSAIL runtime library
 libhsail-rt0-dbg - HSAIL runtime library (debug symbols)
 libitm1    - GNU Transactional Memory Library
 libitm1-dbg - GNU Transactional Memory Library (debug symbols)
 liblsan0   - LeakSanitizer -- a memory leak detector (runtime)
 liblsan0-dbg - LeakSanitizer -- a memory leak detector (debug symbols)
 libmpx2    - Intel memory protection extensions (runtime)
 libmpx2-dbg - Intel memory protection extensions (debug symbols)
 libn32atomic1 - support library providing __atomic built-in functions (n32)
 libn32atomic1-dbg - support library providing __atomic built-in functions (n32 
debug
 libn32gcc-7-dev - GCC support library (n32 development files)
 libn32gcc1 - GCC support library (n32)
 libn32gcc1-dbg - GCC support library (debug symbols)
 libn32gfortran-7-dev - Runtime library for GNU Fortran applications (n32 
development fil
 libn32gfortran4 - Runtime library for GNU Fortran applications (n32)
 libn32gfortran4-dbg - Runtime library for GNU Fortran applications (n32 debug 
symbols)
 libn32go11 - Runtime library for GNU Go applications (n32)
 libn32go11-dbg - Runtime library for GNU Go applications (n32 debug symbols)
 libn32gomp1 - GCC OpenMP (GOMP) support library (n32)
 libn32gomp1-dbg - GCC OpenMP (GOMP) support library (n32 debug symbols)
 libn32objc-7-dev - Runtime library for GNU Objective-C applications (n32 
development
 libn32objc4 - Runtime library for GNU Objective-C applications (n32)
 libn32objc4-dbg - Runtime library for GNU Objective-C applications (n32 debug 
symbo
 libn32stdc++-7-dev - GNU Standard C++ Library v3 (development files)
 libn32stdc++6 - GNU Standard C++ Library v3 (n32)
 libn32stdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
 libobjc-7-dev - Runtime library for GNU Objective-C applications (development 
fil
 libobjc4   - Runtime library for GNU Objective-C applications
 libobjc4-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libquadmath0 - GCC Quad-Precision Math Library
 libquadmath0-dbg - GCC Quad-Precision Math Library (debug symbols)
 libstdc++-7-dev - GNU Standard C++ Library v3 (development files)
 libstdc++-7-doc - GNU Standard C++ Library v3 (documentation files)
 libstdc++-7-pic - GNU Standard C++ Library v3 (shared library subset kit)
 libstdc++6 - GNU Standard C++ Library v3
 libstdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
 libtsan0   - ThreadSanitizer -- a Valgrind-based detector of data races (runti
 libtsan0-dbg - ThreadSanitizer -- a Valgrind-based detector of data races 
(debug
 libubsan0  - UBSan -- undefined behaviour sanitizer (runtime)
 libubsan0-dbg - UBSan -- undefined behaviour sanitizer (debug symbols)
 libx32asan4 - AddressSanitizer -- a fast memory error detector (x32)
 libx32asan4-dbg - AddressSanitizer -- a fast memory error detector (x32 debug 
symbo
 libx32atomic1 - support library providing __atomic built-in functions (x32)
 libx32atomic1-dbg - support library providing __atomic built-in functions (x32 
debug
 libx32cilkrts5 - Intel Cilk Plus language extensions (x32)
 libx32cilkrts5-dbg - Intel Cilk Plus language extensions (x32 debug symbols)
 libx32gcc-7-dev - GCC support library (x32 development files)
 libx32gcc1 - GCC support library (x32)
 libx32gcc1-dbg - GCC support library (debug symbols)
 libx32gfortran-7-dev - Runtime library for GNU Fortran applications (x32 
development fil
 libx32gfortran4 - Runtime library for GNU Fortran applications (x32)
 libx32gfortran4-dbg - Runtime library for GNU Fortran applications (x32 debug 
symbols)
 libx32go11 - Runtime library for GNU Go applications (x32)
 libx32go11-dbg - Runtime library for GNU Go applications (x32 debug symbols)
 libx32gomp1 - GCC OpenMP (GOMP) support library (x32)
 libx32gomp1-dbg - GCC OpenMP (GOMP) support library (x32 debug symbols)
 libx32gphobos-7-dev - Phobos D standard library (x32 development files)
 libx32gphobos71 - Phobos D standard library (runtime library)
 libx32gphobos71-dbg - Phobos D standard library (debug symbols)
 libx32itm1 - GNU Transactional Memory Library (x32)
 libx32itm1-dbg - GNU Transactional Memory Library (x32 debug symbols)
 libx32lsan0 - LeakSanitizer -- a memory leak detector (x32)
 libx32lsan0-dbg - LeakSanitizer -- a memory leak detector (x32 debug symbols)
 libx32objc-7-dev - Runtime library for GNU Objective-C applications (x32 
development
 libx32objc4 - Runtime library for GNU Objective-C applications (x32)
 libx32objc4-dbg - Runtime library for GNU Objective-C applications (x32 debug 
symbo
 libx32quadmath0 - GCC Quad-Precision Math Library (x32)
 libx32quadmath0-dbg - GCC Quad-Precision Math Library (x32 debug symbols)
 libx32stdc++-7-dev - GNU Standard C++ Library v3 (development files)
 libx32stdc++6 - GNU Standard C++ Library v3 (x32)
 libx32stdc++6-7-dbg - GNU Standard C++ Library v3 (debugging files)
 libx32ubsan0 - UBSan -- undefined behaviour sanitizer (x32)
 libx32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (x32 debug symbols)
Closes: 880962 881372 881729 881775
Changes:
 gcc-7 (7.2.0-15) unstable; urgency=medium
 .
   * Update to SVN 20171115 (r254781) from the gcc-7-branch.
     - Fix PR fortran/82934, PR fortran/78619, PR fortran/82869,
       PR tree-optimization/82985, PR tree-optimization/81790,
       PR debug/82155.
   * Fix libgo build on ia64 (Jason Duerstock). Closes: #881372.
   * Port libgo to the Hurd (Svante Signell).
   * Compress debug symbols for compiler binaries with dwz.
   * Fix PR other/82880, gcc --help=target hangs on mips (James Cowgill).
     Closes: #880962.
   * Add support for a plethora of mips r6 packages (YunQiang Su).
     Closes: #881729.
   * gcc-7-base: Add breaks to gnat (<< 7). Closes: #881775.
Checksums-Sha1:
 5fb1e457eca8a844a003fb84023760c5c85e3ed6 33199 gcc-7_7.2.0-15.dsc
 31e9cb62041a8a0242b5a9bcea12bc58202652ff 3252463 gcc-7_7.2.0-15.diff.gz
 377fe9450db9a7b3ba4836843e57c676913baf72 10300 gcc-7_7.2.0-15_source.buildinfo
Checksums-Sha256:
 e40dc7bda573589d6972f785526227c232ec5da8192e16ec5e1ab69890e87c18 33199 
gcc-7_7.2.0-15.dsc
 9966fcc5fcaddbb9fc49afddfea5bb1018e3d119c7f0c7d4daf428960a5cccd8 3252463 
gcc-7_7.2.0-15.diff.gz
 2a57ce949e4807608d1055594fe7130218bb27602e573a46221c0c38fac03795 10300 
gcc-7_7.2.0-15_source.buildinfo
Files:
 fe5f8d58d9aeb870e8335f8593fc7c4f 33199 devel optional gcc-7_7.2.0-15.dsc
 f74a924184967235435c2e0bd1d416fb 3252463 devel optional gcc-7_7.2.0-15.diff.gz
 a9c4477b56817785bb2dcb36e88917ff 10300 devel optional 
gcc-7_7.2.0-15_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAloMki4QHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9UhMD/9C5jxOJ07kONZj5unslh9E2qxr6ePfnSxv
ytj86kaEnGqCB1wYdItioUk3CmoAJBvjD7ZJWBCZmDyvQxwtO7tFB8s8etnXU6qA
XmassFPthj2+bCyyYt0p+7WHHX55sZp8rt4wxHAMbd6RqOh91VoMiiGM/IAwE72J
RUvxvpAjE6sd75nEhPwJXEJ61TbOO/Lr7zlQsUWSYfoRu/qe5PDyWR3fV2+OqpKI
vW52LpQXiVPtviUYXQNWVYBlX2OCJ5LzXFkIR2gnjr+XoaP1JsYwN4yPwFfxy+8k
pH+7qWjUaYkeEOPOlQLhlF8jmbN7B0KLnoE5Ih497jHi/Yukf0UrajyPeffqD0mV
e8lQ1AmKYja/mBoojD0R50BbyDSlNG3fB1yyvHHE+cPrMAa17xvjTMWRWKnP0ln4
Nma8FDy0o3NkidKawDC/GN/LsZCvVWJH9uZcS2pTOET9DXHDI7zjhtZior3QDQv9
M1t0hybRHIwRXIxHAFM48BsK9PuQBQKbQPFCvsV55lQz9P76XQvY/7Aq+y4TBt0W
WhUUdPPatyp0in22tisBenDFyYp43JMEVygiksFL10w2k0kquGyoOVQjIVFftYpz
kypwBwy4Lv+4cq66h7JwNs2X5e9UGMODC6Y0oeVtyGe/OzDeqY4tb+ZGlNG6RBj+
hrkNSk4SMw==
=TSGq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to