------- Comment #9 from fxcoudert at gcc dot gnu dot org  2007-08-10 10:31 
-------
(In reply to comment #2)
> But there is, internally with __builtin_isnan.

And that's where I got it wrong. In the Fortran front-end, boolean_type_node is
an integer of the default logical kind, while I thought it was coming from the
middle-end (as an int) and hence did not depend on Fortran kinds.

I'm testing patches for both this and bounds_check_5.f90, by adding conversions
at the right places.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-08-08 15:24:37         |2007-08-10 10:31:34
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32933

Reply via email to