Re: [cfe-users] How to change alignment of long long

2016-10-22 Thread Philipp Klaus Krause via cfe-users
On 22.10.2016 09:35, Philipp Klaus Krause via cfe-users wrote: > Found another one that encountered this problem: > > http://lists.llvm.org/pipermail/cfe-dev/2013-October/032554.html > > Again no solution there. > > Is anyone sucessfully using clang (preferably 3.8) with an alignment for > long

[cfe-users] Use of undeclared identifier error

2016-10-22 Thread Rohan Smith via cfe-users
Hi, I've got a program using libclang to compile C/C++ scripts at run-time. When trying to use it with libstdc++, specifically , although I get similar errors when using other standard headers, I get errors of the form "use of undeclared identifier '__builtin_clz'; did you mean '__builtin_clz

Re: [cfe-users] How to change alignment of long long

2016-10-22 Thread Philipp Klaus Krause via cfe-users
Found another one that encountered this problem: http://lists.llvm.org/pipermail/cfe-dev/2013-October/032554.html Again no solution there. Is anyone sucessfully using clang (preferably 3.8) with an alignment for long long or double that is not 64 bits? Philipp _