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]

Re: g77 testsuite (was RE: IMPLICIT CHARACTER*# causing 35 regressions in NIST testsuite)


> One area of failures in the G77TS are the bit manipulation functions
> (eg, IBSET).  gfortran only supports these functions with default
> integer kind while the G77TS has tests for INTEGER*1, INTEGER*2, and
> INTEGER*8.

I wasn't aware of this. The backend implementations in trans-intrinsic.c 
should work with any integer kind.

Paul


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