Processed: reassign 953830 to cpp-9

2020-03-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 953830 cpp-9
Bug #953830 [gcc-9] /usr/include/limits.h:124:26: error: no include path in 
which to search for limits.h
Bug reassigned from package 'gcc-9' to 'cpp-9'.
Ignoring request to alter found versions of bug #953830 to the same values 
previously set
Ignoring request to alter fixed versions of bug #953830 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
953830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: forcibly merging 953806 953830

2020-03-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 953806 953830
Bug #953806 {Done: Matthias Klose } [cpp-9] cpp-9: no include 
path in which to search for limits.h
Bug #953815 {Done: Matthias Klose } [cpp-9] libc6-dev: Cannot 
build GNU Emacs - limits.h error in configure
Bug #953815 {Done: Matthias Klose } [cpp-9] libc6-dev: Cannot 
build GNU Emacs - limits.h error in configure
No longer marked as fixed in versions 9.3.0-3.
No longer marked as fixed in versions 9.3.0-3.
Bug #953830 [cpp-9] /usr/include/limits.h:124:26: error: no include path in 
which to search for limits.h
Marked Bug as done
Marked as fixed in versions gcc-9/9.3.0-3.
Marked as found in versions gcc-9/9.3.0-1.
Merged 953806 953815 953830
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
953806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953806
953815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953815
953830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed (with 1 error): Re: Bug#953830: /usr/include/limits.h:124:26: error: no include path in which to search for limits.h

2020-03-13 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 gcc-9
Bug #953830 [libc6-dev] /usr/include/limits.h:124:26: error: no include path in 
which to search for limits.h
Bug reassigned from package 'libc6-dev' to 'gcc-9'.
No longer marked as found in versions glibc/2.30-2.
Ignoring request to alter fixed versions of bug #953830 to the same values 
previously set
> forcemerge 953806 -1
Bug #953806 {Done: Matthias Klose } [cpp-9] cpp-9: no include 
path in which to search for limits.h
Bug #953815 {Done: Matthias Klose } [cpp-9] libc6-dev: Cannot 
build GNU Emacs - limits.h error in configure
Unable to merge bugs because:
package of #953830 is 'gcc-9' not 'cpp-9'
Failed to forcibly merge 953806: Did not alter merged bugs.


-- 
953806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953806
953815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953815
953830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#953815: libc6-dev: Cannot build GNU Emacs - limits.h error in configure

2020-03-13 Thread Adam Sjøgren
Sven writes:

> Known problem, wait for gcc-9 9.3.0-3 to appear on your mirror.

Thanks - sorry for hitting the wrong "target" (I only looked at
libc6-dev and glibc bugs :-/)

> Welcome to unstable!

Been here since bo.


  Best regards,

Adam

-- 
 "Vilken sanning, Måns, är sann?"   Adam Sjøgren
   a...@koldfront.dk



Bug#953815: marked as done (libc6-dev: Cannot build GNU Emacs - limits.h error in configure)

2020-03-13 Thread Debian Bug Tracking System
Your message dated Fri, 13 Mar 2020 20:38:47 +0100
with message-id <4354a783-e51c-d987-30a9-388294ead...@debian.org>
and subject line Re: Bug#953806: cpp-9: no include path in which to search for 
limits.h
has caused the Debian Bug report #953806,
regarding libc6-dev: Cannot build GNU Emacs - limits.h error in configure
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.)


-- 
953806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc6-dev
Version: 2.30-2
Severity: normal

Dear Maintainer,

I cannot build GNU Emacs on Debian unstable after the latest update - configure
fails with an error with the limits.h include.

Here is a minimal reproduction:

$ cat test.c
#include 
#include 

int main(void) {
exit(0);
}
$ gcc -Wall test.c
In file included from test.c:2:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^
$ 

On Debian stable the example program compiles without problem.

For completeness, here are the errors from the config.log produced by GNU Emacs'
configure:

configure:6307: checking how to run the C preprocessor
configure:6338: gcc -E  conftest.c
In file included from conftest.c:11:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^
configure:6338: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "28.0.50"
| #define PACKAGE_STRING "GNU Emacs 28.0.50"
| #define PACKAGE_BUGREPORT "bug-gnu-em...@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/;
| #define HAVE_PDUMPER 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include 
| #else
| # include 
| #endif
|Syntax error
configure:6338: gcc -E  conftest.c
In file included from conftest.c:11:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^
configure:6338: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "28.0.50"
| #define PACKAGE_STRING "GNU Emacs 28.0.50"
| #define PACKAGE_BUGREPORT "bug-gnu-em...@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/;
| #define HAVE_PDUMPER 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include 
| #else
| # include 
| #endif
|Syntax error
configure:6338: gcc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:447,
 from /usr/include/assert.h:36,
 from conftest.c:14:
/usr/include/x86_64-linux-gnu/sys/cdefs.h:30:3: error: #error "You need a ISO C 
conforming compiler to use the glibc headers"
   30 | # error "You need a ISO C conforming compiler to use the glibc headers"
  |   ^
configure:6338: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "28.0.50"
| #define PACKAGE_STRING "GNU Emacs 28.0.50"
| #define PACKAGE_BUGREPORT "bug-gnu-em...@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/emacs/;
| #define HAVE_PDUMPER 1
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include 
| #else
| # include 
| #endif
|Syntax error

  [...]

