libstdc++: Do not check "cold" name on darwin [PR 96736]
authorJonathan Wakely <jwakely@redhat.com>
Fri, 21 Aug 2020 17:23:22 +0000 (18:23 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 21 Aug 2020 17:24:40 +0000 (18:24 +0100)
libstdc++-v3/ChangeLog:

PR libstdc++/96736
* testsuite/17_intro/headers/c++1998/all_attributes.cc: Do not
test "cold" on darwin.
* testsuite/17_intro/headers/c++2011/all_attributes.cc:
Likewise.
* testsuite/17_intro/headers/c++2014/all_attributes.cc:
Likewise.
* testsuite/17_intro/headers/c++2017/all_attributes.cc:
Likewise.
* testsuite/17_intro/headers/c++2020/all_attributes.cc:
Likewise.

libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc
libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc
libstdc++-v3/testsuite/17_intro/headers/c++2014/all_attributes.cc
libstdc++-v3/testsuite/17_intro/headers/c++2017/all_attributes.cc
libstdc++-v3/testsuite/17_intro/headers/c++2020/all_attributes.cc

index dd28429e1d555564343f0d00bcd85b0e95d009d1..4be7b0a80506562441f54f415af2a759017b93bb 100644 (file)
 // Ensure the library only uses the __name__ form for attributes.
 // Don't test 'const' because it is reserved anyway.
 #define abi_tag 1
-#define cold 1
 #ifndef __APPLE__
 // darwin headers use these, see PR 64883
 # define always_inline 1
+# define cold 1
 # define deprecated 1
 # define noreturn 1
 # define visibility 1
index db00a33f6a388c27738c98b180334df7d4ac6bb4..21c69f59feebefbe561a6cbdc2ec260f45009973 100644 (file)
 // 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 cold 1
 #ifndef __APPLE__
 // darwin headers use these, see PR 64883
 # define always_inline 1
+# define cold 1
 # define deprecated 1
 # define visibility 1
 #endif
index 3322c2c1362404a81e5bd8147795614bbb7eef41..a041ebb47b925b18a7e10c8894e6544c45083eb8 100644 (file)
 // 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 cold 1
 #ifndef __APPLE__
 // darwin headers use these, see PR 64883
 # define always_inline 1
+# define cold 1
 # define deprecated 1
 # define visibility 1
 #endif
index a0d67739d7197b9303d5ac7094324a0260c71997..812066dae084736751f97e795e90900f024b9e5b 100644 (file)
 // 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 cold 1
 #ifndef __APPLE__
 // darwin headers use these, see PR 64883
 # define always_inline 1
+# define cold 1
 # define visibility 1
 #endif
 #define packed 1
index da8f0e415a3770fbcfdcfabe01f6d6bcedeab8eb..d78f13ee8c1f4d81f0a608c39ec0d673ecd09f1f 100644 (file)
 // 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 cold 1
 #ifndef __APPLE__
 // darwin headers use these, see PR 64883
 # define always_inline 1
+# define cold 1
 # define visibility 1
 #endif
 #define packed 1