From 0ddb2f1ce1d2aa117dfe5c0f1ff4b8ae8797d571 Mon Sep 17 00:00:00 2001 From: Robert Reif Date: Sun, 31 Jan 2016 12:45:17 +0100 Subject: [PATCH] Fixed #7298 (reduce doesn't support --library= and --std= on the command line) --- tools/reduce.cpp | 61 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/tools/reduce.cpp b/tools/reduce.cpp index 8952fb73f..43a28d458 100644 --- a/tools/reduce.cpp +++ b/tools/reduce.cpp @@ -634,6 +634,50 @@ static bool cleanupStatements(const ReduceSettings &settings, std::vector] [--inconclusive] [--debug-warnings] [--max-configs=] filename [linenr]" << std::endl; + << argv[0] << " [--stdout] [--cfg=X] [--hang] [--maxtime=60] [-D define] [-I includepath] [--force] [--enable=] [--inconclusive] [--debug-warnings] [--max-configs=] [--platform=] [--library=] [--std=] filename [linenr]" << std::endl; return EXIT_FAILURE; }