]> git.ipfire.org Git - thirdparty/gcc.git/commit
libcpp: Fix ATTR_LIKELY definition PR preprocessor/103355
authorChristophe Lyon <christophe.lyon@foss.st.com>
Tue, 23 Nov 2021 16:06:42 +0000 (16:06 +0000)
committerChristophe Lyon <christophe.lyon@foss.st.com>
Tue, 23 Nov 2021 16:06:42 +0000 (16:06 +0000)
commit46d3cfd29dc701e1e0d18b0380d6299fce7944f2
treed3a1168e33c1b08aadc0ea1dc078924af475f31c
parent8632f8c65de6e9f301c2e729eb14b43427031665
libcpp: Fix ATTR_LIKELY definition PR preprocessor/103355

Fix the definition of ATTR_LIKELY when __has_cpp_attribute is not
defined, as it is the case with old compilers such as gcc-4.8.5.

libcpp/:
PR preprocessor/103355
* system.h (ATTR_LIKELY): Fix definition.
libcpp/system.h