configure:6427: error: in `/usr/src/emacs':
configure:6429: error: C preprocessor "/lib/cpp" fails sanity check

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libc6-dev depends on:
ii  libc-dev-bin2.30-2
ii  libc6   2.30-2
ii  libcrypt-dev1:4.4.15-1
ii  linux-libc-dev  5.4.19-1

libc6-dev recommends no packages.

Versions of packages libc6-dev suggests:
pn  glibc-doc 
ii  manpages-dev  5.05-1

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 9.3.0-3

On 3/13/20 7:02 PM, Vincent Lefevre wrote:
> The compilation of a simple program like

fixed.--- End Message 

Bug#953806: marked as done (cpp-9: no include path in which to search for limits.h)

2020-03-13 Thread Debian Bug Tracking System
Your message dated Fri, 13 Mar 2020 20:38:47 +0100
with message-id <4354a783-e51c-d987-30a9-388294ead...@debian.org>
and subject line Re: Bug#953806: cpp-9: no include path in which to search for 
limits.h
has caused the Debian Bug report #953806,
regarding cpp-9: no include path in which to search for limits.h
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.)


-- 
953806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cpp-9
Version: 9.3.0-1
Severity: grave
Justification: renders package unusable

The compilation of a simple program like

#include 

int main (void)
{
  return 0;
}

now fails:

cventin:~> gcc-9 tst.c -o tst
In file included from tst.c:1:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^

or directly with "cpp-9 tst.c".

Since this issue does not occur with other GCC versions, I suppose
that this is a bug in cpp-9, not in libc6-dev.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cpp-9 depends on:
ii  gcc-9-base  9.3.0-1
ii  libc6   2.30-2
ii  libgmp102:6.2.0+dfsg-4
ii  libisl220.22.1-1
ii  libmpc3 1.1.0-1
ii  libmpfr64.0.2-1
ii  zlib1g  1:1.2.11.dfsg-2

cpp-9 recommends no packages.

Versions of packages cpp-9 suggests:
ii  gcc-9-locales  9.3.0-1

-- no debconf information

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
--- End Message ---
--- Begin Message ---
Version: 9.3.0-3

On 3/13/20 7:02 PM, Vincent Lefevre wrote:
> The compilation of a simple program like

fixed.--- End Message ---


Processed: Re: Bug#953815: libc6-dev: Cannot build GNU Emacs - limits.h error in configure

2020-03-13 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 cpp-9
Bug #953815 [libc6-dev] libc6-dev: Cannot build GNU Emacs - limits.h error in 
configure
Bug reassigned from package 'libc6-dev' to 'cpp-9'.
No longer marked as found in versions glibc/2.30-2.
Ignoring request to alter fixed versions of bug #953815 to the same values 
previously set
> forcemerge 953806 -1
Bug #953806 {Done: Sven Joachim } [cpp-9] cpp-9: no include 
path in which to search for limits.h
Bug #953815 [cpp-9] libc6-dev: Cannot build GNU Emacs - limits.h error in 
configure
Severity set to 'grave' from 'normal'
Marked Bug as done
Marked as fixed in versions gcc-9/9.3.0-3.
Marked as found in versions gcc-9/9.3.0-1.
Merged 953806 953815

-- 
953806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953806
953815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#953806: marked as done (cpp-9: no include path in which to search for limits.h)

2020-03-13 Thread Debian Bug Tracking System
Your message dated Fri, 13 Mar 2020 19:55:14 +0100
with message-id <87ftecjd9p@turtle.gmx.de>
and subject line Re: Bug#953806: cpp-9: no include path in which to search for 
limits.h
has caused the Debian Bug report #953806,
regarding cpp-9: no include path in which to search for limits.h
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.)


-- 
953806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cpp-9
Version: 9.3.0-1
Severity: grave
Justification: renders package unusable

The compilation of a simple program like

#include 

int main (void)
{
  return 0;
}

now fails:

cventin:~> gcc-9 tst.c -o tst
In file included from tst.c:1:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^

or directly with "cpp-9 tst.c".

Since this issue does not occur with other GCC versions, I suppose
that this is a bug in cpp-9, not in libc6-dev.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cpp-9 depends on:
ii  gcc-9-base  9.3.0-1
ii  libc6   2.30-2
ii  libgmp102:6.2.0+dfsg-4
ii  libisl220.22.1-1
ii  libmpc3 1.1.0-1
ii  libmpfr64.0.2-1
ii  zlib1g  1:1.2.11.dfsg-2

cpp-9 recommends no packages.

Versions of packages cpp-9 suggests:
ii  gcc-9-locales  9.3.0-1

-- no debconf information

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
--- End Message ---
--- Begin Message ---
Package: gcc-9
Version: 9.3.0-3

On 2020-03-13 19:15 +0100, Vincent Lefevre wrote:

> Compare:
>
> cventin:~> cpp-8 tst.c
> # 1 "tst.c"
> # 1 ""
> # 1 ""
> # 31 ""
> # 1 "/usr/include/stdc-predef.h" 1 3 4
> # 32 "" 2
> # 1 "tst.c"
> # 1 "/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h" 1 3 4
> [...]
>
> cventin:~> cpp-9 tst.c
> # 1 "tst.c"
> # 1 ""
> # 1 ""
> # 31 ""
> # 1 "/usr/include/stdc-predef.h" 1 3 4
> # 32 "" 2
> # 1 "tst.c"
> # 1 "/usr/include/limits.h" 1 3 4
> [...]
>
> There is no /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed directory.
>
> This could actually be a bug in libgcc-9-dev, as libgcc-8-dev
> provides "/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h".

Looks like the maintainer noticed and fixed this already[1], so all we
need to do is wait for 9.3.0-3 to be built and pushed to the mirrors.

,
| Changes:
|  gcc-9 (9.3.0-3) unstable; urgency=high
|  .
|* Ship the include-fixed directory again, for a working #include 
.
|* Build using GCC 8.
`

