Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50749 )

Change subject: tests: Add GCC-11 to the compiler tests
......................................................................

tests: Add GCC-11 to the compiler tests

Change-Id: I3701e850433b597fb0d6d06e058a21607e4efc88
---
M tests/compiler-tests.sh
1 file changed, 3 insertions(+), 2 deletions(-)



diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh
index bf1d281..699d134 100755
--- a/tests/compiler-tests.sh
+++ b/tests/compiler-tests.sh
@@ -10,7 +10,8 @@
 build_dir="${gem5_root}/build"

 # All Docker images in the gem5 testing GCR which we want to compile with.
-images=("gcc-version-10"
+images=("gcc-version-11"
+        "gcc-version-10"
         "gcc-version-9"
         "gcc-version-8"
         "gcc-version-7"
@@ -29,7 +30,7 @@

 # A subset of the above list: these images will build against every target,
 # ignoring builds_per_compiler.
-comprehensive=("gcc-version-10"
+comprehensive=("gcc-version-11")
                "clang-version-11")

 # All build targets in build_opt/ which we want to build using each image.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50749
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I3701e850433b597fb0d6d06e058a21607e4efc88
Gerrit-Change-Number: 50749
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to