Bug#827211: gdc-5: attempts to use ldc's include files

2016-06-13 Thread Matthias Klose
Control: reassign -1 ldc

On 13.06.2016 21:13, Iain Buclaw wrote:
> On 13 June 2016 at 20:56, Peter De Wachter  wrote:
>> Package: gdc-5
>> Version: 5.4.0-4
>> Severity: normal
>>
>> Hi,
>>
>> If ldc is installed, gdc will attempt to use ldc's include files in
>> preference to its own. This won't work, as many of these files are not
>> portable:
>>
>>   $ cat test.d
>>   import core.stdc.stdarg;
>>
>>   $ gdc -c test.d
>>   /usr/include/d/core/stdc/stdarg.d:48:5: error: undefined identifier 
>> __va_list_tag
>>alias __va_list = __va_list_tag;
>>
>> I really don't know what the search path conventions are for D
>> compilers.
>>
> 
> The compiler runtime includes (core, std) should be in compiler-specific 
> paths.



Processed: Re: Bug#827211: gdc-5: attempts to use ldc's include files

2016-06-13 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 ldc
Bug #827211 [gdc-5] gdc-5: attempts to use ldc's include files
Bug reassigned from package 'gdc-5' to 'ldc'.
No longer marked as found in versions gcc-5/5.4.0-4.
Ignoring request to alter fixed versions of bug #827211 to the same values 
previously set

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



Bug#827243: [armhf] Miscompiles with -O2, throws deque::_M_new_elements_at_back

2016-06-13 Thread Reinhard Tartler
Package: g++
Version: 5_5.3.1-21
X-Debbugs-CC: debian-...@lists.debian.org
X-Debbugs-CC: aspectc-develop...@aspectc.org
Affects: aspectc++


The mentioned version of g++ breaks the build of aspectc++ on the armhf
architecture, interestingly other architectures, including armel, are fine.
Please see the build log:

https://buildd.debian.org/status/fetch.php?pkg=aspectc%2B%2B=armhf=1%3A2.0%2Bsvn20160531-1=1464701014

fatal: Caught standard exception: deque::_M_new_elements_at_back

I could manually reproduce this issue on harris.debian.org.

A little background on aspectc++: The program provides a source-to-source
compiler for AspectC++, an AOP extension for C++. It compiles from AspectC++ to
C++ and is implemented in AspectC++. The package first builds an ac++ binary,
and then uses that binary to "weave" the aspects in Puma. The issue is a
run-time error during the execution of the ac++ binary, and manifests in an STL
runtime isse.

AFAIUI this run-time error is an internal error in the STL implementation that
should never happen. In GDB I could tack down the issue to some internal resize
operation in a std::deque container, which according to the C++ standard should
always succeed.

It appears that the issue does not occur when compiling with -O1 or -O0, but
does reliably occur with -O2. I did not try -O3.

I intend to upload a new package revision that sets -O1 on armhf only. This is
highly undesirable and I'd appreciate suggestions and alternate solution.

Best,
Reinahrd



Bug#827211: gdc-5: attempts to use ldc's include files

2016-06-13 Thread Iain Buclaw
On 13 June 2016 at 20:56, Peter De Wachter  wrote:
> Package: gdc-5
> Version: 5.4.0-4
> Severity: normal
>
> Hi,
>
> If ldc is installed, gdc will attempt to use ldc's include files in
> preference to its own. This won't work, as many of these files are not
> portable:
>
>   $ cat test.d
>   import core.stdc.stdarg;
>
>   $ gdc -c test.d
>   /usr/include/d/core/stdc/stdarg.d:48:5: error: undefined identifier 
> __va_list_tag
>alias __va_list = __va_list_tag;
>
> I really don't know what the search path conventions are for D
> compilers.
>

The compiler runtime includes (core, std) should be in compiler-specific paths.

Regards
Iain.



Bug#827211: gdc-5: attempts to use ldc's include files

2016-06-13 Thread Peter De Wachter
Package: gdc-5
Version: 5.4.0-4
Severity: normal

Hi,

If ldc is installed, gdc will attempt to use ldc's include files in
preference to its own. This won't work, as many of these files are not
portable:

  $ cat test.d
  import core.stdc.stdarg;

  $ gdc -c test.d
  /usr/include/d/core/stdc/stdarg.d:48:5: error: undefined identifier 