Cheers,
   Sven


1. 
https://tracker.debian.org/news/1108701/accepted-gcc-9-930-3-source-into-unstable/--- End Message ---


Bug#953806: cpp-9: no include path in which to search for limits.h

2020-03-13 Thread Vincent Lefevre
Compare:

cventin:~> cpp-8 tst.c
# 1 "tst.c"
# 1 ""
# 1 ""
# 31 ""
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 32 "" 2
# 1 "tst.c"
# 1 "/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h" 1 3 4
[...]

cventin:~> cpp-9 tst.c
# 1 "tst.c"
# 1 ""
# 1 ""
# 31 ""
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 32 "" 2
# 1 "tst.c"
# 1 "/usr/include/limits.h" 1 3 4
[...]

There is no /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed directory.

This could actually be a bug in libgcc-9-dev, as libgcc-8-dev
provides "/usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h".

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Bug#953806: cpp-9: no include path in which to search for limits.h

2020-03-13 Thread Vincent Lefevre
Package: cpp-9
Version: 9.3.0-1
Severity: grave
Justification: renders package unusable

The compilation of a simple program like

#include 

int main (void)
{
  return 0;
}

now fails:

cventin:~> gcc-9 tst.c -o tst
In file included from tst.c:1:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^

or directly with "cpp-9 tst.c".

Since this issue does not occur with other GCC versions, I suppose
that this is a bug in cpp-9, not in libc6-dev.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cpp-9 depends on:
ii  gcc-9-base  9.3.0-1
ii  libc6   2.30-2
ii  libgmp102:6.2.0+dfsg-4
ii  libisl220.22.1-1
ii  libmpc3 1.1.0-1
ii  libmpfr64.0.2-1
ii  zlib1g  1:1.2.11.dfsg-2

cpp-9 recommends no packages.

Versions of packages cpp-9 suggests:
ii  gcc-9-locales  9.3.0-1

-- no debconf information

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Results for 9.3.0 (Debian 9.3.0-1) testsuite on s390x-ibm-linux-gnu

2020-03-13 Thread Matthias Klose
LAST_UPDATED: Obtained from git: releases/gcc-9.3.0 revision 
4212a6a3e44f870412d9025eeb323fd4f50a61da

=== acats tests ===

=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configuration is s390x-ibm-linux-gnu

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/global-overflow-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/global-overflow-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/global-overflow-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/global-overflow-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/global-overflow-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O0  execution test
FAIL: g++.dg/asan/function-argument-3.C   -O1  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -Os  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -O2  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -Os  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/Wattributes.c  -std=gnu++98  (test for errors, line 404)
FAIL: c-c++-common/Wattributes.c  -std=gnu++14  (test for errors, line 404)
FAIL: c-c++-common/Wattributes.c  -std=gnu++17  (test for errors, line 404)
FAIL: g++.dg/gomp/tls-5.C  -std=c++14  scan-assembler-not .data
FAIL: g++.dg/gomp/tls-5.C  -std=c++17  scan-assembler-not .data
FAIL: g++.dg/guality/pr55665.C   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 23 p == 40
FAIL: g++.dg/tls/thread_local7.C  -std=c++14  scan-assembler-not .data
FAIL: g++.dg/tls/thread_local7.C  -std=c++17  scan-assembler-not .data
FAIL: g++.dg/tls/thread_local7g.C  -std=c++14  scan-assembler-not .data
FAIL: g++.dg/tls/thread_local7g.C  -std=c++17  scan-assembler-not .data

=== g++ Summary for unix ===

# of expected passes133496
# of unexpected failures27
# of expected failures  526
# of unsupported tests  6567

Running target unix/-fstack-protector
FAIL: c-c++-common/asan/global-overflow-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/global-overflow-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/global-overflow-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/global-overflow-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/global-overflow-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O0  execution test
FAIL: g++.dg/asan/function-argument-3.C   -O1  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -Os  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -O2  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -Os  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: g++.dg/asan/large-func-test-1.C   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/Wattributes.c  -std=gnu++98  (test for errors, line 404)
FAIL: c-c++-common/Wattributes.c  -std=gnu++14  (test for errors, line 404)
FAIL: c-c++-common/Wattributes.c  -std=gnu++17  (test for errors, line 404)
FAIL: g++.dg/gomp/tls-5.C  -std=c++14  scan-assembler-not .data
FAIL: g++.dg/gomp/tls-5.C  -std=c++17  scan-assembler-not .data
FAIL: g++.dg/guality/pr55665.C   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 23 p == 40
FAIL: g++.dg/tls/thread_local7.C  -std=c++14  scan-assembler-not .data
FAIL: g++.dg/tls/thread_local7.C  -std=c++17  scan-assembler-not .data
FAIL: g++.dg/tls/thread_local7g.C  -std=c++14  scan-assembler-not .data
FAIL: g++.dg/tls/thread_local7g.C  -std=c++17  

