]> git.ipfire.org Git - thirdparty/gcc.git/commit
Always include libgfortran.h first; sanitize header dependencies.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 27 Oct 2020 17:20:57 +0000 (18:20 +0100)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 27 Oct 2020 17:20:57 +0000 (18:20 +0100)
commit0c261d5b5c931d9e9214d06531bdc7e9e16aeaab
tree6c3434493dce1cbf59469df55b5fc7a84d1e5814
parent9dca1f29608df4bda70b33be735373ac18b8714b
Always include libgfortran.h first; sanitize header dependencies.

libgfortran/ChangeLog:

* nca/coarraynative.c: Do not include util.h. Remove commented
include for stdlib.h..
* nca/collective_subroutine.c: Move #include <string.h> after
other #include statement.
* nca/hashmap.c: Include shared_memory.h and allocator.h
* nca/hashmap.h: Remove includess.
* nca/libcoarraynative.h: Include only those headers which
are needed.
* nca/shared_memory.c: Do not include util.h
* nca/shared_memory.h: Do not include other headers.
* nca/sync.c: Move include of string.h after other headers.
* nca/sync.h: Remove include of shared_memory.h and alloc.h.
* nca/util.h: Do not include stdint.h and stddef.h; include
limits.h and assert.h.
* nca/wrapper.c: Remove include for sync.h, util.h and
collective_subroutine.h. Move include of string.h after other
headers.
libgfortran/nca/coarraynative.c
libgfortran/nca/collective_subroutine.c
libgfortran/nca/hashmap.c
libgfortran/nca/hashmap.h
libgfortran/nca/libcoarraynative.h
libgfortran/nca/shared_memory.c
libgfortran/nca/shared_memory.h
libgfortran/nca/sync.c
libgfortran/nca/sync.h
libgfortran/nca/util.h
libgfortran/nca/wrapper.c