__va_list_tag
   alias __va_list = __va_list_tag;

I really don't know what the search path conventions are for D
compilers.


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

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gdc-5 depends on:
ii  g++-55.4.0-4
ii  gcc-5-base   5.4.0-4
ii  libc62.22-11
ii  libgmp10 2:6.1.0+dfsg-2
ii  libisl15 0.17.1-1
ii  libmpc3  1.0.3-1
ii  libmpfr4 3.1.4-2
ii  libphobos-5-dev  5.4.0-4
ii  zlib1g   1:1.2.8.dfsg-2+b1

gdc-5 recommends no packages.

gdc-5 suggests no packages.

-- no debconf information



Results for 7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 20160612-1) testsuite on s390x-ibm-linux-gnu

2016-06-13 Thread Matthias Klose
LAST_UPDATED: Sun Jun 12 04:22:39 UTC 2016 (revision 237336)

Target: s390x-linux-gnu
gcc version 7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 
20160612-1) 

=== acats tests ===

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

=== g++ tests ===


Running target unix
FAIL: g++.dg/guality/pr55665.C   -O2  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O2  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -g  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -g  line 23 p == 40
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test

=== g++ Summary ===

# of expected passes193350
# of unexpected failures4
# of unexpected successes   4
# of expected failures  604
# of unsupported tests  7610
/build/gcc-snapshot-YDPC_Y/gcc-snapshot-20160612/build/gcc/xg++  version 7.0.0 
20160612 (experimental) [trunk revision 237336] (Debian 20160612-1) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/ifcvt-4.c scan-rtl-dump ce1 "2 true changes made"
FAIL: gcc.dg/ifcvt-4.c scan-rtl-dump ce1 "2 true changes made"
FAIL: gcc.dg/loop-9.c scan-rtl-dump loop2_invariant "Decided"
FAIL: gcc.dg/loop-9.c scan-rtl-dump loop2_invariant "Decided"
FAIL: gcc.dg/loop-9.c scan-rtl-dump loop2_invariant "without introducing a new 
temporary register"
FAIL: gcc.dg/loop-9.c scan-rtl-dump loop2_invariant "without introducing a new 
temporary register"
FAIL: gcc.dg/optimize-bswapsi-4.c scan-tree-dump bswap "32 bit bswap 
implementation found at"
FAIL: gcc.dg/optimize-bswapsi-4.c scan-tree-dump bswap "32 bit bswap 
implementation found at"
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/example.c   -O1  execution test
XPASS: gcc.dg/guality/example.c   -O1  execution test
XPASS: gcc.dg/guality/example.c   -O2  execution test
XPASS: gcc.dg/guality/example.c   -O2  execution test
XPASS: gcc.dg/guality/example.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/example.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O1  execution test
XPASS: gcc.dg/guality/guality.c   -O1  execution test
XPASS: gcc.dg/guality/guality.c   -O2  execution test
XPASS: gcc.dg/guality/guality.c   -O2  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -g  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -g  execution test
XPASS: gcc.dg/guality/guality.c   -Os  execution test
XPASS: gcc.dg/guality/guality.c   -Os  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/inline-params.c   -O3 -g  execution test
XPASS: gcc.dg/guality/inline-params.c   -O3 -g  execution test
XPASS: gcc.dg/guality/inline-params.c   -Os  execution test
XPASS: gcc.dg/guality/inline-params.c   -Os  execution test
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 16 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 16 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 18 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 18 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O3 -g  line 16 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O3 -g  line 16 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O3 -g  line 18 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O3 -g  line 18 y == 2
FAIL: gcc.dg/guality/pr36728-2.c   -O2  line 18 *x == (char) 25
FAIL: gcc.dg/guality/pr36728-2.c   -O2  line 18 *x == (char) 25
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 18 *x == (char) 25
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto 

Results for 7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 20160612-1) testsuite on x86_64-pc-kfreebsd-gnu

2016-06-13 Thread Matthias Klose
LAST_UPDATED: Sun Jun 12 04:22:39 UTC 2016 (revision 237336)

