summaryrefslogtreecommitdiffstats
path: root/tests/auto/bic/data
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2019-12-19 09:33:19 -0800
committerThiago Macieira <thiago.macieira@intel.com>2019-12-19 17:51:31 -0800
commit5034f8d8d5e05dc1a477d5fabe486a0997679b97 (patch)
tree9172775161c18e87bedb1ae46be5772485eb2dfc /tests/auto/bic/data
parent43792c50d4c8de1c30456666cc9ee1c945d67991 (diff)
forkfd: fix build with GCC 4.8 & 4.9
Prior to GCC 5.x, std::atomic_int was a typedef to __atomic_base<int>, which meant we couldn't use it in atomic_compare_exchange that requires pointers to std::atomic<int>. That changed in 5.x (r219790) in response to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60940. Easy fix, though. Fixes: QTBUG-80896 Change-Id: I46bf1f65e8db46afbde5fffd15e1d625154f8d59 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Diffstat (limited to 'tests/auto/bic/data')
0 files changed, 0 insertions, 0 deletions