search for: cstddef

Displaying 16 results from an estimated 16 matches for "cstddef".

Did you mean: stddef
2014 Apr 27
2
[LLVMdev] 3.4 branch gcc 4.9 build error
Using gcc 4.9 to build the llvm 3.4 branch fails with the following error: llvm[1]: Compiling APFloat.cpp for Release build [...] /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../include/c++/4.9.0/cstddef:51:11: error: no member named 'max_align_t' in the global namespace using ::max_align_t; ~~^ gcc 4.8.2's caused no such issue, so it must be a change in 4.9.0/cstddef. To be clear, I have no idea who's at fault (gcc 4.9.0 header or llvm sources), assuming any code is to...
2014 Apr 29
2
[LLVMdev] 3.4 branch gcc 4.9 build error
...4.9 to build the llvm 3.4 branch fails with the > > > > > > following error: > > > > > > > > > > > > llvm[1]: Compiling APFloat.cpp for Release build > > > > > > [...] > > > > > > /usr/[...]/include/c++/4.9.0/cstddef:51:11: > > > > > > error: no member named 'max_align_t' in the global namespace > > > > > > using ::max_align_t; > > > > > > ~~^ > > > > > > > > > > > > gcc 4.8.2's caused no such issue,...
2017 Mar 08
3
Use of the C++ standard library in XRay compiler-rt
...^>.]*>' -oh `find . -type > f|grep -v 'tests'` | sort | uniq -c > 1 #include <algorithm> > 10 #include <atomic> > 1 #include <bitset> > 6 #include <cassert> > 1 #include <cerrno> > 1 #include <cstddef> > 7 #include <cstdint> > 2 #include <cstdio> > 1 #include <cstdlib> > 2 #include <cstring> > 1 #include <deque> > 2 #include <iterator> > 2 #include <limits> > 2 #include <memory...
2014 May 15
3
[LLVMdev] 3.4 branch gcc 4.9 build error
...APFloat.h:20: In file included from /tmp/llvm/include/llvm/ADT/APInt.h:19: In file included from /tmp/llvm/include/llvm/ADT/ArrayRef.h:14: In file included from /tmp/llvm/include/llvm/ADT/SmallVector.h:17: In file included from /tmp/llvm/include/llvm/Support/AlignOf.h:19: /usr/lib64/[...]/c++/4.9.0/cstddef:51:11: error: no member named 'max_align_t' in the global namespace using ::max_align_t; ~~^ 1 error generated. As the fixes got merged to the release_34 branch, I went to check the local configure options and noticed I was passing --enable-cxx11. If I omit that, there'...
2019 Aug 03
3
conflicting builtins in clang with musl (stddef.h)
...an reproduce it with this example of code too: $ clang++ -isystem /include -std=c++17 test.cpp In file included from test.cpp:2: In file included from /bin/../include/c++/v1/limits:106: In file included from /bin/../include/c++/v1/type_traits:406: In file included from /bin/../include/c++/v1/cstddef:45: In file included from /lib/clang/8.0.0/include/stddef.h:118: /lib/clang/8.0.0/include/__stddef_max_align_t.h:40:3: error: typedef redefinition with different types ('struct max_align_t' vs 'struct max_align_t') } max_align_t; ^ /include/bits/alltypes.h:49:54: note: previous de...
2017 Mar 08
2
Use of the C++ standard library in XRay compiler-rt
So I stumbled across an issue that I think is a bit fundamental: The xray runtime uses the C++ standard library. This seems like a problem because whatever C++ standard library is used to compile the XRay runtime may not be the same as the C++ standard library (if any) that is used to build the target application and link XRay into. Does this make sense? Is this a problem? Talking to Chandler
2014 May 15
2
[LLVMdev] 3.4 branch gcc 4.9 build error
.../tmp/llvm/include/llvm/ADT/APInt.h:19: >> In file included from /tmp/llvm/include/llvm/ADT/ArrayRef.h:14: >> In file included from /tmp/llvm/include/llvm/ADT/SmallVector.h:17: >> In file included from /tmp/llvm/include/llvm/Support/AlignOf.h:19: >> /usr/lib64/[...]/c++/4.9.0/cstddef:51:11: error: >> no member named 'max_align_t' in the global namespace >> using ::max_align_t; >> ~~^ >> 1 error generated. >> > Is this trunk or the 3.4 branch? > >> As the fixes got merged to the release_34 branch, I went to che...
2019 Feb 07
9
[8.0.0 Release] rc2 has been tagged
Dear testers, 8.0.0-rc2 has been tagged from the release_80 branch at r353413. Please run the test script, share your results, and upload binaries. I'll get the source tarballs and docs published as soon as possible, and binaries as they become available. Thanks, Hans
2017 Mar 13
5
Use of the C++ standard library in XRay compiler-rt
...-type > f|grep -v 'tests'` | sort | uniq -c > > 1 #include <algorithm> > > 10 #include <atomic> > > 1 #include <bitset> > > 6 #include <cassert> > > 1 #include <cerrno> > > 1 #include <cstddef> > > 7 #include <cstdint> > > 2 #include <cstdio> > > 1 #include <cstdlib> > > 2 #include <cstring> > > 1 #include <deque> > > 2 #include <iterator> > > 2 #include <limits&g...
2017 Mar 15
2
Use of the C++ standard library in XRay compiler-rt
...-type > f|grep -v 'tests'` | sort | uniq -c > > 1 #include <algorithm> > > 10 #include <atomic> > > 1 #include <bitset> > > 6 #include <cassert> > > 1 #include <cerrno> > > 1 #include <cstddef> > > 7 #include <cstdint> > > 2 #include <cstdio> > > 1 #include <cstdlib> > > 2 #include <cstring> > > 1 #include <deque> > > 2 #include <iterator> > > 2 #include <limits&g...
2014 May 10
3
[LLVMdev] 3.4 branch gcc 4.9 build error
Tom, now that 3.4.1 is out, any chance of a 3.4.2 with just the three fixes or at least merging them to the 3.4 branch?
2014 May 15
2
[LLVMdev] 3.4 branch gcc 4.9 build error
....h:19: >>>> In file included from /tmp/llvm/include/llvm/ADT/ArrayRef.h:14: >>>> In file included from /tmp/llvm/include/llvm/ADT/SmallVector.h:17: >>>> In file included from /tmp/llvm/include/llvm/Support/AlignOf.h:19: >>>> /usr/lib64/[...]/c++/4.9.0/cstddef:51:11: error: >>>> no member named 'max_align_t' in the global namespace >>>> using ::max_align_t; >>>> ~~^ >>>> 1 error generated. >>>> >>> Is this trunk or the 3.4 branch? >>> >>>>...
2019 Feb 11
2
[cfe-dev] [8.0.0 Release] rc2 has been tagged
...+/v1/__string:56: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/algorithm:640: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/initializer_list:47: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/cstddef:110: > > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/type_traits:740:56: > error: _Float16 is not supported on this target > template <> struct __libcpp_is_floating_point<_Float16> : > public true_type {}; > This is quite odd, because libc++ trunk ha...
2014 Mar 04
3
[LLVMdev] [cfe-dev] C++11 reverse iterators (was C++11 is here)
On Mon, Mar 3, 2014 at 12:26 AM, Chris Lattner <sabre at nondot.org> wrote: > > On Mar 2, 2014, at 8:53 PM, Renato Golin <renato.golin at linaro.org> wrote: > > > On 3 March 2014 12:32, Pete Cooper <peter_cooper at apple.com> wrote: > >> Would those work with a foreach construct? Perhaps I forgot to mention > that was what I'm trying to work out
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...cripts/out-arm/include/c++/v1/./ciso646 > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./list > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./mutex > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./cstddef > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./__refstring > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./unordered_map > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./exception > -- Instal...
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote: >> >> I try to build libc++ and libc++abi for host x86_64(linux) and target >> arm(linux) but fail. >> > > Failing in what way? If this isn't working out of the box, we've done > something wrong. Yeah, it would help to know more specifics about where you're getting stuck. > > jroelofs might know more... For