Target: x86_64-kfreebsd-gnu
gcc version 7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 
20160612-1) 
Native configuration is x86_64-pc-kfreebsd-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/ext/cleanup-10.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/cleanup-10.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/cleanup-10.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/cleanup-10.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/cleanup-10.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/cleanup-10.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/cleanup-11.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/cleanup-11.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/cleanup-11.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/cleanup-11.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/cleanup-11.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/cleanup-11.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/cleanup-8.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/cleanup-8.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/cleanup-8.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/cleanup-8.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/cleanup-8.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/cleanup-8.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/cleanup-9.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/cleanup-9.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/cleanup-9.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/cleanup-9.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/cleanup-9.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/cleanup-9.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/guality/pr55665.C   -O2  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O2  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -g  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -g  line 23 p == 40
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test

=== g++ Summary ===

# of expected passes193930
# of unexpected failures34
# of unexpected successes   4
# of expected failures  604
# of unsupported tests  7244
/build/gcc-snapshot-HH6pm0/gcc-snapshot-20160612/build/gcc/xg++  version 7.0.0 
20160612 (experimental) [trunk revision 237336] (Debian 20160612-1) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/example.c   -O1  execution test
XPASS: gcc.dg/guality/example.c   -O1  execution test
XPASS: gcc.dg/guality/example.c   -O2  execution test
XPASS: gcc.dg/guality/example.c   -O2  execution test
XPASS: gcc.dg/guality/example.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/example.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O1  execution test
XPASS: gcc.dg/guality/guality.c   -O1  execution test
XPASS: gcc.dg/guality/guality.c   -O2  execution test
XPASS: gcc.dg/guality/guality.c   -O2  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -g  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -g  execution test
XPASS: gcc.dg/guality/guality.c   -Os  execution test
XPASS: gcc.dg/guality/guality.c   -Os  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: 

Results for 5.4.0 20160609 (Debian 5.4.0-4) testsuite on mipsel-unknown-linux-gnu

2016-06-13 Thread Matthias Klose
LAST_UPDATED: Thu Jun  2 21:09:55 UTC 2016 (revision 237045)

Target: mipsel-linux-gnu
gcc version 5.4.0 20160609 (Debian 5.4.0-4) 

Native configuration is mipsel-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++11  (test for errors, line 16)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++11 (test for excess errors)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++14  (test for errors, line 16)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/guality/pr55665.C   -O2  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -fomit-frame-pointer  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -g  line 23 p == 40
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test

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

# of expected passes82381
# of unexpected failures7
# of unexpected successes   2
# of expected failures  282
# of unsupported tests  3833

Running target unix/-fstack-protector
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++11  (test for errors, line 16)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++11 (test for excess errors)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++14  (test for errors, line 16)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/guality/pr55665.C   -O2  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -fomit-frame-pointer  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -g  line 23 p == 40
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test

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

# of expected passes82381
# of unexpected failures7
# of unexpected successes   2
# of expected failures  282
# of unsupported tests  3833

=== g++ Summary ===

# of expected passes164762
# of unexpected failures14
# of unexpected successes   4
# of expected failures  564
# of unsupported tests  7666
/build/gcc-5-lToQbM/gcc-5-5.4.0/build/gcc/xg++  version 5.4.0 20160609 (Debian 
5.4.0-4) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/compat/scalar-by-value-4 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/compat/scalar-return-4 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/compat/struct-by-value-11 c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/struct-by-value-12 c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/pic-2.c (test for excess errors)
FAIL: gcc.dg/pic-3.c (test for excess errors)
FAIL: gcc.dg/pic-4.c (test for excess errors)
FAIL: gcc.dg/pie-2.c (test for excess errors)
FAIL: gcc.dg/pie-3.c (test for excess errors)
FAIL: gcc.dg/pie-4.c (test for excess errors)
FAIL: gcc.dg/uninit-19.c  (test for warnings, line 22)
FAIL: gcc.dg/uninit-19.c (test for excess errors)
XPASS: c-c++-common/goacc/acc_on_device-2.c scan-rtl-dump-times expand 
"(call [^n]* acc_on_device" 0
FAIL: gcc.dg/graphite/id-pr46845.c (internal compiler error)
FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 
0" 1
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O1  execution test
XPASS: gcc.dg/guality/guality.c   -O2  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -fomit-frame-pointer  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -g  execution test
XPASS: gcc.dg/guality/guality.c   -Os  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/inline-params.c   -O3 -fomit-frame-pointer  execution test
XPASS: gcc.dg/guality/inline-params.c   -O3 -g  execution test
XPASS: gcc.dg/guality/inline-params.c   -Os  execution test
FAIL: gcc.dg/guality/nrv-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 20 a2.i[0] == 42
FAIL: gcc.dg/guality/pr36728-1.c   -O2  line 16 arg2 == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O2  line 18 arg1 == 1
FAIL: gcc.dg/guality/pr36728-1.c   -O2  line 18 arg2 == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 16 arg2 == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 18 arg1 == 1
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 18 

