gcc-python-plugin is marked for autoremoval from testing

2016-03-23 Thread Debian testing autoremoval watch
gcc-python-plugin 0.15-1 is marked for autoremoval from testing on 2016-04-14

It is affected by these RC bugs:
818400: gcc-python3-plugin: fails with "cc1: error: fail to initialize plugin"



Bug#818996: Please enable -Wabi-tag warning for C++ programs

2016-03-23 Thread Jeffrey Walton
> On Wed, 23 Mar 2016 at 13:31:32 +0100, Matthias Klose wrote:
>> If you want to change that, that change should be made in dpkg-buildflags.
>
> From the original report:
>
>> >On Tue, 22 Mar 2016 at 10:34:29 -0400, Jeffrey Walton wrote:
>> >>It appears Debian built the library with GCC, and GCC used
>> >>_GLIBCXX_USE_CXX11_ABI. The user then compiled with Clang and caught a
>> >>link error. The tools did not warn him about the problems, so the
>> >>report trickled downhill to us.
>
> it isn't clear to me whether that would have helped: dpkg-buildflags
> only affects the warnings emitted when Debian packages are built, whereas
> a change in gcc would also affect the warnings emitted when upstream
> software is built on Debian.

When Debian builds its packages, I don't believe it {was|is} an issue.

The problem is a confluence, and there's no single point of failure
per se. It appears when a user builds their userland programs using
Debian libraries *and* the user's compiler and/or options are
different than when Debian built the library.

> Jeffrey: who is "us",

