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 target/57756] Function target attribute is retaining state of previously seen function


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

Pat Haugen <pthaugen at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pthaugen at gcc dot gnu.org

--- Comment #3 from Pat Haugen <pthaugen at gcc dot gnu.org> ---
Revision 203634 broke PowerPC also with the following errors:

/home/pthaugen/src/gcc/trunk/gcc/gcc/config/rs6000/rs6000.c: At global scope:
/home/pthaugen/src/gcc/trunk/gcc/gcc/config/rs6000/rs6000.c:31122: error:
invalid conversion from âvoid (*)(cl_target_option*)â to âvoid
(*)(cl_target_option*, gcc_options*)â
/home/pthaugen/src/gcc/trunk/gcc/gcc/config/rs6000/rs6000.c:31122: error:
invalid conversion from âvoid (*)(cl_target_option*)â to âvoid
(*)(gcc_options*, cl_target_option*)â

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