This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/43758] [4.6 Regression] 19 new GCC HEAD@158360 regressions



------- Comment #6 from jason at gcc dot gnu dot org  2010-05-05 19:33 -------
Subject: Bug 43758

Author: jason
Date: Wed May  5 19:33:11 2010
New Revision: 159079

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159079
Log:
        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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-common.c
    trunk/gcc/c-common.h
    trunk/gcc/config/rs6000/rs6000.c
    trunk/gcc/doc/tm.texi
    trunk/gcc/target-def.h
    trunk/gcc/target.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43758


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]