diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 8 | ||||
-rw-r--r-- | stdlib/tst-strtol-binary-c23.c (renamed from stdlib/tst-strtol-binary-c2x.c) | 0 | ||||
-rw-r--r-- | stdlib/tst-strtol-binary-gnu23.c (renamed from stdlib/tst-strtol-binary-gnu2x.c) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index e9f9c78..8b0ac63 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -337,9 +337,9 @@ tests := \ tst-strtod6 \ tst-strtol \ tst-strtol-binary-c11 \ - tst-strtol-binary-c2x \ + tst-strtol-binary-c23 \ tst-strtol-binary-gnu11 \ - tst-strtol-binary-gnu2x \ + tst-strtol-binary-gnu23 \ tst-strtol-locale \ tst-strtoll \ tst-swapcontext1 \ @@ -527,9 +527,9 @@ CFLAGS-testmb.c += -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -Werror # (added in GCC 9), so the tests for those versions use -std=c11 and -std=gnu11 # and then _ISOC23_SOURCE is defined in the test as needed. CFLAGS-tst-strtol-binary-c11.c += -std=c11 -CFLAGS-tst-strtol-binary-c2x.c += -std=c11 +CFLAGS-tst-strtol-binary-c23.c += -std=c11 CFLAGS-tst-strtol-binary-gnu11.c += -std=gnu11 -CFLAGS-tst-strtol-binary-gnu2x.c += -std=gnu11 +CFLAGS-tst-strtol-binary-gnu23.c += -std=gnu11 # Run a test on the header files we use. diff --git a/stdlib/tst-strtol-binary-c2x.c b/stdlib/tst-strtol-binary-c23.c index 5e2b6dd..5e2b6dd 100644 --- a/stdlib/tst-strtol-binary-c2x.c +++ b/stdlib/tst-strtol-binary-c23.c diff --git a/stdlib/tst-strtol-binary-gnu2x.c b/stdlib/tst-strtol-binary-gnu23.c index 7732025..7732025 100644 --- a/stdlib/tst-strtol-binary-gnu2x.c +++ b/stdlib/tst-strtol-binary-gnu23.c |