Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tst_qobject: fix the detection for GCC
Q_CC_GNU is defined on compilers that masquerade as GCC (Clang, ICC), so using it to work around GCC-specific bugs is wrong. Introduce a local define for _only_ GCC and use it in place of Q_CC_GNU. Drive by: version-fence a test we now know it's been fixed upstream, and correct the link to the corresponding bug report. Change-Id: I9059d6e6bf86157aca71590ac22afb1a1c114313 Reviewed-by: Tor Arne Vestbø <[email protected]> (cherry picked from commit 8b9c8d4) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
- Loading branch information