https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883

--- Comment #57 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Looks good to me.

(In reply to Iain Sandoe from comment #56)
> a/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc
> b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc
> index 33b759f..24b5691 100644
> --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc
> +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc
> @@ -21,9 +21,9 @@
>  // Ensure the library only uses the __name__ form for attributes.
>  // Don't test 'const' and 'noreturn' because they are reserved anyway.
>  #define abi_tag 1
> -#define always_inline 1
>  #ifndef __APPLE__
>  // darwin headers use these, see PR 64883
> +# define always_inline 1
>  # define visibility 1
>  # define deprecated 1

In my local patch I also re-ordered "visibility" and "deprecated", because
apparently when I last touched that file I didn't know my alphabet.

Reply via email to