re PR objc/43061 (47 new GCC HEAD@156527 regressions)
commitb42186f16474032ac2fa82027d3b7bf31e94daef
authorMike Stump <mikestump@comcast.net>
Fri, 19 Feb 2010 19:06:38 +0000 (19 19:06 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 19 Feb 2010 19:06:38 +0000 (19 19:06 +0000)
tree7833337ec015312bc0a4f42179ae921a7ef30c24
parentcf9280bf7e26b68be590b813d46aea29db5061de
re PR objc/43061 (47 new GCC HEAD@156527 regressions)

        PR objc/43061
        * cgraphunit.c (process_function_and_variable_attributes): Check
DECL_PRESERVE_P instead of looking up attribute "used".
        * ipa-pure-const.c (check_decl): Likewise.
        * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
        * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
        * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
        instead of attribute "used".
        * config/sol2-c.c (solaris_pragma_init): Likewise.
        (solaris_pragma_fini): Likewise.

From-SVN: r156907
gcc/ChangeLog
gcc/cgraphunit.c
gcc/config/sol2-c.c
gcc/config/sol2.c
gcc/ipa-pure-const.c
gcc/ipa-reference.c
gcc/ipa-type-escape.c
gcc/objc/objc-act.c