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]

Gfortran and NetBSD 5


All,
	Some seven thousand test cases fail on NetBSD 5 due 
to "excessive" errors.  These errors are linker warnings.  
The built-in calls to cabs and cabsf in f95_lang.c use the 
compatibility interface.  On NetBSD-5, these function 
should be linked to __c99_cabs and __c99_cabsf not cabs and 
cabsf.
	How should this be handled?  
	Note that this is an issue for NetBSD 5 and, presumably, 
latter.  NetBSD 4 is unaffected.

Aran	

Attachment: signature.asc
Description: This is a digitally signed message part.


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