Results for 9.3.0 (Debian 9.3.0-1) testsuite on i686-pc-linux-gnu

2020-03-13 Thread Matthias Klose
LAST_UPDATED: Obtained from git: releases/gcc-9.3.0 revision 
4212a6a3e44f870412d9025eeb323fd4f50a61da

=== acats tests ===

=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configuration is i686-pc-linux-gnu

=== brig tests ===


Running target unix

=== brig Summary ===

# of unsupported tests  1
=== g++ tests ===


Running target unix
FAIL: g++.dg/abi/anon1.C  -std=c++98  scan-assembler-not globl
FAIL: g++.dg/abi/anon1.C  -std=c++14  scan-assembler-not globl
FAIL: g++.dg/abi/anon1.C  -std=c++17  scan-assembler-not globl
FAIL: g++.dg/abi/anon4.C  -std=c++98  scan-assembler-not comdat
FAIL: g++.dg/abi/anon4.C  -std=c++14  scan-assembler-not comdat
FAIL: g++.dg/abi/anon4.C  -std=c++17  scan-assembler-not comdat
FAIL: g++.dg/pr71694.C  -std=gnu++98  scan-assembler-not movl
FAIL: g++.dg/pr71694.C  -std=gnu++14  scan-assembler-not movl
FAIL: g++.dg/pr71694.C  -std=gnu++17  scan-assembler-not movl
FAIL: g++.dg/pr80481.C  -std=gnu++98  scan-assembler-not vmovaps
FAIL: g++.dg/pr80481.C  -std=gnu++14  scan-assembler-not vmovaps
FAIL: g++.dg/pr80481.C  -std=gnu++17  scan-assembler-not vmovaps
FAIL: g++.dg/stackprotectexplicit2.C  -std=gnu++98  scan-assembler-times 
stack_chk_fail 2
FAIL: g++.dg/stackprotectexplicit2.C  -std=gnu++14  scan-assembler-times 
stack_chk_fail 2
FAIL: g++.dg/stackprotectexplicit2.C  -std=gnu++17  scan-assembler-times 
stack_chk_fail 2
FAIL: g++.dg/guality/pr55665.C   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 23 p == 40
FAIL: g++.dg/ubsan/vla-1.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects 
 execution test

=== g++ Summary for unix ===

# of expected passes133765
# of unexpected failures17
# of expected failures  526
# of unsupported tests  5957

Running target unix/-fstack-protector
FAIL: g++.dg/abi/anon1.C  -std=c++98  scan-assembler-not globl
FAIL: g++.dg/abi/anon1.C  -std=c++14  scan-assembler-not globl
FAIL: g++.dg/abi/anon1.C  -std=c++17  scan-assembler-not globl
FAIL: g++.dg/abi/anon4.C  -std=c++98  scan-assembler-not comdat
FAIL: g++.dg/abi/anon4.C  -std=c++14  scan-assembler-not comdat
FAIL: g++.dg/abi/anon4.C  -std=c++17  scan-assembler-not comdat
FAIL: g++.dg/pr71694.C  -std=gnu++98  scan-assembler-not movl
FAIL: g++.dg/pr71694.C  -std=gnu++14  scan-assembler-not movl
FAIL: g++.dg/pr71694.C  -std=gnu++17  scan-assembler-not movl
FAIL: g++.dg/pr80481.C  -std=gnu++98  scan-assembler-not vmovaps
FAIL: g++.dg/pr80481.C  -std=gnu++14  scan-assembler-not vmovaps
FAIL: g++.dg/pr80481.C  -std=gnu++17  scan-assembler-not vmovaps
FAIL: g++.dg/stackprotectexplicit2.C  -std=gnu++98  scan-assembler-times 
stack_chk_fail 2
FAIL: g++.dg/stackprotectexplicit2.C  -std=gnu++14  scan-assembler-times 
stack_chk_fail 2
FAIL: g++.dg/stackprotectexplicit2.C  -std=gnu++17  scan-assembler-times 
stack_chk_fail 2
FAIL: g++.dg/guality/pr55665.C   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 23 p == 40
FAIL: g++.dg/ubsan/vla-1.C   -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects 
 execution test

=== g++ Summary for unix/-fstack-protector ===

# of expected passes133765
# of unexpected failures17
# of expected failures  526
# of unsupported tests  5957

=== g++ Summary ===

# of expected passes267530
# of unexpected failures34
# of expected failures  1052
# of unsupported tests  11914
/build/gcc-9-KSUFqm/gcc-9-9.3.0/build/gcc/xg++  version 9.3.0 (Debian 9.3.0-1) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/sibcall-11.c scan-assembler jmp
FAIL: gcc.dg/graphite/interchange-1.c scan-tree-dump graphite "tiled"
FAIL: gcc.dg/graphite/interchange-10.c scan-tree-dump graphite "tiled"
FAIL: gcc.dg/graphite/interchange-11.c scan-tree-dump graphite "tiled"
FAIL: gcc.dg/graphite/interchange-3.c scan-tree-dump graphite "tiled"
FAIL: gcc.dg/graphite/interchange-4.c scan-tree-dump graphite "tiled"
FAIL: gcc.dg/graphite/interchange-7.c scan-tree-dump graphite "tiled"
FAIL: gcc.dg/graphite/interchange-9.c scan-tree-dump graphite "tiled"
FAIL: gcc.dg/graphite/uns-interchange-9.c scan-tree-dump graphite "tiled"
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/example.c   -O1  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/example.c   -O2  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/example.c  -Og -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/example.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  -DPREVENT_OPTIMIZATION execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O1  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/guality.c   -O2  -DPREVENT_OPTIMIZATION  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -g  

