[patch gimplifier]: Make sure TRUTH_NOT_EXPR has boolean_type_node type and argument

Andrew Pinski pinskia@gmail.com
Fri May 13 22:22:00 GMT 2011


On Fri, May 13, 2011 at 11:24 AM, Kai Tietz <ktietz70@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



More information about the Gcc-patches mailing list