commit | 7edd9ddc979f112287ff5184590830c67ea991bf | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Feb 26 23:39:46 2014 +0000 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Sun Mar 02 17:20:37 2014 +0400 |
tree | 266dcc9e428a95a830a66a3e8cd00e43f691a477 | |
parent | 8ead6018837f13f1ef4a40c3eb5054512c160577 [diff] |
tests/test-int128: Don't use __noclone__ attribute on clang clang doesn't support the __noclone__ attribute and emits a warning about it. Fortunately clang also implements a mechanism for asking if a particular attribute is implemented; use it. We assume that if the compiler doesn't support __has_attribute() then it must be GCC and must support __noclone__. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>