]> git.ipfire.org Git - thirdparty/gcc.git/commit
Restore 'GOMP_OPENACC_DIM' environment variable parsing
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 10 Nov 2021 07:49:34 +0000 (08:49 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 10 Nov 2021 07:49:34 +0000 (08:49 +0100)
commit0a7b7bf03d8c3233b9e3153d6ca39c3e0e9e6931
tree3317de0b5138f3823b7d362bcd98c7e56ef51986
parent98e6a28f9a84a1cd9902a1b27b1848cc08c42f95
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.

(cherry picked from commit 00c9ce13a64e324dabd8dfd236882919a3119479)
libgomp/ChangeLog.omp
libgomp/env.c