Results for 7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 20160612-1) testsuite on arm-unknown-linux-gnueabihf

2016-06-13 Thread Matthias Klose
LAST_UPDATED: Sun Jun 12 04:22:39 UTC 2016 (revision 237336)

Native configuration is arm-unknown-linux-gnueabihf

=== boehm-gc tests ===


Running target unix

=== boehm-gc Summary ===

# of expected passes12
# of unsupported tests  1
=== libatomic tests ===


Running target unix

=== libatomic Summary ===

# of expected passes44
# of unsupported tests  5
=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes2214
=== libgo tests ===


Running target unix
FAIL: log
FAIL: runtime
FAIL: sync/atomic

=== libgo Summary ===

# of expected passes131
# of unexpected failures3
/build/gcc-snapshot-Gtwl_V/gcc-snapshot-20160612/build/./gcc/gccgo version 
7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 20160612-1)

=== libgomp tests ===


Running target unix

=== libgomp Summary ===

# of expected passes4918
# of unsupported tests  368
=== libjava tests ===


Running target unix
FAIL: pr29812 execution - gij test
FAIL: ExtraClassLoader execution - source compiled test
FAIL: ExtraClassLoader -findirect-dispatch execution - source compiled test
FAIL: ExtraClassLoader -O3 execution - source compiled test
FAIL: ExtraClassLoader -O3 -findirect-dispatch execution - source compiled test
FAIL: InvokeInterface execution - source compiled test
FAIL: InvokeInterface -findirect-dispatch execution - source compiled test
FAIL: InvokeInterface -O3 execution - source compiled test
FAIL: InvokeInterface -O3 -findirect-dispatch execution - source compiled test
FAIL: StackTrace2 execution - source compiled test
FAIL: StackTrace2 -findirect-dispatch execution - source compiled test
FAIL: StackTrace2 -O3 execution - source compiled test
FAIL: StackTrace2 -O3 -findirect-dispatch execution - source compiled test
FAIL: Throw_2 execution - source compiled test
FAIL: Throw_2 -findirect-dispatch execution - source compiled test
FAIL: Throw_2 -O3 execution - source compiled test
FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test
FAIL: Throw_3 execution - source compiled test
FAIL: Throw_3 -findirect-dispatch execution - source compiled test
FAIL: Throw_3 -O3 execution - source compiled test
FAIL: Throw_3 -O3 -findirect-dispatch execution - source compiled test
FAIL: WalkerTest output - source compiled test
FAIL: WalkerTest -findirect-dispatch output - source compiled test
FAIL: WalkerTest -O3 output - source compiled test
FAIL: WalkerTest -O3 -findirect-dispatch output - source compiled test
FAIL: pr21785 execution - source compiled test
FAIL: pr21785 -findirect-dispatch execution - source compiled test
FAIL: pr21785 -O3 execution - source compiled test
FAIL: pr21785 -O3 -findirect-dispatch execution - source compiled test
FAIL: sourcelocation execution - source compiled test
FAIL: sourcelocation -findirect-dispatch execution - source compiled test
FAIL: sourcelocation -O3 execution - source compiled test
FAIL: sourcelocation -O3 -findirect-dispatch execution - source compiled test
FAIL: stacktrace output - source compiled test
FAIL: stacktrace -findirect-dispatch output - source compiled test
FAIL: stacktrace -O3 output - source compiled test
FAIL: stacktrace -O3 -findirect-dispatch output - source compiled test

=== libjava Summary ===

# of expected passes2544
# of unexpected failures37
# of untested testcases 29
=== libstdc++ tests ===


Running target unix
FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test

=== libstdc++ Summary ===

# of expected passes10982
# of unexpected failures1
# of expected failures  66
# of unsupported tests  283
Target: arm-linux-gnueabihf
gcc version 7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 
20160612-1) 

