https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70192

--- Comment #7 from psturm at computervoice dot com ---
Built hjl/pr70192 both with and without --enable-default-pie. The test results
were almost identical, the only difference being the number of test cases run.
gcc didn't have any issues, but g++ had a couple of new unresolved test cases.
I am not sure if these are related or not, so here is the summary:

                === g++ tests ===


Running target unix
UNRESOLVED: g++.dg/cpp1y/constexpr-instantiate.C  -std=c++11  scan-tree-dump
optimized "bool [fg]("
UNRESOLVED: g++.dg/cpp1y/constexpr-instantiate.C  -std=c++14  scan-tree-dump
optimized "bool [fg]("
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 passes            103233
# of unexpected successes       2
# of expected failures          285
# of unresolved testcases       2
# of unsupported tests          3673
/sources/gcc-build/gcc/testsuite/g++/../../xg++  version 6.0.0 20160316
(experimental) (GCC) 

                === gcc tests ===


Running target unix

                === gcc Summary ===

# of expected passes            112137
# of expected failures          311
# of unsupported tests          1705
/sources/gcc-build/gcc/xgcc  version 6.0.0 20160316 (experimental) (GCC)

Reply via email to