Merge pull request #13221 from fxcoudert/gcc12

compilers: add gcc-12
This commit is contained in:
FX Coudert 2022-04-30 22:35:20 +02:00 committed by GitHub
commit 3088bbf1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# @private # @private
module CompilerConstants module CompilerConstants
GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11].freeze GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11 12].freeze
GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10|11)$/.freeze GNU_GCC_REGEXP = /^gcc-(4\.9|[5-9]|10|11|12)$/.freeze
COMPILER_SYMBOL_MAP = { COMPILER_SYMBOL_MAP = {
"gcc" => :gcc, "gcc" => :gcc,
"clang" => :clang, "clang" => :clang,

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc

View File

@ -0,0 +1 @@
cc