=== acats tests ===

=== acats Summary ===
# of expected passes2320
# of unexpected failures0

=== g++ tests ===


Running target unix
FAIL: g++.dg/asan/deep-stack-uaf-1.C   -O0  output pattern test
FAIL: g++.dg/asan/deep-stack-uaf-1.C   -O1  output pattern test
FAIL: g++.dg/asan/deep-stack-uaf-1.C   -O2  output pattern test
FAIL: g++.dg/asan/deep-stack-uaf-1.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/deep-stack-uaf-1.C   -Os  output pattern test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -O1 -fcilkplus execution test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -O3 -fcilkplus execution test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -g -O2 -fcilkplus execution test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -g -fcilkplus execution test
FAIL: g++.dg/guality/pr55665.C   -O2  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -g  line 23 p == 40
UNRESOLVED: g++.dg/lto/pr65276 

Results for 5.4.0 20160609 (Debian 5.4.0-4) testsuite on mips64el-unknown-linux-gnuabi64

2016-06-13 Thread Matthias Klose
LAST_UPDATED: Thu Jun  2 21:09:55 UTC 2016 (revision 237045)

Target: mips64el-linux-gnuabi64
gcc version 5.4.0 20160609 (Debian 5.4.0-4) 

Native configuration is mips64el-unknown-linux-gnuabi64

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++11  (test for errors, line 16)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++11 (test for excess errors)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++14  (test for errors, line 16)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++14 (test for excess errors)
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: c-c++-common/torture/builtin-arith-overflow-12.c   -O0  execution test
FAIL: c-c++-common/torture/builtin-arith-overflow-12.c   -O2  execution test
FAIL: c-c++-common/torture/builtin-arith-overflow-12.c   -O2 -flto 
-fno-use-linker-plugin -flto-partition=none  execution test
FAIL: c-c++-common/torture/builtin-arith-overflow-12.c   -O2 -flto 
-fuse-linker-plugin -fno-fat-lto-objects  execution test
FAIL: g++.dg/tree-prof/pr57451.C compilation,  -fprofile-use -D_PROFILE_USE 
(internal compiler error)
UNRESOLVED: g++.dg/tree-prof/pr57451.C execution,-fprofile-use 
-D_PROFILE_USE

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

# of expected passes84333
# of unexpected failures9
# of unexpected successes   2
# of expected failures  282
# of unresolved testcases   1
# of unsupported tests  3845

Running target unix/-fstack-protector
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++11  (test for errors, line 16)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++11 (test for excess errors)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++14  (test for errors, line 16)
FAIL: g++.dg/cpp0x/lambda/lambda-70218.C  -std=c++14 (test for excess errors)
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: c-c++-common/torture/builtin-arith-overflow-12.c   -O0  execution test
FAIL: c-c++-common/torture/builtin-arith-overflow-12.c   -O2  execution test
FAIL: c-c++-common/torture/builtin-arith-overflow-12.c   -O2 -flto 
-fno-use-linker-plugin -flto-partition=none  execution test
FAIL: c-c++-common/torture/builtin-arith-overflow-12.c   -O2 -flto 
-fuse-linker-plugin -fno-fat-lto-objects  execution test
FAIL: g++.dg/tree-prof/pr57451.C compilation,  -fprofile-use -D_PROFILE_USE 
(internal compiler error)
UNRESOLVED: g++.dg/tree-prof/pr57451.C execution,-fprofile-use 
-D_PROFILE_USE

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

# of expected passes84333
# of unexpected failures9
# of unexpected successes   2
# of expected failures  282
# of unresolved testcases   1
# of unsupported tests  3845

=== g++ Summary ===

