]> git.ipfire.org Git - thirdparty/gcc.git/commit
Change test to use const variables instead of macros
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Mar 2019 13:46:09 +0000 (13:46 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Mar 2019 13:46:09 +0000 (13:46 +0000)
commit5aa8571a29c5332ef2d7ddaaee5820e6f6693518
tree7896c9d80c03dd4e95bc7bb311138f75f39e5b44
parent0bd005b6213514b939bb92e800eed76dd05e7071
Change test to use const variables instead of macros

This is C++ so there's no reason to use macros here.

* testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: Use
const variables instead of macros.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269585 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc