[Bug fortran/25395] equivalence to common block array broken

pault at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Feb 24 10:51:00 GMT 2006



------- Comment #3 from pault at gcc dot gnu dot org  2006-02-24 10:51 -------
Subject: Bug 25395

Author: pault
Date: Fri Feb 24 10:51:42 2006
New Revision: 111416

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111416
Log:
2006-02-24  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/24519
        * dependency.c (gfc_is_same_range): Correct typo.
        (gfc_check_section_vs_section): Call gfc_is_same_range.

        PR fortran/25395
        * trans-common.c (add_equivalences): Add a new flag that is set when
        an equivalence is seen that prevents more from being reset until the
        start of a new traversal of the list, thus ensuring completion of
        all the equivalences.

2006-02-24  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/24519
        * gfortran.dg/dependency_3.f90: New test.
        * gfortran.fortran-torture/execute/vect-3.f90: Remove two of the
        XFAILs.

        PR fortran/25395
        * gfortran.dg/equiv_6.f90: New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/dependency_3.f90
    trunk/gcc/testsuite/gfortran.dg/equiv_6.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/dependency.c
    trunk/gcc/fortran/trans-common.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/vect/vect-3.f90


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25395



More information about the Gcc-bugs mailing list