Bug 97454

Summary: Decls for Fortran library procedures
Product: gcc Reporter: Thomas Koenig <tkoenig>
Component: fortranAssignee: Not yet assigned to anyone <unassigned>
Status: NEW ---    
Severity: normal CC: juergen.reuter
Priority: P3    
Version: 11.0   
Target Milestone: ---   
See Also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96168
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed: 2020-10-16 00:00:00

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.