# of expected passes168666
# of unexpected failures18
# of unexpected successes   4
# of expected failures  564
# of unresolved testcases   2
# of unsupported tests  7690
/build/gcc-5-p5d6up/gcc-5-5.4.0/build/gcc/xg++  version 5.4.0 20160609 (Debian 
5.4.0-4) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/localalias.c execution test
FAIL: gcc.dg/pic-2.c (test for excess errors)
FAIL: gcc.dg/pic-3.c (test for excess errors)
FAIL: gcc.dg/pic-4.c (test for excess errors)
FAIL: gcc.dg/pie-2.c (test for excess errors)
FAIL: gcc.dg/pie-3.c (test for excess errors)
FAIL: gcc.dg/pie-4.c (test for excess errors)
FAIL: gcc.dg/uninit-19.c  (test for warnings, line 22)
FAIL: gcc.dg/uninit-19.c (test for excess errors)
XPASS: c-c++-common/goacc/acc_on_device-2.c scan-rtl-dump-times expand 
"(call [^n]* acc_on_device" 0
FAIL: gcc.dg/graphite/id-pr46845.c (internal compiler error)
FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 
0" 1
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/example.c   -O1  execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O1  execution test
XPASS: gcc.dg/guality/guality.c   -Os  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/inline-params.c   -O3 -fomit-frame-pointer  execution test
XPASS: gcc.dg/guality/inline-params.c   -O3 -g  execution test
XPASS: gcc.dg/guality/inline-params.c   -Os  execution test
FAIL: gcc.dg/guality/pr36728-1.c   -O1  line 16 arg1 == 1
FAIL: gcc.dg/guality/pr36728-1.c   -O1  line 16 arg3 == 3
FAIL: gcc.dg/guality/pr36728-1.c   -O1  line 16 arg7 == 30
FAIL: gcc.dg/guality/pr36728-1.c   -O1  line 18 arg1 == 1
FAIL: gcc.dg/guality/pr36728-1.c   -O1  line 18 arg2 == 2

Results for 7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 20160612-1) testsuite on arm-unknown-linux-gnueabi

2016-06-13 Thread Matthias Klose
LAST_UPDATED: Sun Jun 12 04:22:39 UTC 2016 (revision 237336)

Native configuration is arm-unknown-linux-gnueabi

=== boehm-gc tests ===


Running target unix

=== boehm-gc Summary ===

# of expected passes12
# of unsupported tests  1
=== libatomic tests ===


Running target unix

=== libatomic Summary ===

# of expected passes44
# of unsupported tests  5
=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes2214
=== libgo tests ===


Running target unix
FAIL: log
FAIL: runtime
FAIL: sync/atomic

=== libgo Summary ===

# of expected passes131
# of unexpected failures3
/build/gcc-snapshot-2LMHbb/gcc-snapshot-20160612/build/./gcc/gccgo version 
7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 20160612-1)

=== libgomp tests ===


Running target unix

=== libgomp Summary ===

# of expected passes4918
# of unsupported tests  368
=== libjava tests ===


Running target unix
FAIL: Throw_2 execution - source compiled test
FAIL: Throw_2 -findirect-dispatch execution - source compiled test
FAIL: Throw_2 -O3 execution - source compiled test
FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test

=== libjava Summary ===

# of expected passes2598
# of unexpected failures4
# of expected failures  4
# of untested testcases 4
=== libstdc++ tests ===


Running target unix
FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test

=== libstdc++ Summary ===

# of expected passes10766
# of unexpected failures1
# of expected failures  66
# of unsupported tests  398
Target: arm-linux-gnueabi
gcc version 7.0.0 20160612 (experimental) [trunk revision 237336] (Debian 
20160612-1) 

=== acats tests ===

=== acats Summary ===
# of expected passes2320
# of unexpected failures0

=== g++ tests ===


Running target unix
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -O1 -fcilkplus execution test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -O3 -fcilkplus execution test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -g -O2 -fcilkplus execution test
FAIL: g++.dg/cilk-plus/CK/catch_exc.cc  -g -fcilkplus execution test
FAIL: g++.dg/guality/pr55665.C   -O2  line 23 p == 40
FAIL: g++.dg/guality/pr55665.C   -O3 -g  line 23 p == 40
UNRESOLVED: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o execute 
-flto -O0 -std=c++11
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++11 execution test
XPASS: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test

=== g++ Summary ===

# of expected passes101275
# of unexpected failures7
# of unexpected successes   2
# of expected failures  313
# of unresolved testcases   1
# of unsupported tests  4197
/build/gcc-snapshot-2LMHbb/gcc-snapshot-20160612/build/gcc/xg++  version 7.0.0 
20160612 (experimental) [trunk revision 237336] (Debian 20160612-1) 

=== gcc tests ===


