[Bug fortran/30746] 50th Anniversary Bug - Forward reference to contained function

2007-05-11 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-05-12 07:22 --- Fixed on trunk. Please note that recursive_reference_1.f90 was replaced, accidentally, by an identical copy of itself. Paul -- pault at gcc dot gnu dot org changed: What|Removed

[Bug fortran/30746] 50th Anniversary Bug - Forward reference to contained function

2007-05-11 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-05-12 07:19 --- Subject: Bug 30746 Author: pault Date: Sat May 12 06:19:43 2007 New Revision: 124633 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124633 Log: 2007-05-12 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/30746] 50th Anniversary Bug - Forward reference to contained function

2007-05-10 Thread patchapp at dberlin dot org
--- Comment #5 from patchapp at dberlin dot org 2007-05-10 21:10 --- Subject: Bug number PR30746 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00746.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/30746] 50th Anniversary Bug - Forward reference to contained function

2007-05-10 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-05-10 12:19 --- (In reply to comment #3) > The patch below does the job. Not quite - apart from 'n' not being declared, this patch causes a couple of regressions. These are easily fixed. However, if the function x has a different n

[Bug fortran/30746] 50th Anniversary Bug - Forward reference to contained function

2007-05-10 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-05-10 09:11 --- The patch below does the job. Before submitting, I want to check how much the compile time is hit. If it is a lot, I will try to streamline detection of the wrong host association. Paul Index: gcc/fortran/gfortran.h