This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33849] Fix misleading error message "GENERIC non-INTRINSIC procedure not allowed as an actual argument"
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Oct 2007 17:42:27 -0000
- Subject: [Bug fortran/33849] Fix misleading error message "GENERIC non-INTRINSIC procedure not allowed as an actual argument"
- References: <bug-33849-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from dominiq at lps dot ens dot fr 2007-10-23 17:42 -------
The test case generic_actual_arg.f90 fails because the "dg-error" has not been
adjusted:
/opt/gcc/_gcc-clean/gcc/testsuite/gfortran.dg/generic_actual_arg.f90:21.7:
CALL F(CALCULATION) ! { dg-error "GENERIC non-INTRINSIC procedure" }
1
Error: GENERIC procedure 'calculation' is not allowed as an actual argument at
(1)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33849