re PR testsuite/43758 (19 new GCC HEAD@158360 regressions)
commit564a129d2270cd6cd14683013483b1471f0d04f1
authorJason Merrill <jason@redhat.com>
Wed, 5 May 2010 19:33:11 +0000 (5 15:33 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 5 May 2010 19:33:11 +0000 (5 15:33 -0400)
tree2f0d1539c4a77f271f5a52bc32ed5f1726956909
parent58c13acc6abf49f392d72d269e6c0a88eae25319
re PR testsuite/43758 (19 new GCC HEAD@158360 regressions)

PR testsuite/43758
* target.h (struct gcc_target): Add attribute_takes_identifier_p.
* target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
(TARGET_INITIALIZER): Use it.
* c-common.c (attribute_takes_identifier_p): Call it.
* c-common.h: Update prototype.
* config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
(TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.

From-SVN: r159079
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/config/rs6000/rs6000.c
gcc/doc/tm.texi
gcc/target-def.h
gcc/target.h