Running target unix
XPASS: gcc.dg/guality/example.c   -O0  execution test
XPASS: gcc.dg/guality/example.c   -O1  execution test
XPASS: gcc.dg/guality/example.c   -O2  execution test
XPASS: gcc.dg/guality/example.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/example.c   -Os  execution test
XPASS: gcc.dg/guality/guality.c   -O0  execution test
XPASS: gcc.dg/guality/guality.c   -O1  execution test
XPASS: gcc.dg/guality/guality.c   -O2  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/guality.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
XPASS: gcc.dg/guality/guality.c   -O3 -g  execution test
XPASS: gcc.dg/guality/guality.c   -Os  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2  execution test
XPASS: gcc.dg/guality/inline-params.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
XPASS: gcc.dg/guality/inline-params.c   -O3 -g  execution test
XPASS: gcc.dg/guality/inline-params.c   -Os  execution test
FAIL: gcc.dg/guality/nrv-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 20 a2.i[0] == 42
FAIL: gcc.dg/guality/pr36728-2.c   -O2  line 18 *x == (char) 25
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 18 *x == (char) 25
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 16 arg1 == 1
FAIL: gcc.dg/guality/pr36728-2.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 16 

Processed: [bts-link] source package gcc-6

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

> #
> # bts-link upstream status pull for source package gcc-6
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #823938 (http://bugs.debian.org/823938)
> # Bug title: gcc -E has __DATE__/__TIME__ as Jan 1 1970 00:00:00
> #  * http://gcc.gnu.org/PR71183
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 823938 + fixed-upstream
Bug #823938 [gcc-6] gcc -E has __DATE__/__TIME__ as Jan 1 1970 00:00:00
Added tag(s) fixed-upstream.
> usertags 823938 - status-NEW
Usertags were: status-NEW.
Usertags are now: .
> usertags 823938 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #823938 (http://bugs.debian.org/823938)
> # Bug title: gcc -E has __DATE__/__TIME__ as Jan 1 1970 00:00:00
> #  * http://gcc.gnu.org/PR71183
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 823938 + fixed-upstream
Bug #823938 [gcc-6] gcc -E has __DATE__/__TIME__ as Jan 1 1970 00:00:00
Ignoring request to alter tags of bug #823938 to the same tags previously set
> usertags 823938 - status-NEW
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
> usertags 823938 + status-RESOLVED resolution-FIXED
Usertags were: resolution-FIXED status-RESOLVED.
Usertags are now: resolution-FIXED status-RESOLVED.
> thanks
Stopping processing here.

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



Bug#827173: gcc-6: missing "Debian" in "gcc-6 --version" output

2016-06-13 Thread Vincent Lefevre
On 2016-06-13 14:43:06 +0200, Matthias Klose wrote:
> from the logs:
> 
> > Configured with: -v
> >  --with-pkgversion=' 6.1.1-6'
> 
> Don't know what happened. A new build has the distro name again.

I can see in the debian/rules2 file of 6.1.1-6:

CONFARGS = -v \
--with-pkgversion='$(distribution)$(if 
$(with_linaro_branch),/Linaro)$(if $(with_ibm_branch),/IBM)___$(DEB_VERSION)' \
--with-bugurl='file:///usr/share/doc/$(subst 
gcj,gcc,$(PKGSOURCE))/README.Bugs'

So, I suppose that the cause was that $(distribution) was unset.
If I understand correctly, this comes from debian/rules.defs,
which has:

distribution:= $(shell lsb_release -is)

In the logs[*], I can see multiple errors:

Traceback (most recent call last):
  File "/usr/bin/lsb_release", line 25, in 
import lsb_release
ImportError: No module named 'lsb_release'

Shouldn't the build tools check for errors?

[*] 
https://buildd.debian.org/status/fetch.php?pkg=gcc-6=amd64=6.1.1-6=1465527737

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



Bug#827173: gcc-6: missing "Debian" in "gcc-6 --version" output

2016-06-13 Thread Sven Joachim
On 2016-06-13 15:55 +0200, Sven Joachim wrote:

