I've verified that the upstream binary distribution
(http://llvm.org/releases/3.5.0/clang+llvm-3.5.0-x86_64-linux-gnu-
ubuntu-14.04.tar.xz) is *not* affected by this bug.
@RJVB: all I know is that rL201729 was considered for inclusion in
clang-3.4.1, which I believe predates 3.5.0. But I'm not int
Minor update:
Somewhere between rL201729 and RELEASE_350/final, the fix was changed to:
#if __STDC_VERSION__ >= 201112L || __cplusplus >= 201103L
I'm not sure how a change of path in gcc could cause this issue. clang++
*should* provide ::max_align_t itself in c++11 mode.
http://reviews.llvm.org/file/data/sw37fgtbupwhetydgazl/PHID-FILE-wprxzvc5yn4ylp7xwt6t/201729.diff:
+#if __STDC_VERSION__ >= 201112L || __cplusplus >= 201103L
+typedef struc
Is this a regression introduced in Ubuntu?
The SVN sources for clang 3.5.0 and 3.5.1 both contain the fix
introduced in rL201729.
This bug seriously limits the usefulness of clang 3.5 on Ubuntu, as it also
suffers from a serious bug in libstdc++-4.8 (see, for example,
http://lists.cs.uiuc.edu/p
Confirming that the current (post-feisty-release) repository version
does not work with the current sun-java-6 repository package.
Workaround:
- Download Azureus2.5.0.4.jar from http://azureus.sourceforge.net/download.php
- Copy the downloaded .jar to /usr/share/java/Azureus2.jar
--
[feisty]az