Ticket #8367: clang_chrono.txt

File clang_chrono.txt, 9.6 KB (added by Franz Detro <franz.detro@…>, 10 years ago)
Line 
1clang from XCode 4.5.2 with -std=c++11 -stdlib=libc++ and -arch armv7
2
3------------------------------------------
4
5Component configuration:
6
7 - atomic : not building
8 - chrono : building
9 - context : not building
10 - date_time : not building
11 - exception : not building
12 - filesystem : not building
13 - graph : not building
14 - graph_parallel : not building
15 - iostreams : not building
16 - locale : not building
17 - math : not building
18 - mpi : not building
19 - program_options : not building
20 - python : not building
21 - random : not building
22 - regex : not building
23 - serialization : not building
24 - signals : not building
25 - system : not building
26 - test : not building
27 - thread : not building
28 - timer : not building
29 - wave : not building
30
31...patience...
32...found 559 targets...
33...updating 10 targets...
34clang-darwin.compile.c++ boost_build/boost/bin.v2/libs/system/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/error_code.o
35clang-darwin.archive boost_build/boost/bin.v2/libs/system/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/libboost_system.a
36common.copy stage/lib/libboost_system.a
37clang-darwin.compile.c++ boost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/chrono.o
38In file included from libs/chrono/src/chrono.cpp:14:
39In file included from ./boost/chrono/detail/inlined/chrono.hpp:13:
40In file included from ./boost/chrono/chrono.hpp:11:
41./boost/chrono/duration.hpp:353:49: error: constexpr function never produces a constant expression
42 static BOOST_CHRONO_LIB_CONSTEXPR float lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW
43 ^
44./boost/chrono/duration.hpp:355:21: note: non-constexpr function 'max' cannot be used in a constant expression
45 return -(std::numeric_limits<float>::max) ();
46 ^
47/usr/bin/../lib/c++/v1/limits:443:43: note: declared here
48 _LIBCPP_INLINE_VISIBILITY static type max() _NOEXCEPT {return __base::max();}
49 ^
50In file included from libs/chrono/src/chrono.cpp:14:
51In file included from ./boost/chrono/detail/inlined/chrono.hpp:13:
52In file included from ./boost/chrono/chrono.hpp:11:
53./boost/chrono/duration.hpp:361:50: error: constexpr function never produces a constant expression
54 static BOOST_CHRONO_LIB_CONSTEXPR double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW
55 ^
56./boost/chrono/duration.hpp:363:21: note: non-constexpr function 'max' cannot be used in a constant expression
57 return -(std::numeric_limits<double>::max) ();
58 ^
59/usr/bin/../lib/c++/v1/limits:443:43: note: declared here
60 _LIBCPP_INLINE_VISIBILITY static type max() _NOEXCEPT {return __base::max();}
61 ^
62In file included from libs/chrono/src/chrono.cpp:14:
63In file included from ./boost/chrono/detail/inlined/chrono.hpp:13:
64In file included from ./boost/chrono/chrono.hpp:11:
65./boost/chrono/duration.hpp:369:55: error: constexpr function never produces a constant expression
66 static BOOST_CHRONO_LIB_CONSTEXPR long double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW
67 ^
68./boost/chrono/duration.hpp:371:21: note: non-constexpr function 'max' cannot be used in a constant expression
69 return -(std::numeric_limits<long double>::max)();
70 ^
71/usr/bin/../lib/c++/v1/limits:443:43: note: declared here
72 _LIBCPP_INLINE_VISIBILITY static type max() _NOEXCEPT {return __base::max();}
73 ^
743 errors generated.
75
76 "clang++" -x c++ -O3 -O3 -g0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -fvisibility=hidden -std=c++11 -stdlib=libc++ -arch armv7 -arch armv7s -O3 -g0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -fvisibility=hidden -std=c++11 -stdlib=libc++ -arch armv7 -arch armv7s -fvisibility-inlines-hidden -Wextra -Wno-long-long -pedantic -O3 -finline-functions -Wno-inline -Wall -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "boost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/chrono.o" "libs/chrono/src/chrono.cpp"
77
78...failed clang-darwin.compile.c++ boost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/chrono.o...
79clang-darwin.compile.c++ boost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/thread_clock.o
80clang-darwin.compile.c++ boost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/process_cpu_clocks.o
81In file included from libs/chrono/src/process_cpu_clocks.cpp:17:
82In file included from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:19:
83In file included from ./boost/chrono/process_cpu_clocks.hpp:18:
84./boost/chrono/duration.hpp:353:49: error: constexpr function never produces a constant expression
85 static BOOST_CHRONO_LIB_CONSTEXPR float lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW
86 ^
87./boost/chrono/duration.hpp:355:21: note: non-constexpr function 'max' cannot be used in a constant expression
88 return -(std::numeric_limits<float>::max) ();
89 ^
90/usr/bin/../lib/c++/v1/limits:443:43: note: declared here
91 _LIBCPP_INLINE_VISIBILITY static type max() _NOEXCEPT {return __base::max();}
92 ^
93In file included from libs/chrono/src/process_cpu_clocks.cpp:17:
94In file included from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:19:
95In file included from ./boost/chrono/process_cpu_clocks.hpp:18:
96./boost/chrono/duration.hpp:361:50: error: constexpr function never produces a constant expression
97 static BOOST_CHRONO_LIB_CONSTEXPR double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW
98 ^
99./boost/chrono/duration.hpp:363:21: note: non-constexpr function 'max' cannot be used in a constant expression
100 return -(std::numeric_limits<double>::max) ();
101 ^
102/usr/bin/../lib/c++/v1/limits:443:43: note: declared here
103 _LIBCPP_INLINE_VISIBILITY static type max() _NOEXCEPT {return __base::max();}
104 ^
105In file included from libs/chrono/src/process_cpu_clocks.cpp:17:
106In file included from ./boost/chrono/detail/inlined/process_cpu_clocks.hpp:19:
107In file included from ./boost/chrono/process_cpu_clocks.hpp:18:
108./boost/chrono/duration.hpp:369:55: error: constexpr function never produces a constant expression
109 static BOOST_CHRONO_LIB_CONSTEXPR long double lowest() BOOST_CHRONO_LIB_NOEXCEPT_OR_THROW
110 ^
111./boost/chrono/duration.hpp:371:21: note: non-constexpr function 'max' cannot be used in a constant expression
112 return -(std::numeric_limits<long double>::max)();
113 ^
114/usr/bin/../lib/c++/v1/limits:443:43: note: declared here
115 _LIBCPP_INLINE_VISIBILITY static type max() _NOEXCEPT {return __base::max();}
116 ^
1173 errors generated.
118
119 "clang++" -x c++ -O3 -O3 -g0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -fvisibility=hidden -std=c++11 -stdlib=libc++ -arch armv7 -arch armv7s -O3 -g0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk -fvisibility=hidden -std=c++11 -stdlib=libc++ -arch armv7 -arch armv7s -fvisibility-inlines-hidden -Wextra -Wno-long-long -pedantic -O3 -finline-functions -Wno-inline -Wall -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_All_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"." -c -o "boost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/process_cpu_clocks.o" "libs/chrono/src/process_cpu_clocks.cpp"
120
121...failed clang-darwin.compile.c++ boost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi/process_cpu_clocks.o...
122...skipped <pboost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi>libboost_chrono.a(clean) for lack of <pboost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi>chrono.o...
123...skipped <pboost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi>libboost_chrono.a for lack of <pboost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi>chrono.o...
124...skipped <pstage/lib>libboost_chrono.a for lack of <pboost_build/boost/bin.v2/libs/chrono/build/clang-darwin-4.2.1/release/architecture-arm/link-static/threading-multi>libboost_chrono.a...
125...failed updating 2 targets...
126...skipped 3 targets...
127...updated 5 targets...