> On 2016-06-13 14:43 +0200, Matthias Klose wrote:
>
>> On 13.06.2016 12:46, Vincent Lefevre wrote:
>>> Package: gcc-6
>>> Version: 6.1.1-6
>>> Severity: minor
>>> 
>>> $ gcc-6 --version
>>> gcc-6 ( 6.1.1-6) 6.1.1 20160609
>>> Copyright (C) 2016 Free Software Foundation, Inc.
>>> This is free software; see the source for copying conditions.  There is NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>>> 
>>> The first line of the output should have been:
>>> 
>>> gcc-6 (Debian 6.1.1-6) 6.1.1 20160609
>>> 
>>> There was no such problem with gcc-6 6.1.1-5.
>>
>> from the logs:
>>
>>> Configured with: -v
>>>  --with-pkgversion=' 6.1.1-6'
>>
>> Don't know what happened. A new build has the distro name again.
>
> It's because of #826962, but I cannot reproduce that bug.

Ah, it's because of a bug in python 3.5 3.5.1-14, and you already fixed
it in -15.  Will reassign #826962 accordingly.

Cheers,
   Sven



Bug#827173: gcc-6: missing "Debian" in "gcc-6 --version" output

2016-06-13 Thread Sven Joachim
On 2016-06-13 14:43 +0200, Matthias Klose wrote:

> On 13.06.2016 12:46, Vincent Lefevre wrote:
>> Package: gcc-6
>> Version: 6.1.1-6
>> Severity: minor
>> 
>> $ gcc-6 --version
>> gcc-6 ( 6.1.1-6) 6.1.1 20160609
>> Copyright (C) 2016 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions.  There is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>> 
>> The first line of the output should have been:
>> 
>> gcc-6 (Debian 6.1.1-6) 6.1.1 20160609
>> 
>> There was no such problem with gcc-6 6.1.1-5.
>
> from the logs:
>
>> Configured with: -v
>>   --with-pkgversion=' 6.1.1-6'
>
> Don't know what happened. A new build has the distro name again.

It's because of #826962, but I cannot reproduce that bug.

Cheers,
   Sven



Bug#827173: gcc-6: missing "Debian" in "gcc-6 --version" output

2016-06-13 Thread Matthias Klose
On 13.06.2016 12:46, Vincent Lefevre wrote:
> Package: gcc-6
> Version: 6.1.1-6
> Severity: minor
> 
> $ gcc-6 --version
> gcc-6 ( 6.1.1-6) 6.1.1 20160609
> Copyright (C) 2016 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> The first line of the output should have been:
> 
> gcc-6 (Debian 6.1.1-6) 6.1.1 20160609
> 
> There was no such problem with gcc-6 6.1.1-5.

from the logs:

> Configured with: -v
>--with-pkgversion=' 6.1.1-6'

Don't know what happened. A new build has the distro name again.



Bug#827173: gcc-6: missing "Debian" in "gcc-6 --version" output

2016-06-13 Thread Vincent Lefevre
Package: gcc-6
Version: 6.1.1-6
Severity: minor

$ gcc-6 --version
gcc-6 ( 6.1.1-6) 6.1.1 20160609
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

The first line of the output should have been:

gcc-6 (Debian 6.1.1-6) 6.1.1 20160609

There was no such problem with gcc-6 6.1.1-5.

-- System Information:
Debian Release: stretch/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 4.6.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gcc-6 depends on:
ii  binutils  2.26-11
ii  cpp-6 6.1.1-6
ii  gcc-6-base6.1.1-6
ii  libc6 2.22-11
ii  libcc1-0  6.1.1-6
ii  libgcc-6-dev  6.1.1-6
ii  libgcc1   1:6.1.1-6
ii  libgmp10  2:6.1.0+dfsg-2
ii  libisl15  0.17.1-1
ii  libmpc3   1.0.3-1
ii  libmpfr4  3.1.4-2
ii  libstdc++66.1.1-6
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages gcc-6 recommends:
ii  libc6-dev  2.22-11

Versions of packages gcc-6 suggests:
ii  gcc-6-doc 6.1.0-1
ii  gcc-6-locales 6.1.1-6
ii  gcc-6-multilib6.1.1-6
pn  libasan3-dbg  
pn  libatomic1-dbg
pn  libcilkrts5-dbg   
pn  libgcc1-dbg   
pn  libgomp1-dbg  
pn  libitm1-dbg   
pn  liblsan0-dbg  
pn  libmpx2-dbg   
pn  libquadmath0-dbg  
pn  libtsan0-dbg  
pn  libubsan0-dbg 

-- no debconf information