Re: [C++ PATCH] Fix cplus_decl_attributes (PR c++/54988)
Please add a comment. OK with that change. Jason
Re: [C++ PATCH] Fix cplus_decl_attributes (PR c++/54988)
OK. Jason
[C++ PATCH] Fix cplus_decl_attributes (PR c++/54988)
Hi! cplus_decl_attributes assumes that if attributes is NULL, there is nothing to do in decl_attributes, unfortunately that call can add implicit attributes based on currently active pragmas, at least for FUNCTION_DECLs. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for