On Fri, May 13, 2011 at 11:24 AM, Kai Tietz <ktiet...@googlemail.com> wrote: > boolean_types direct). Or B) We relax tree-cfg checks for logical ops > to allow also BOOLEAN types with wider size then 1-bit.
The Boolean types which fortran produces are 1bit wide in precision but not always the same width as the C _Bool type. That is TYPE_PRECISION is 1 for those types but TYPE_SIZE is not the same. Thanks, Andrew Pinski