]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgomp/env.c
Restore 'GOMP_OPENACC_DIM' environment variable parsing
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 5 Nov 2021 13:42:21 +0000 (14:42 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 9 Nov 2021 15:51:57 +0000 (16:51 +0100)
commit00c9ce13a64e324dabd8dfd236882919a3119479
treecd7c26fd021469f14f643d1f4d804c996f4f976b
parent7798ae1a15055fe956978453ea62932d680ace72
Restore 'GOMP_OPENACC_DIM' environment variable parsing

... that got broken by recent commit c057ed9c52c6a63a1a692268f916b1a9131cd4b7
"openmp: Fix up strtoul and strtoull uses in libgomp", resulting in spurious
FAILs for tests specifying 'dg-set-target-env-var "GOMP_OPENACC_DIM" "[...]"'.

libgomp/
* env.c (parse_gomp_openacc_dim): Restore parsing.
libgomp/env.c