diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2024-09-24 09:59:56 +0200 |
---|---|---|
committer | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2024-09-24 10:31:51 +0200 |
commit | 7e560ffd7562cbd1a51ae6298c515b89ebed1363 (patch) | |
tree | 1bed103f810bd582cbe003eddea7dd7482297508 | |
parent | f594008dcced0ebb86908f3d7602fcf943e05bc7 (diff) | |
download | gcc-7e560ffd7562cbd1a51ae6298c515b89ebed1363.zip gcc-7e560ffd7562cbd1a51ae6298c515b89ebed1363.tar.gz gcc-7e560ffd7562cbd1a51ae6298c515b89ebed1363.tar.bz2 |
Testsuite, darwin: account for macOS 15
gcc/testsuite/ChangeLog:
* gcc.dg/darwin-minversion-link.c: Account for macOS 15.
-rw-r--r-- | gcc/testsuite/gcc.dg/darwin-minversion-link.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/darwin-minversion-link.c b/gcc/testsuite/gcc.dg/darwin-minversion-link.c index a835e9d..af712a1b 100644 --- a/gcc/testsuite/gcc.dg/darwin-minversion-link.c +++ b/gcc/testsuite/gcc.dg/darwin-minversion-link.c @@ -19,6 +19,7 @@ /* { dg-additional-options "-mmacosx-version-min=012.000.00 -DCHECK=120000" { target *-*-darwin21* } } */ /* { dg-additional-options "-mmacosx-version-min=013.000.00 -DCHECK=130000" { target *-*-darwin22* } } */ /* { dg-additional-options "-mmacosx-version-min=014.000.00 -DCHECK=140000" { target *-*-darwin23* } } */ +/* { dg-additional-options "-mmacosx-version-min=015.000.00 -DCHECK=150000" { target *-*-darwin24* } } */ int main () |