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]

[patch, fortran] PR20373 again ...


This sat long enough in my tree to actually attempt another try. It is 
essentially the same patch as submitted before, but this time all the parts 
together. To cite Jerry: a discovery patch ...

The last discovery was: the function types introduced for MIN/MAX broke a 
couple of tests, thus I removed them, all others may stay in place.

Bootstrapped and regtested on i686-pc-linux-gnu.
If there are no objections, I'll commit to trunk in 48 hours.


gcc/fortran:
2007-06-28  Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/20373
        * intrinsic.c (add_functions): Additional function types.
        (gfc_convert_type_warn): Remove intrinsic-flag from conversion
        functions.
	* resolve.c (resolve_symbol): Added type checks to explicitly defined
        intrinsics.

gcc/testsuite:
2007-06-28  Daniel Franke  <franke.daniel@gmail.com>

       PR fortran/20373
       * gfortran.dg/intrinsic.f90: New test.


Regards
	Daniel


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