Bug#953796: marked as done (gcc-9: kernel compilation fails)

2020-03-13 Thread Debian Bug Tracking System
Your message dated Fri, 13 Mar 2020 17:35:35 +0100
with message-id <03e6495e-e096-e061-5c60-f0fc5aa19...@debian.org>
and subject line Re: Bug#953796: gcc-9: kernel compilation fails
has caused the Debian Bug report #953796,
regarding gcc-9: kernel compilation fails
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.)


-- 
953796: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953796
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-9
Version: 9.3.0-1
Severity: normal

Dear Debian GCC Maintainer,

trying to compile an upstream stable kernel 5.5.8 fails with the
following error output:


$ make -j8
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX scripts/kconfig/lexer.lex.c
  YACCscripts/kconfig/parser.tab.[ch]
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
In file included from scripts/kconfig/conf.c:7:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^
In file included from scripts/kconfig/confdata.c:11:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^
make[2]: *** [scripts/Makefile.host:124: scripts/kconfig/conf.o] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: *** [scripts/Makefile.host:124: scripts/kconfig/confdata.o] Error 1
make[1]: *** [Makefile:568: syncconfig] Error 2
make: *** [Makefile:678: include/config/auto.conf.cmd] Error 2
make: *** [include/config/auto.conf.cmd] Deleting file
'include/config/tristate.conf'


Compiling with gcc-9 version 9.2.1-30 works.
Any idea?

Best regards,
Jörg.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.8 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages gcc-9 depends on:
ii  binutils  2.34-4
ii  cpp-9 9.3.0-1
ii  gcc-9-base9.3.0-1
ii  libc6 2.30-2
ii  libcc1-0  10-20200304-1
ii  libgcc-9-dev  9.3.0-1
ii  libgcc-s1 10-20200304-1
ii  libgmp10  2:6.2.0+dfsg-4
ii  libisl22  0.22.1-1
ii  libmpc3   1.1.0-1
ii  libmpfr6  4.0.2-1
ii  libstdc++610-20200304-1
ii  zlib1g1:1.2.11.dfsg-2

Versions of packages gcc-9 recommends:
ii  libc6-dev  2.30-2

Versions of packages gcc-9 suggests:
ii  gcc-9-doc   9.2.0-2
pn  gcc-9-locales   
pn  gcc-9-multilib  

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 9.3.0-3

On 3/13/20 3:54 PM, Jörg-Volker Peetz wrote:
> Compiling with gcc-9 version 9.2.1-30 works.
> Any idea?

Fixed in -3.--- End Message ---


Bug#953796: gcc-9: kernel compilation fails

2020-03-13 Thread Jörg-Volker Peetz
Package: gcc-9
Version: 9.3.0-1
Severity: normal

Dear Debian GCC Maintainer,

trying to compile an upstream stable kernel 5.5.8 fails with the
following error output:


$ make -j8
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX scripts/kconfig/lexer.lex.c
  YACCscripts/kconfig/parser.tab.[ch]
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
In file included from scripts/kconfig/conf.c:7:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^
In file included from scripts/kconfig/confdata.c:11:
/usr/include/limits.h:124:26: error: no include path in which to search for 
limits.h
  124 | # include_next 
  |  ^
make[2]: *** [scripts/Makefile.host:124: scripts/kconfig/conf.o] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: *** [scripts/Makefile.host:124: scripts/kconfig/confdata.o] Error 1
make[1]: *** [Makefile:568: syncconfig] Error 2
make: *** [Makefile:678: include/config/auto.conf.cmd] Error 2
make: *** [include/config/auto.conf.cmd] Deleting file
'include/config/tristate.conf'


Compiling with gcc-9 version 9.2.1-30 works.
Any idea?

