Re: [C++ PATCH] Fix cplus_decl_attributes (PR c++/54988)

2012-11-06 Thread Jason Merrill
Please add a comment. OK with that change. Jason

Re: [C++ PATCH] Fix cplus_decl_attributes (PR c++/54988)

2012-10-23 Thread Jason Merrill
OK. Jason

[C++ PATCH] Fix cplus_decl_attributes (PR c++/54988)

2012-10-22 Thread Jakub Jelinek
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