[LLVMbugs] [Bug 13172] AlignOf.h not compatible with -std=c++0x
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jun 24 23:26:27 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13172
Chandler Carruth <chandlerc at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chandler Carruth <chandlerc at gmail.com> 2012-06-25 01:26:27 CDT ---
I fixed this in r159125.
I don't think this is worth spending much time on with LLVM_ALIGN_AS or
anything.
It turns out even the initial support for alignas in GCC is broken by design --
it requires including a header not provided by any previous version of GCC and
testing a differently spelled feature macro. I've just dropped support for
GCC+C++11+alignas -- we can use the GCC attribute for all time here as far as
I'm concerned.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list