Use -std=c++03 with GCC and clang
authorPyry Haulos <phaulos@google.com>
Thu, 30 Mar 2017 23:59:27 +0000 (16:59 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 3 Apr 2017 17:30:59 +0000 (10:30 -0700)
commitdac35f616a6949e44c7b24b43287d397bee609cd
tree4e16e316db1c37bdc422407e1b5791d22307af1d
parent674ddbb09a7bb6b16f839e129d5f0f2ac6dc9e74
Use -std=c++03 with GCC and clang

dEQP currently maintains minimum requirement of c++03 support from
toolchains. Use of c++11 or newer is not allowed

GCC 6.1 enables c++14 mode by default and developers might accidentally
use features from it unless we specify c++03 version.

Change-Id: If9ed0f009310b63b29b6a8a355969030b45139ba
Components: Framework
external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp
framework/delibs/cmake/CFlags.cmake
modules/glshared/glsBuiltinPrecisionTests.cpp