This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[patch, fortran] PR20373 again ...
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 28 Jun 2007 20:22:33 +0200
- Subject: [patch, fortran] PR20373 again ...
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=KZnucsz0UDqQfbs+bbSwZgTx+6GTF3/ipvNOG0mayL4+XqJ3WBT4qxtauvnb3Zs+XVRdE/4VOk7AjcO3RtY652lgZTmmIscbBynnw2wRO1EerfQno1v4Edmo5JtvGjG7Dr4TfAfzNI5U0c7Wk9R8DmbDAJkK3Ph+OHxKIwj4TLM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=aAXpOmjUNjXHx7wFN+0d6dteiWNLoblYdw4R8/gtt3QQ1G8Qae6mbq7knKCragK1aZt2eGh7i3CqX9dNIPL/MaRj/BOccUiLWiQJM6vzUklm9qs9zUshMNGYGBW7tihi9VGIhZgq58qYhX7cXNa5AZXedzxNA1cmqu0qIaodvwc=
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