]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/intrinsic.h
re PR fortran/23516 (IMAG is not a generic function when implicit none is declared)
authorSteven G. Kargl <kargls@comcast.net>
Thu, 22 Sep 2005 19:00:24 +0000 (19:00 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 22 Sep 2005 19:00:24 +0000 (19:00 +0000)
commit6970fcc83eae5053ffc876d8f8fb75f9ccb4159c
tree0e209b98ef1ee23b4f92afccfcca714e10b4f7c5
parente9931b5b67e02b934eb8d69c1728b831bde7d0a6
re PR fortran/23516 (IMAG is not a generic function when implicit none is declared)

PR fortran/23516
* intrinsic.c (add_function): Add IMAG, IMAGPART, and REALPART
  intrinsics.
* intrinsic.h: Prototypes for gfc_simplify_realpart and
  gfc_resolve_realpart.
* intrinsic.texi: Document intrinsic procedures.
* simplify.c (gfc_simplify_realpart): New function.
* irseolve.c (gfc_resolve_realpart): New function.

From-SVN: r104537
gcc/fortran/ChangeLog
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/fortran/intrinsic.texi
gcc/fortran/iresolve.c
gcc/fortran/simplify.c