]> git.ipfire.org Git - people/ms/gcc.git/commit
Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 15 Jan 2022 10:30:20 +0000 (11:30 +0100)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 15 Jan 2022 10:30:20 +0000 (11:30 +0100)
commitf660638317ef7c79eee6640d0275c9e8fc34beba
tree68098f87f533126203ea5a888588a37f99aff6b1
parent8d87dd6069d5bdfab3f611bdb0399c7da5058041
Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.

With this patch, it is possible to specify multiple defaults inthe
GFORTRAN_CONVERT_UNIT environment variable so that, for example, R16_IEEE
and BIG_ENDIAN can be specified together.

libgfortran/ChangeLog:

* runtime/environ.c: Allow for multiple default values so that
separate default specifications for IBM long double format and
endianness are possible.
libgfortran/runtime/environ.c