Re: C++ PATCH to add -Wignored-attributes (PR c++/69884)

2016-03-23 Thread Jason Merrill
OK. Jason

C++ PATCH to add -Wignored-attributes (PR c++/69884)

2016-03-23 Thread Marek Polacek
This PR is a request to add a way how to suppress the warning about ignored attributes. We concluded that -Wattributes isn't the right warning for this case, so I went ahead with Richi's suggestion to add -Wignored-attributes. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2016-03-23 Mar