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
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
2 matches
Mail list logo