﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
74	flib doesn't support 64-bit	Dave Offiler	Dave Offiler	"flib doesn't support true 64-bit compilation (e.g. efc with -i8 switch)

1) there is no named kind for 8-byte integers. In many places, named 4-byte integers are
freely mixed with default kinds - e.g. across subroutine calls. Fine when the default is 4-byte, but causes compile-time errors when the default is 8-byte.

2) the kind for 4-byte reals is set up as 'KIND(1.0)' and this is then used in the kind setup for 8-byte reals (the R8K setup is literally double-precision). Again, this will only work when the
default kind is 4-byte. On the TX, when the default is 8-byte, R4K is actually 8-byte and
R8K is 16-byte. This also causes compile-time erros relating to inconsistent subroutine arguments.

This issue is related to Ticket #67"	defect	closed	normal	1.0	ropp_utils	0.8	wontfix		
