]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/18565 (gfortran: CONJG: false error message about standard violation)
authorPaul Brook <paul@codesourcery.com>
Sat, 29 Jan 2005 17:46:34 +0000 (17:46 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 29 Jan 2005 17:46:34 +0000 (17:46 +0000)
commit985aff9c177850b75e1684d42eaeaef06f86318b
tree4e5cd3273822f358db1e26f4e1b1abfde7234436
parent46df282378908dff9219749cd4cd576c155b2971
re PR fortran/18565 (gfortran: CONJG: false error message about standard violation)

2005-01-29  Paul Brook  <paul@codesourcery.com>

PR fortran/18565
* check.c (real_or_complex_check): New function.
(gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc): New functions.
* intrinsic.c (add_functions): Use new check functions.
* intrinsic.h (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc):
Add prototypes.
testsuite/
* gfortran.dg/double_complex_1.f90: New test.

From-SVN: r94412
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/double_complex_1.f90 [new file with mode: 0644]