Results for 6.0.0 20160228 (experimental) [trunk revision 233789] (Debian 6-20160228-1) testsuite on arm-unknown-linux-gnueabi

2016-03-01 Thread Matthias Klose
LAST_UPDATED: Sun Feb 28 12:35:00 UTC 2016 (revision 233789) Native configuration is arm-unknown-linux-gnueabi === boehm-gc tests === Running target unix === boehm-gc Summary === # of expected passes12 # of unsupported tests 1

Bug#816366: g++-5: Illegal access to private field compiles

2016-03-01 Thread gabor . a . nemeth
Package: g++-5 Version: 5.3.1-8 Severity: normal Dear Maintainer, Compiling the following on g++-5.3.1 does not produce an error although one is expected: % cat c.cc #include class X { int i; }; main() { X x; std::thread([&x] { x.i = 3; }); } g++-4.9 detects access to X::i which