From 46f3775c683faeb710c9dc22f360f39334947d73 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sat, 27 Feb 2016 23:36:11 +0100 Subject: Default to -fno-show-warning-groups (re #10752) As `-fno-show-warning-groups` shows associated warning groups regardless of whether the respective warning group flag as been passed on the CLI, the warning-group information may be confusing to users. At this point, `-fshow-warning-groups` is useful mostly to GHC developers and possibly GHC users who want to see which warning groups an emitted warning is part of. (Btw, this is particularly interesting in combination with `-Weverything` which enables *every* warning flag known to GHC.) Consequently, starting with this commit, one has to opt-in via `-fshow-warning-groups` for GHC to show warning groups. In order to reduce the testsuite delta in this commit, the `-fshow-warning-groups` flag has been added to TEST_HC_OPTS. --- testsuite/tests/ghci/scripts/ghci024.stdout | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/tests/ghci/scripts/ghci024.stdout') diff --git a/testsuite/tests/ghci/scripts/ghci024.stdout b/testsuite/tests/ghci/scripts/ghci024.stdout index 9fea9464b0..b92adad855 100644 --- a/testsuite/tests/ghci/scripts/ghci024.stdout +++ b/testsuite/tests/ghci/scripts/ghci024.stdout @@ -8,6 +8,7 @@ GHCi-specific dynamic flag settings: other dynamic, non-language, flag settings: -fforce-recomp -fimplicit-import-qualified + -fshow-warning-groups warning settings: -Wno-tabs ~~~~~~~~~~ Testing :set -a -- cgit v1.2.1