Skip to content

Commit

Permalink
Merge pull request #13221 from fxcoudert/gcc12
Browse files Browse the repository at this point in the history
compilers: add gcc-12
  • Loading branch information
fxcoudert committed Apr 30, 2022
2 parents b4f7dbc + a30e27b commit 3088bbf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/compilers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# @private
module CompilerConstants
GNU_GCC_VERSIONS = %w[4.9 5 6 7 8 9 10 11].freeze
GNU_GCC_REGEXP = /^gcc-(4\.9|[5-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|12)$/.freeze
COMPILER_SYMBOL_MAP = {
"gcc" => :gcc,
"clang" => :clang,
Expand Down
1 change: 1 addition & 0 deletions Library/Homebrew/shims/linux/super/g++-12
1 change: 1 addition & 0 deletions Library/Homebrew/shims/linux/super/gcc-12
1 change: 1 addition & 0 deletions Library/Homebrew/shims/mac/super/g++-12
1 change: 1 addition & 0 deletions Library/Homebrew/shims/mac/super/gcc-12
1 change: 1 addition & 0 deletions Library/Homebrew/shims/super/g++-12
1 change: 1 addition & 0 deletions Library/Homebrew/shims/super/gcc-12

0 comments on commit 3088bbf

Please sign in to comment.