[LLVMbugs] [Bug 13716] alignas is accepted on typedefs
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 29 02:20:20 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=13716
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution| |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 2013-01-29 04:20:20 CST ---
Trunk says:
<stdin>:1:18: error: 'alignas' attribute cannot be applied to types
typedef char alignas(int) A;
^
<stdin>:2:18: error: 'alignas' attribute cannot be applied to types
typedef char alignas(3) B;
^
--
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