"We" is the Crypto++ project (https://www.cryptopp.com/). Crypto++ is
a C++ class library of cryptographic schemes and algorithms created by
a fellow named Wei Dai.

> and does the problematic link step involve libraries
> from Debian packages, libraries you have previously compiled yourself, or
> both?

Yes (but its not a hard yes).

We (Crypto++) do not maintain Debian's Crypto++ library. We are
fortunate that László Böszörményi maintains it for us since it
relieves us from the task. We are also fortunate that László is a
friend of the project, and he works closely with us to ensure the
library is trouble free when integrating with the Debian ecosystem. A
number of bug fixes are credited to him. He also mentors us in Debian
ways to ensure a trouble free experience for both maintainers and
user. (Sorry about the shameless plug for László).

We believe the issue would surface regardless of who is building the
library under Debian when different compilers and or options are used
by the user. László could build it, we could build it, or the user
could build it from sources.

The problem should not be limited to Crypto++. I believe PCRE has a
C++ component, and it should experience the problem too *if* the user
selects a different compiler and/or options. You should be able to
 and duplicate the issue the user selects
a different compiler and/or options.

> During which compilation/linking step would you have expected to see
> this warning?

Here are the cases I would expect to see the warning. Below, "library"
means the Crypto++ library; and "program" means the program build by
the user linking to the library. "By Debian" implies the GCC compiler
with _GLIBCXX_USE_CXX11_ABI because that's the "out of the box"
configuration.

 (1) library supplied by Debian, program built by user using different
options (say -std=c++03)
 (2) library supplied by Debian, program built by user using different
compiler (say Clang)
 (3) library built by user using GCC with Debian settings, program
built by user using different options (say -std=c++03)
 (4) library built by user using GCC with Debian settings, program
built by user using different compiler (say Clang)
 (5) library built by user using Clang, program built by user using
Debian's GCC with _GLIBCXX_USE_CXX11_ABI

For completeness, here's what works as excepted. It avoids the
"different compiler and/or options" that's causing the pain point at
link time:

 (6) library supplied by Debian, program built by user using GCC with
Debian settings

> - compile and link a program that uses libfoo and libbar with uvw compiler

Let me follow up with some real result from a minimal test case.

> (but I'm probably getting the sequence of events totally wrong so please
> specify what is actually going on)

Not at all. Its a confluence of events, and that's what is making it
tricky to nail down.

-Wabi-tag is somewhat of a mystery at the moment. Though introduced in
GCC 5.1, its still not documented at 5.3 (cf.,
http://gcc.gnu.org/onlinedocs/gcc-5.3.0/gcc/Warning-Options.html#Warning-Options).
According to 
http://allanmcrae.com/2015/06/the-case-of-gcc-5-1-and-the-two-c-abis/,
its intended to catch the mixing and matching that's causing the pain.

Jeff



Bug#818996: Please enable -Wabi-tag warning for C++ programs

2016-03-23 Thread Simon McVittie
[Removing debian-devel from Cc]

On Wed, 23 Mar 2016 at 13:31:32 +0100, Matthias Klose wrote:
> If you want to change that, that change should be made in dpkg-buildflags.

>From the original report:

> >On Tue, 22 Mar 2016 at 10:34:29 -0400, Jeffrey Walton wrote:
> >>It appears Debian built the library with GCC, and GCC used
> >>_GLIBCXX_USE_CXX11_ABI. The user then compiled with Clang and caught a
> >>link error. The tools did not warn him about the problems, so the
> >>report trickled downhill to us.

it isn't clear to me whether that would have helped: dpkg-buildflags
only affects the warnings emitted when Debian packages are built, whereas
a change in gcc would also affect the warnings emitted when upstream
software is built on Debian.

Jeffrey: who is "us", and does the problematic link step involve libraries
from Debian packages, libraries you have previously compiled yourself, or
both? During which compilation/linking step would you have expected to see
this warning?

It would be useful to have the steps to reproduce the issue you are reporting,
in terms something like this:

- compile libfoo with xyz compiler
- link it to Debian's packaged libbar
- compile and link a program that uses libfoo and libbar with uvw compiler
- expected result: linking the program warns that libbar's version of Bar
  returns a std::string but libfoo expects a std::__cxx11::string
- actual result: (paste a typical linker error)
- the expected warning can be achieved by configuring xyz compiler with
  -Wabi-tag

(but I'm probably getting the sequence of events totally wrong so please
specify what is actually going on)

S



Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on s390x-ibm-linux-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Target: s390x-linux-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-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/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/label13a.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 passes188274
# of unexpected failures16
# of unexpected successes   4
# of expected failures  564
# of unsupported tests  7384
/build/gcc-snapshot-gujFa3/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-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"
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 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on powerpc-unknown-linux-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Target: powerpc-linux-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== acats tests ===

=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/heap-overflow-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/heap-overflow-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O2 -flto 
-fno-use-linker-plugin -flto-partition=none  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O2 -flto 
-fno-use-linker-plugin -flto-partition=none  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/sanity-check-pure-c-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/use-after-free-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-free-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-free-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-free-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-free-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/use-after-free-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/use-after-free-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on powerpc64le-unknown-linux-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Target: powerpc64le-linux-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== acats tests ===

=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configuration is powerpc64le-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/null-deref-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O3 -g  output pattern test
FAIL: g++.dg/cpp1y/vla-initlist1.C  -std=gnu++11 execution test
FAIL: g++.dg/cpp1y/vla-initlist1.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98 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
FAIL: c-c++-common/ubsan/float-cast-overflow-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/ubsan/float-cast-overflow-10.c   -O2  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O3 -fomit-frame-pointer 
-funroll-loops -fpeel-loops -ftracer -finline-functions  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O3 -g  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -Os  output pattern test

=== g++ Summary ===

# of expected passes98866
# of unexpected failures17
# of unexpected successes   2
# of expected failures  282
# of unsupported tests  3955
/build/gcc-snapshot-RPY_vP/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== gcc tests ===


Running target unix
FAIL: c-c++-common/asan/misalign-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/misalign-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/misalign-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/misalign-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/misalign-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/misalign-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/misalign-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/misalign-2.c   -O0  output pattern test
FAIL: c-c++-common/asan/misalign-2.c   -O1  output pattern test
FAIL: c-c++-common/asan/misalign-2.c   -O2  output pattern test
FAIL: c-c++-common/asan/misalign-2.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/misalign-2.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/misalign-2.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/misalign-2.c   -Os  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -Os  output pattern test
FAIL: gcc.dg/loop-8.c scan-rtl-dump-times loop2_invariant "Decided" 1
FAIL: gcc.dg/sms-4.c scan-rtl-dump-times sms "SMS succeeded" 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   -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  

Results for 5.3.1 20160316 (Debian 5.3.1-12) testsuite on i586-pc-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Wed Mar 16 09:11:26 UTC 2016 (revision 234249)

Target: i586-gnu
gcc version 5.3.1 20160316 (Debian 5.3.1-12) 

Native configuration is i586-pc-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/cdce3.C  -std=gnu++98 execution test
FAIL: g++.dg/cdce3.C  -std=gnu++11 execution test
FAIL: g++.dg/cdce3.C  -std=gnu++14 execution test
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/eh/sighandle.C  -std=gnu++98 execution test
FAIL: g++.dg/eh/sighandle.C  -std=gnu++11 execution test
FAIL: g++.dg/eh/sighandle.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++11 execution test
FAIL: g++.dg/ext/cleanup-10.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++11 execution test
FAIL: g++.dg/ext/cleanup-11.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++11 execution test
FAIL: g++.dg/ext/cleanup-8.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++11 execution test
FAIL: g++.dg/ext/cleanup-9.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++11 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
FAIL: c-c++-common/vector-compare-4.c  -std=gnu++98 (test for excess errors)
FAIL: c-c++-common/vector-compare-4.c  -std=gnu++11 (test for excess errors)
FAIL: c-c++-common/vector-compare-4.c  -std=gnu++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
FAIL: g++.dg/tls/thread_local3.C  -std=gnu++11 execution test
FAIL: g++.dg/tls/thread_local3.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local3g.C  -std=gnu++11 execution test
FAIL: g++.dg/tls/thread_local3g.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local4.C  -std=gnu++11 execution test
FAIL: g++.dg/tls/thread_local4.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local4g.C  -std=gnu++11 execution test
FAIL: g++.dg/tls/thread_local4g.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local5.C  -std=gnu++11 execution test
FAIL: g++.dg/tls/thread_local5.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local5g.C  -std=gnu++11 execution test
FAIL: g++.dg/tls/thread_local5g.C  -std=gnu++14 execution test

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

# of expected passes83928
# of unexpected failures43
# of unexpected successes   2
# of expected failures  286
# of unsupported tests  3323

Running target unix/-fstack-protector
FAIL: g++.dg/cdce3.C  -std=gnu++98 execution test
FAIL: g++.dg/cdce3.C  -std=gnu++11 execution test
FAIL: g++.dg/cdce3.C  -std=gnu++14 execution test
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/eh/sighandle.C  -std=gnu++98 execution test
FAIL: g++.dg/eh/sighandle.C  -std=gnu++11 execution test
FAIL: g++.dg/eh/sighandle.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++11 execution test
FAIL: g++.dg/ext/cleanup-10.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++11 execution test
FAIL: g++.dg/ext/cleanup-11.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++11 execution test
FAIL: g++.dg/ext/cleanup-8.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++11 execution test
FAIL: g++.dg/ext/cleanup-9.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++11 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
FAIL: c-c++-common/vector-compare-4.c  -std=gnu++98 (test for excess errors)
FAIL: c-c++-common/vector-compare-4.c  -std=gnu++11 (test for excess errors)
FAIL: c-c++-common/vector-compare-4.c  

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on x86_64-pc-linux-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Target: x86_64-linux-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== acats tests ===

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

=== g++ tests ===


Running target unix
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/label13a.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
FAIL: c-c++-common/ubsan/float-cast-overflow-10.c   -O2  output pattern test
FAIL: c-c++-common/ubsan/float-cast-overflow-10.c   -O2 -flto 
-fno-use-linker-plugin -flto-partition=none  output pattern test
FAIL: c-c++-common/ubsan/float-cast-overflow-10.c   -O2 -flto 
-fuse-linker-plugin -fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O2  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O2  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O3 -g  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -Os  output pattern test

=== g++ Summary ===

# of expected passes207350
# of unexpected failures26
# of unexpected successes   4
# of expected failures  582
# of unsupported tests  7320
/build/gcc-snapshot-omrbna/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== gcc tests ===


Running target unix
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: 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on i586-pc-linux-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Target: i586-linux-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== acats tests ===

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

=== g++ tests ===


Running target unix
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/label13a.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
FAIL: c-c++-common/ubsan/float-cast-overflow-10.c   -O2 -flto 
-fno-use-linker-plugin -flto-partition=none  output pattern test
FAIL: c-c++-common/ubsan/float-cast-overflow-8.c   -O2 -flto 
-fuse-linker-plugin -fno-fat-lto-objects  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O0  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O1  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  output pattern test

=== g++ Summary ===

# of expected passes204197
# of unexpected failures21
# of unexpected successes   4
# of expected failures  582
# of unsupported tests  6836
/build/gcc-snapshot-eI0tYJ/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-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"
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/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
XPASS: gcc.dg/guality/pr41353-1.c   -O0  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O0  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O1  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O1  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O2  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O2  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 28 j == 28 + 37
XPASS: 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on mips-unknown-linux-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Target: mips-linux-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 
Native configuration is mips-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/label13a.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 passes182906
# of unexpected failures16
# of unexpected successes   4
# of expected failures  556
# of unsupported tests  7526
/build/gcc-snapshot-bCPFQI/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/pr65956.c   -O2  execution test
FAIL: gcc.c-torture/execute/pr65956.c   -O2  execution test
FAIL: gcc.c-torture/execute/pr65956.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
FAIL: gcc.c-torture/execute/pr65956.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
FAIL: gcc.c-torture/execute/pr65956.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
FAIL: gcc.c-torture/execute/pr65956.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
FAIL: gcc.c-torture/execute/pr65956.c   -Os  execution test
FAIL: gcc.c-torture/execute/pr65956.c   -Os  execution test
FAIL: gcc.dg/atomic/pr65345-4.c   -O0   12 blank line(s) in output
FAIL: gcc.dg/atomic/pr65345-4.c   -O0  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O0  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O0  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O0  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O1   12 blank line(s) in output
FAIL: gcc.dg/atomic/pr65345-4.c   -O1  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O1  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O1  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O1  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2   12 blank line(s) in output
FAIL: gcc.dg/atomic/pr65345-4.c   -O2  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none   12 blank line(s) in output
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects   12 blank line(s) in output
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  (test for excess errors)
FAIL: gcc.dg/atomic/pr65345-4.c   -O3 -g   12 blank line(s) in output
FAIL: gcc.dg/atomic/pr65345-4.c   -O3 -g  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c   -O3 -g  (internal compiler error)
FAIL: gcc.dg/atomic/pr65345-4.c 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on arm-unknown-linux-gnueabihf

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

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 passes1914
# of unsupported tests  30
=== libgo tests ===


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

=== libgo Summary ===

# of expected passes131
# of unexpected failures3
/build/gcc-snapshot-e5J1u8/gcc-snapshot-20160320/build/./gcc/gccgo version 
6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1)

=== libgomp tests ===


Running target unix

=== libgomp Summary ===

# of expected passes4801
# of unsupported tests  308
=== 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 passes2520
# 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 passes10955
# of unexpected failures1
# of expected failures  67
# of unsupported tests  283
Target: arm-linux-gnueabihf
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== acats tests ===
FAIL:   c52103x
FAIL:   c52104x
FAIL:   c52104y
FAIL:   cxaca01

=== acats Summary ===
# of expected passes2316
# of unexpected failures4

=== 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/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on arm-unknown-linux-gnueabi

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

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 passes1914
# of unsupported tests  30
=== libgo tests ===


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

=== libgo Summary ===

# of expected passes131
# of unexpected failures3
/build/gcc-snapshot-BzbnGn/gcc-snapshot-20160320/build/./gcc/gccgo version 
6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1)

