* c-common.c (c_common_reswords) add the alignof keyword,
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Aug 2009 21:21:25 +0000 (21:21 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Aug 2009 21:21:25 +0000 (21:21 +0000)
commite463efd7ee550cdd15f88ef9101a3020e4929f2e
treee305bb77dbb3c71345fe71ff46eb2173c487e887
parentcd90919ddf67bf946228a11ba0cf0c7402dda3fe
* c-common.c (c_common_reswords) add the alignof keyword,
with same RID as __alignof and __alignof__

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151097 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/alignof.C [new file with mode: 0644]