Bug 97454 - Decls for Fortran library procedures
Summary: Decls for Fortran library procedures
Status: NEW
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 11.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-16 08:02 UTC by Thomas Koenig
Modified: 2022-06-23 16:52 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2020-10-16 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Koenig 2020-10-16 08:02:33 UTC
Currently, the decls for Fortran library procedures are inconsistent,
which causes, among other things, segfaults on Darwin for ARM
(PR96168).

We should fix them all.  For maxval, findloc and friends, I
am working on a patch (see

https://gcc.gnu.org/pipermail/fortran/2020-October/055170.html

). For cshift etc, we have to be more general, because we
use the same routines for different types.