=== libgomp tests ===


Running target unix

=== libgomp Summary ===

# of expected passes4801
# of unsupported tests  308
=== 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 passes2574
# 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 passes10733
# of unexpected failures1
# of expected failures  67
# of unsupported tests  398
Target: arm-linux-gnueabi
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== acats tests ===

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

=== g++ tests ===


Running target unix
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98 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
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O0  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O3 -g  output pattern test
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -Os  output pattern test

=== g++ Summary ===

# of expected passes96184
# of unexpected failures13
# of unexpected successes   2
# of expected failures  284
# of unresolved testcases   1
# of unsupported tests  4053
/build/gcc-snapshot-BzbnGn/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-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: 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on aarch64-unknown-linux-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Native configuration is aarch64-unknown-linux-gnu

=== 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 passes54
=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes1914
# of unsupported tests  30
=== libgo tests ===


Running target unix

=== libgo Summary ===

# of expected passes134
/build/gcc-snapshot-LAfT4U/gcc-snapshot-20160320/build/./gcc/gccgo version 
6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1)

=== libgomp tests ===


Running target unix

=== libgomp Summary ===

# of expected passes4801
# of unsupported tests  308
=== libitm tests ===


Running target unix

=== libitm Summary ===

# of expected passes42
# of expected failures  3
# of unsupported tests  1
=== 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 passes2574
# 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 passes10957
# of unexpected failures1
# of expected failures  67
# of unsupported tests  282
Target: aarch64-linux-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== acats tests ===
FAIL:   c34005o
FAIL:   c34007i

