* c-common.c (c_common_reswords) add the alignof keyword,
authorVille Voutilainen <ville.voutilainen@gmail.com>
Tue, 25 Aug 2009 21:21:25 +0000 (00:21 +0300)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 25 Aug 2009 21:21:25 +0000 (17:21 -0400)
commitf4e8a9430d5b2692da88cbbcd2162f45c6c8d978
treee305bb77dbb3c71345fe71ff46eb2173c487e887
parent7b5cbb57032c98320bc7b5ba9da3dab8362a393d
* c-common.c (c_common_reswords) add the alignof keyword,

with same RID as __alignof and __alignof__

From-SVN: r151097
gcc/ChangeLog
gcc/c-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/alignof.C [new file with mode: 0644]