r147516 - in /trunk/gcc: ChangeLog attribs.c do...

tglek@gcc.gnu.org tglek@gcc.gnu.org
Thu May 14 01:38:00 GMT 2009


Author: tglek
Date: Thu May 14 01:38:33 2009
New Revision: 147516

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147516
Log:
2009-05-13  Taras Glek  <tglek@mozilla.com>
gcc/
       * attribs.c moved out attribute registration into register_attribute
       * doc/plugins.texi Documented register_attribute and PLUGIN_ATTRIBUTES
       * gcc-plugin.h Added forward decl for register_attribute
       * plugin.c Added PLUGIN_ATTRIBUTES boilerplate
       * plugin.h Added PLUGIN_ATTRIBUTES

gcc/testsuite/
       * g++.dg/plugin/attribute_plugin-test-1.C Testcase input for custom attributes and decl smashing
       * g++.dg/plugin/attribute_plugin.c Testcase plugin to test user attributes
       * g++.dg/plugin/dumb_plugin.c Fixed typo
       * g++.dg/plugin/plugin.exp Added attribute_plugin test 

Added:
    trunk/gcc/testsuite/g++.dg/plugin/attribute_plugin-test-1.C
    trunk/gcc/testsuite/g++.dg/plugin/attribute_plugin.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/attribs.c
    trunk/gcc/doc/plugins.texi
    trunk/gcc/gcc-plugin.h
    trunk/gcc/plugin.c
    trunk/gcc/plugin.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
    trunk/gcc/testsuite/g++.dg/plugin/plugin.exp



More information about the Gcc-cvs mailing list