=== acats Summary ===
# of expected passes2318
# of unexpected failures2

=== g++ tests ===


Running target unix
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98 execution test
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
FAIL: g++.dg/guality/pr55665.C   -O2  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
FAIL: c-c++-common/ubsan/overflow-mul-4.c   -O0  output pattern test

=== g++ Summary ===

# of expected passes96965
# of unexpected failures9
# of unexpected successes   2
# of expected failures  285
# of unsupported tests  4037
/build/gcc-snapshot-LAfT4U/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-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/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-1.c   -O2  line 18 *x == (char) 25
FAIL: gcc.dg/guality/pr36728-1.c   -O2  line 18 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 18 *x == (char) 25
FAIL: gcc.dg/guality/pr36728-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 18 y == 2
FAIL: gcc.dg/guality/pr36728-1.c   -O3 -g  line 18 *x 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on i586-pc-kfreebsd-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Target: i586-kfreebsd-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 
Native configuration is i586-pc-kfreebsd-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/eh/sighandle.C  -std=gnu++11 execution test
FAIL: g++.dg/eh/sighandle.C  -std=gnu++14 execution test
FAIL: g++.dg/eh/sighandle.C  -std=gnu++98 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++98 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++98 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++98 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++98 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.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++14 execution test
FAIL: g++.dg/ext/sync-4.C  -std=gnu++98 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

