This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] PR fortran/24005


The attach patch appears to fix the problem discussed in
PR fortran/24005.  I have bootstrap and regression tested
the patch on freebsd7-*-amd64.

Note, the testcase was distilled from the MPFUN90 library
that is freely available on the internet.  With this patch,
I can now compile MPFUN90 and successfully run its tes program.

The problem, again discussed in the PR, is that gfortran was
passing a NULL pointer to strcmp.

OK for mainline?

-- 
Steve

Attachment: interface.c.diff
Description: Text document

Attachment: interface_1.f90
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]