[Bug fortran/23516] IMAG is not a generic function when implicit none is declared

2005-09-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-22 20:28 --- Fixed in 4.1.0. -- What|Removed |Added Status|NEW |RESOL

[Bug fortran/23516] IMAG is not a generic function when implicit none is declared

2005-09-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-22 19:05 --- Subject: Bug 23516 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-22 19:04:14 Modified files: gcc/testsuite : ChangeLog Added files: gcc/t

[Bug fortran/23516] IMAG is not a generic function when implicit none is declared

2005-09-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-22 19:00 --- Subject: Bug 23516 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-22 19:00:25 Modified files: gcc/fortran: ChangeLog intrinsic.c intrinsic.h

[Bug fortran/23516] IMAG is not a generic function when implicit none is declared

2005-09-16 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-09-16 18:46 --- http://gcc.gnu.org/ml/gcc-patches/2005-09/msg01004.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23516

[Bug fortran/23516] IMAG is not a generic function when implicit none is declared

2005-08-30 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-30 15:02 --- Well, this is not standard Fortran but g77 accepts it (and all the compilers I can find accept it). So, I think we should add a generic IMAG for GFC_STD_GNU. -- What|Removed

[Bug fortran/23516] IMAG is not a generic function when implicit none is declared

2005-08-22 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-08-22 16:47 --- IMAG() is neither a generic intrinsic procedure nor a specific intrinsic procedure. You want AIMAG() or you need to explicitly declare IMAG() and provide a function. -- http://gcc.gnu.org/bugzilla/show_bu