Best regards,
Jörg.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (5, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.8 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages gcc-9 depends on:
ii  binutils  2.34-4
ii  cpp-9 9.3.0-1
ii  gcc-9-base9.3.0-1
ii  libc6 2.30-2
ii  libcc1-0  10-20200304-1
ii  libgcc-9-dev  9.3.0-1
ii  libgcc-s1 10-20200304-1
ii  libgmp10  2:6.2.0+dfsg-4
ii  libisl22  0.22.1-1
ii  libmpc3   1.1.0-1
ii  libmpfr6  4.0.2-1
ii  libstdc++610-20200304-1
ii  zlib1g1:1.2.11.dfsg-2

Versions of packages gcc-9 recommends:
ii  libc6-dev  2.30-2

Versions of packages gcc-9 suggests:
ii  gcc-9-doc   9.2.0-2
pn  gcc-9-locales   
pn  gcc-9-multilib  

-- no debconf information



gcc-9_9.3.0-3_source.changes ACCEPTED into unstable

2020-03-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Mar 2020 09:37:07 +0100
Source: gcc-9
Architecture: source
Version: 9.3.0-3
Distribution: unstable
Urgency: high
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Changes:
 gcc-9 (9.3.0-3) unstable; urgency=high
 .
   * Ship the include-fixed directory again, for a working #include .
   * Build using GCC 8.
Checksums-Sha1:
 d886b33056ea9172fbdc048f2cebd1994e07301e 22431 gcc-9_9.3.0-3.dsc
 399c5891203b632ef6a3b48b8153bef7674c2138 570108 gcc-9_9.3.0-3.debian.tar.xz
 3c481391383c8c9954125b91b4ba7b305283effe 9887 gcc-9_9.3.0-3_source.buildinfo
Checksums-Sha256:
 bcd47360be73adcaa0ecbdef793ec456bf92959cada01b4301253b14fc362987 22431 
gcc-9_9.3.0-3.dsc
 5fd96de051f7eb1edd5804ccefd0364fd801b4d6bb9655e6d156845597e19db0 570108 
gcc-9_9.3.0-3.debian.tar.xz
 4ddb73105c0f4327321700335d0a15df251e7196da866a29f904070d022211d2 9887 
gcc-9_9.3.0-3_source.buildinfo
Files:
 b160f2733ed87c62d6d388eb73cbb13e 22431 devel optional gcc-9_9.3.0-3.dsc
 c4fd2ef804c859d8b4e8ed1d04bc7ce1 570108 devel optional 
gcc-9_9.3.0-3.debian.tar.xz
 63d1f796eb0dcce0ea26dccdf69fe0f6 9887 devel optional 
gcc-9_9.3.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl5rS2YQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9fO2EACo8VkUnE0acUHYJs57LJoXIif8J6iWjGZZ
5LHjt9jI76uZSYgkB8BEEdT6gx2ZMs1ZT0GNeLOAZK2MIZ+6PNDXdG+EDFYEBY0m
wZGQHa4kggTnpZFUsJT70o3410LqFU1ThXh5ph5q4Q0gvoevo40ivpLbjBCcBIg3
GLZGCQ9aGqaibIugEEwuyAjd3bWZAAUmPNsBDpxqEkF3l3BJ9tmxLurxzgsyu3bx
/rgLGX2JZH9iIpfhItT7p4phlk0wWrDeQlIdbFGmagHiSgSQ2B4Mxg6i5PJ89ayZ
ugLR8gZ/haqCZi5ayta5geSL/OHC1JrAT+jt7kQz/WsxHgAP5TazSBG8dnLxW8rY
xyPeCQ0d5ye6l8oTdg218orYqFYpSVl3FRMNITyxD7Zi+p3xMJS56mexKvVYxojO
g1fsB+7eovzSopAWgxfZ2woY7RDYhuVV6KWiA6sAD3qMO+jlhr06/RUMHRFtTPQh
4HsDHDt/7mcZwmLYlz1HdlVOaFSgl45AtznSBVNagnMcCp5T5jX1ZmfvU68sjsSo
GVErNLhUDUPsFCe2dVH+EemTHTkLeo8j0Ltusq80cNlVzR/aryvHLGj7YHezEbPB
8C87VwigWAwYjmTXkXAMRPFNYZdn+oBq8Nn80lFC4Xu80WmB7XjH7wFlvZb016D0
y5xQ1Aj5rA==
=eRRU
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of gcc-9_9.3.0-3_source.changes

2020-03-13 Thread Debian FTP Masters
gcc-9_9.3.0-3_source.changes uploaded successfully to localhost
along with the files:
  gcc-9_9.3.0-3.dsc
  gcc-9_9.3.0-3.debian.tar.xz
  gcc-9_9.3.0-3_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



gcc-9_9.3.0-2_source.changes ACCEPTED into unstable

2020-03-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Mar 2020 09:37:07 +0100
Source: gcc-9
Architecture: source
Version: 9.3.0-2
Distribution: unstable
Urgency: high
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Changes:
 gcc-9 (9.3.0-2) unstable; urgency=high
 .
   * Ship the include-fixed directory again, for a working #include .
Checksums-Sha1:
 385a055f5057753df802733572afd8a8ab13434a 22431 gcc-9_9.3.0-2.dsc
 7b6eadfb1e1fa473ccd10edd4c9bf316a58ad173 570092 gcc-9_9.3.0-2.debian.tar.xz
 41be6ccbfeaea4be58e57995180cd33bcda1351b 10012 gcc-9_9.3.0-2_source.buildinfo
Checksums-Sha256:
 5f8abcdabca052ca497ecfff5e28c61c04cb5ef332275d3246d947c218795824 22431 
gcc-9_9.3.0-2.dsc
 e6b6655453294116828c8f732ccede2550be72cd5f4e81401893dec2b8f5cc21 570092 
gcc-9_9.3.0-2.debian.tar.xz
 8f28dde0f5abd723a8c407c7c328d56d030d2f0de2283f1cd2108d1199cdd048 10012 
gcc-9_9.3.0-2_source.buildinfo
Files:
 ea8b3f7d4f965423ca29018b7262e0e6 22431 devel optional gcc-9_9.3.0-2.dsc
 68e73e41f4b466a455e365a20be22613 570092 devel optional 
gcc-9_9.3.0-2.debian.tar.xz
 7a0dafa2817f4dbc8b0174be2d8d0edd 10012 devel optional 
gcc-9_9.3.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl5rRuQQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9UJcD/9UgtZNrJABz5ZiTThM8oT0ZBLkMpr2EXkU
x/zJ6Y5kMGyMUWYzC3PP4/O/VhDSn+Gm/mcLb51g64G7WQASutBLfxwE33v6zc+U
AVg90Eo8Xebu8/wL989Y92fHM5xicO/emSlcd6UIuj7T4Slgddxx6odD7QSzKqDV
27ugzNhJC/Yl7UcoYOJLKBFs7RmNlg0tHD6REJVbwnB8t7Ux+xqUkg1LNzfMiQHs
oWgjy+pYqi56Z0pjKBCcvCtav2oDfEUlhSl2KHvKOnbuD8RDtSQLZz2Nzh7d8TlL
Vgh4kTBnBvZbX0u3T0ER79MKJV1pis/k62CNS+OD6rNbYVCu0pHD5CKIjCAvfBj7
ms11Uw32c7QPACQghFhzfK0Ed01wBwhsvHGCGbrK3Zz70yJZd8C0xAe44hi2d6uu
fB/afNbkM+BGYEkSyDS+TM9Iy8apBdII6XbGHGTTAX9XerRlaBXxHQfiFMSaH75c
Pa36noRZP/LGCeR/j+FdIEurRPkJM5Ezym3lPCqZvfepSX0wOmwVAkrQ7LqsXe7m
/xbmQa4E6o1hHY7x1vjjyuQohjjDIruhAmGn5R++gxaxTljBcfmKGIHCnGLcOgnH
qN8qNyDHCQsYEhunP5/x5jicGXkYuzKPVQt1RvypIT7RjMLP1t9B9sGUynHOMnNS
J3ybkDWEDQ==
=Yp5D
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



gcc-10_10-20200312-2_source.changes ACCEPTED into unstable

2020-03-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Mar 2020 09:42:15 +0100
Source: gcc-10
Architecture: source
Version: 10-20200312-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Changes:
 gcc-10 (10-20200312-2) unstable; urgency=medium
 .
   * Ship the include-fixed directory again, for a working #include .
Checksums-Sha1:
 ae3d2c0f767d0b2ad6c73c20726474c4bc1ee023 27934 gcc-10_10-20200312-2.dsc
 92544bedd4bc147e822430b51cc36d59e09e5c88 556964 
gcc-10_10-20200312-2.debian.tar.xz
 b4554bf55ca807bdcc324b551f106027d536eca1 10908 
gcc-10_10-20200312-2_source.buildinfo
Checksums-Sha256:
 e54a182839a4b2d4be6d6ef7669b1d960dbd4e89c8bfc121ea2d506b09f1254f 27934 
gcc-10_10-20200312-2.dsc
 5c4ea072b6532edb6d362ccbccd11b81ec87ebb73cf8d737be41dfbc2237beb1 556964 
gcc-10_10-20200312-2.debian.tar.xz
 c8d7f948936c89ef68cb1f5c0492b119775074e047588474a2d67132c038d52e 10908 
gcc-10_10-20200312-2_source.buildinfo
Files:
 3f9cc5151f9c13bc777d01efc3fe64b2 27934 devel optional gcc-10_10-20200312-2.dsc
 cbd97536f49c5e2b98f0ee0fca8b0dfb 556964 devel optional 
gcc-10_10-20200312-2.debian.tar.xz
 5d7c8cae3f2ec0a2b53dd32ddea0808e 10908 devel optional 
gcc-10_10-20200312-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl5rSFMQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9WNbD/93vTuADmf7Dsmy99k7JVEpFNYikIXm8CGF
JyxbcbUY0/Rr/K1XX+YEzNpY894tcrGliCaKtTvYe7HDz4aMYyNYxFcigVGEHXfd
DuVE2saf9MAjiVQo/v0OgW4NXkNBOpIIwQVp8D9mnTRobWoTm/KETSv13e2BqoPa
W1VxGTc5LpQ29y9Zu6l/DFvCJK6dPQUbgD7VyDzruyxrzwgjNwGUmB3DBPGDFZKM
xa4/rkKho06XBTtG6E+LpehYjMbDseNNdw6VzrXrbZYww6bsSkljRdsj/pWLhQY3
6JOWfoLkpcbHK+HQDTNzrsa33+crLl+5tpQJ8Jisq5LtzSeXP9YpzYByOdtaY3Wo
Z9iqbCB4LBBrXfe6jPT8P2LR4yBnGtuCfm9zxhD+Wm7qHJfQldG8gts3eeGzMVca
uUlh4VyFZHczS2fTABmCRMjGzQ+tZNXjYZ1yC58RJugKSuqoGx4BmM+etSWN6iZf
OrjKh5O9Nt4odAJMQqXtegSLPtDHXGKRzXxFKzlKbtZLjZyS3tloi/IKbAjgmCeQ
E/rYOws4ccREC63yCae6EOEO4SJJCN/t7qeM0HmHAXAVrz0wZvuPp8zusuYHcqIJ
r1Q120b/TcfTx5/eq+eKsw+LpuG8hiH/y4G3G8mCK4tCa5YQGs1fPGDifpx7LBAq
92xiclWeFA==
=tMBb
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of gcc-10_10-20200312-2_source.changes

2020-03-13 Thread Debian FTP Masters
gcc-10_10-20200312-2_source.changes uploaded successfully to localhost
along with the files:
  gcc-10_10-20200312-2.dsc
  gcc-10_10-20200312-2.debian.tar.xz
  gcc-10_10-20200312-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of gcc-9_9.3.0-2_source.changes

2020-03-13 Thread Debian FTP Masters
gcc-9_9.3.0-2_source.changes uploaded successfully to localhost
along with the files:
  gcc-9_9.3.0-2.dsc
  gcc-9_9.3.0-2.debian.tar.xz
  gcc-9_9.3.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



gcc-10_10-20200312-1_source.changes ACCEPTED into unstable

2020-03-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 12 Mar 2020 21:41:07 +0100
Source: gcc-10
Architecture: source
Version: 10-20200312-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers 
Changed-By: Matthias Klose 
Changes:
 gcc-10 (10-20200312-1) unstable; urgency=medium
 .
   * GCC snapshot, taken from the trunk (20200312, daf2852b883).
   * For all runtime libraries, generate dependencies on libgcc-sN instead
 on libgccN.
   * Use llvm 10 for the amdgcn offload compiler, when available.
   * Update newlib to 3.3.0.
   * Stop shipping the include-fixed directory.
   * Build the snapshot package with the offload compilers included.
   * Tighten dependency on libc6 for this upload.
Checksums-Sha1:
 0f1cfa068bfb323ec0f6051490a9ec02aedb2883 27934 gcc-10_10-20200312-1.dsc
 fd1bc6d6618f08f2b116d9e6b687a1230fe76880 88772684 
gcc-10_10-20200312.orig.tar.gz
 fb36a285b03f0fa1a6fd699436f304a2e96b0e23 556784 
gcc-10_10-20200312-1.debian.tar.xz
 7069bf90efa865b2f75ede8cdfa456590d91e5ff 10927 
gcc-10_10-20200312-1_source.buildinfo
Checksums-Sha256:
 d1a9fe481f9b3cab41c30f4c6dff7ed33f3e8aa3313509adf204a6b82d125414 27934 
gcc-10_10-20200312-1.dsc
 44797265a0738b2f9b77c8e24091d6d9ab16e0e9b33c6e1abb9fdbb7e1e08209 88772684 
gcc-10_10-20200312.orig.tar.gz
 21f357e7fed1103a7d44251b5aa5962e59b56501dcbf2c1c8c8ad6342b1bc843 556784 
gcc-10_10-20200312-1.debian.tar.xz
 6d3295058daaa29cf6c446f6620f55eb5eb1f7baa4296ca9aef1109c2b14cca2 10927 
gcc-10_10-20200312-1_source.buildinfo
Files:
 3304fe47853ad2bec9ea1613b08caaec 27934 devel optional gcc-10_10-20200312-1.dsc
 d4eb08bc13e12153ac9b564ea980ddd0 88772684 devel optional 
gcc-10_10-20200312.orig.tar.gz
 050c328d4c72169656ec7a787606323f 556784 devel optional 
gcc-10_10-20200312-1.debian.tar.xz
 bcce2e6d48c591c33ff316f986484c02 10927 devel optional 
gcc-10_10-20200312-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl5rOVMQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9VmpD/0XsFiYpDX0VBjq3WvYvmO1MUYpRyPS/RWR
TgXNjaAnyFivqvvJ0mTbDnzwp18d7P5RFRPgLItSINGdqio4n92oyVT5Vsm/c8K+
uLbgn4I+mG+1LhbJjkEKSooSZXcDWVY99j1cE1JrRnyFDP7njf9CtAJflu9McFnD
jVXqSjft9CVxCYgpw+vVnYZVdmppvCV7CLXo4+UZgPMCJ7uCotmVe12xO+96MaJu
KYrB/o48Usqnp8zYnPzY3YcbAa2bXPfkYdVEbXXkmjUIiT4ZGu10UnZomt4siD6K
3E+VVwMG6hWXNj7zIKH5fVgFr9skrnxBDB/t1/BY4M1AnELBDUZRCr9pt3E85rGq
Qv+GmT8zfn2IVODX85pRTzPf/oJGdGft081fd3maiA2atsLdxVMVfmqGUbMlPLpD
4x27K/td/aABQ+Kq4CsXgGM6/H/kV+rybAshgG5VXrKMzV3So3tajDLL6C8nK/rR
m9+6JQgtHuBoMOz03vMsuJopAj2YPfInEtvc61CCSF8XAL2aLgvpOW0HF6wXZsGM
rGUAKV/u8jAGeuZj5TLo/WHGhtVlzwDG5cUBMxRom1Oqbre0FRpmAOuclEEeTLaW
i0IM4g3pe18RC3uwkvO1+0JENr7Qngx8wFJY00LNSks1sTOAXmzQkmv0bO+AEN97
Fw3vjRaY+A==
=5hp1
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of gcc-10_10-20200312-1_source.changes

2020-03-13 Thread Debian FTP Masters
gcc-10_10-20200312-1_source.changes uploaded successfully to localhost
along with the files:
  gcc-10_10-20200312-1.dsc
  gcc-10_10-20200312.orig.tar.gz
  gcc-10_10-20200312-1.debian.tar.xz
  gcc-10_10-20200312-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)