=== g++ Summary ===

# of expected passes93573
# of unexpected failures24
# of unexpected successes   2
# of expected failures  282
# of unsupported tests  3210
/build/gcc-snapshot-dGxOfH/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-1) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/ifcvt-4.c scan-rtl-dump ce1 "2 true changes made"
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   -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
XPASS: gcc.dg/guality/pr41353-1.c   -O0  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O1  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O2  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -O3 -g  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c   -Os  line 28 j == 28 + 37
FAIL: gcc.dg/guality/pr41447-1.c   -O2  execution test
FAIL: gcc.dg/guality/pr41447-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  execution test
FAIL: gcc.dg/guality/pr41447-1.c   -O3 -g  execution test
FAIL: gcc.dg/guality/pr41616-1.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  execution test
FAIL: gcc.dg/guality/pr45882.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 16 d == 112
FAIL: gcc.dg/guality/pr45882.c   -O2 -flto -fuse-linker-plugin 
-fno-fat-lto-objects  line 16 e == 142
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 20 y == 25
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 20 z == 6
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 23 y == 117
FAIL: gcc.dg/guality/pr54519-1.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 23 z == 8
FAIL: gcc.dg/guality/pr54519-2.c   -O2 -flto -fno-use-linker-plugin 
-flto-partition=none  line 17 y == 25
FAIL: 

