This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/15313] New: [gfortran] gfc_error's emitted from trans-common.c


trans-common.c emits several gfc_error()s these should all be handled by the
resolution stage, AFAICS.

[tobi@marktplatz fortran]$ grep -n gfc_error trans-common.c
460:        gfc_error ("bad array reference at %L", &s->where);
468:        gfc_error ("illegal reference type at %L as EQUIVALENCE object",
512:    gfc_error ("inconsistent equivalence rules involving '%s' at %L and "
625:        gfc_error ("the equivalence set for '%s' cause an invalid extension "

-- 
           Summary: [gfortran] gfc_error's emitted from trans-common.c
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: fortran
        AssignedTo: Tobias dot Schlueter at physik dot uni-muenchen dot de
        ReportedBy: Tobias dot Schlueter at physik dot uni-muenchen dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]