http://llvm.org/bugs/show_bug.cgi?id=13716
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Richard Smith <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