Results for 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 20160320-1) testsuite on x86_64-pc-kfreebsd-gnu

2016-03-23 Thread Matthias Klose
LAST_UPDATED: Sun Mar 20 18:32:33 UTC 2016 (revision 234355)

Target: x86_64-kfreebsd-gnu
gcc version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-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/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++11 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++14 execution test
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98  scan-assembler _ZN1CC4Ev
FAIL: g++.dg/ext/label13a.C  -std=gnu++98 execution test
FAIL: g++.dg/ext/label13a.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 passes188630
# of unexpected failures46
# of unexpected successes   4
# of expected failures  564
# of unsupported tests  7026
/build/gcc-snapshot-hx7q2g/gcc-snapshot-20160320/build/gcc/testsuite/g++/../../xg++
  version 6.0.0 20160320 (experimental) [trunk revision 234355] (Debian 
20160320-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: 

Re: Error in gnat-5-arm-linux-gnueabi package

2016-03-23 Thread Svante Signell
On Wed, 2016-03-23 at 16:41 +0100, Per Dalgas Jakobsen wrote:
> I installed the gnat-5-arm-linux-gnueabi package from testing, but 
> arm-linux-gnueabi-gnatmake gave me the following error:
> 
> $ arm-linux-gnueabi-gnatmake hello.adb
> arm-linux-gnueabi-gnatbind-5 -x hello.ali
> arm-linux-gnueabi-gnatlink-5 hello.ali
> arm-linux-gnueabi-gnatlink-5: Couldn't locate arm-linux-gnueabi-gcc-5-5
> arm-linux-gnueabi-gnatmake: *** link failed.
> 
> A simple:
> # ln -s /usr/bin/arm-linux-gnueabi-gcc-5 /usr/bin/arm-linux-gnueabi-gcc-5-5
> solved the problem.
> 
> I guess the -5-5 should have been a single "-5".
> 
> # uname -a
> Linux  4.3.0-1-amd64 #1 SMP Debian 4.3.5-1 (2016-02-06) x86_64 
> GNU/Linux

See bug #814978, stil not resolved.



Error in gnat-5-arm-linux-gnueabi package

2016-03-23 Thread Per Dalgas Jakobsen
I installed the gnat-5-arm-linux-gnueabi package from testing, but 
arm-linux-gnueabi-gnatmake gave me the following error:


$ arm-linux-gnueabi-gnatmake hello.adb
arm-linux-gnueabi-gnatbind-5 -x hello.ali
arm-linux-gnueabi-gnatlink-5 hello.ali
arm-linux-gnueabi-gnatlink-5: Couldn't locate arm-linux-gnueabi-gcc-5-5
arm-linux-gnueabi-gnatmake: *** link failed.

A simple:
# ln -s /usr/bin/arm-linux-gnueabi-gcc-5 /usr/bin/arm-linux-gnueabi-gcc-5-5
solved the problem.

I guess the -5-5 should have been a single "-5".

# uname -a
Linux  4.3.0-1-amd64 #1 SMP Debian 4.3.5-1 (2016-02-06) x86_64 
GNU/Linux


~Per



Bug#818996: Please enable -Wabi-tag warning for C++ programs

2016-03-23 Thread Matthias Klose

On 22.03.2016 17:36, Simon McVittie wrote:

Package: g++
Control: submitter -1 Jeffrey Walton 

On Tue, 22 Mar 2016 at 10:34:29 -0400, Jeffrey Walton wrote:

We just took a report due to
http://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html

It appears Debian built the library with GCC, and GCC used
_GLIBCXX_USE_CXX11_ABI. The user then compiled with Clang and caught a
link error. The tools did not warn him about the problems, so the
report trickled downhill to us.

Would Debian please enable -Wabi-tag by default for C++ programs in
its compilers.

I think it can be done in a spec file for GCC. My apologies for not
offering the string for the specs file. Also see
http://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html.

Thank you in advance.


Turning this into a g++ bug report.


If you want to change that, that change should be made in dpkg-buildflags.