[PATCH] D48398: [test-suite] Set the language standard for SPEC benchmarks that do not compile using the newest.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 21 09:30:20 PDT 2018
Meinersbur added inline comments.
================
Comment at: test-suite/trunk/External/SPEC/CINT2006/473.astar/CMakeLists.txt:1
+list(APPEND CPPFLAGS -std=c++98)
+
----------------
evandro wrote:
> Should this be `c++03` instead?
` -std=gnu++98` was the setting before changed in rL320250. It does not rely on gnu extensions so I picked `-std=c++98`.
What is your your argument to use ` -std=c++03` instead?
Repository:
rL LLVM
https://reviews.llvm.org/D48398
More information about the llvm-commits
mailing list