[Bug fortran/20067] gfortran: misleading error message resolving generic subroutine

2006-08-29 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-08-30 05:31 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20067] gfortran: misleading error message resolving generic subroutine

2006-08-29 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-08-30 05:20 --- Subject: Bug 20067 Author: pault Date: Wed Aug 30 05:19:34 2006 New Revision: 116579 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116579 Log: 2006-08-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20067] gfortran: misleading error message resolving generic subroutine

2006-08-29 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-08-30 05:19 --- Subject: Bug 20067 Author: pault Date: Wed Aug 30 05:18:36 2006 New Revision: 116578 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116578 Log: 2006-08-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/20067] gfortran: misleading error message resolving generic subroutine

2006-08-29 Thread anlauf at gmx dot de
--- Comment #3 from anlauf at gmx dot de 2006-08-29 14:46 --- (In reply to comment #2) > Error: There is no specific subroutine for the generic 'ice' at (1) The new error message is rather terse but OK. -Harald -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20067

[Bug fortran/20067] gfortran: misleading error message resolving generic subroutine

2006-08-29 Thread paul dot richard dot thomas at cea dot fr
--- Comment #2 from paul dot richard dot thomas at cea dot fr 2006-08-29 07:55 --- Harald, In fixing PR28873, I have fixed this PR. Will CALL ice(23.0) ! { dg-error "no specific subroutine" } 1 Error: There is no specif

[Bug fortran/20067] gfortran: misleading error message resolving generic subroutine

2005-02-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 23:26 --- Confirmed. -- What|Removed |Added Severity|normal |minor