summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xround-robin-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index c7a51f30..1d5f1289 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -797,7 +797,7 @@ EOF
# Don't report regressions for vectorization, while we are
# debugging it.
;;
- *@tcwg_bmk_gcc*/*:*)
+ *@tcwg_bmk_gnu*/*:*)
CI_MAIL_RECIPIENTS+=("$notify_author")
CI_MAIL_RECIPIENTS+=("cc:gcc-regression@gcc.gnu.org")
;;