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] [gfortran] gfc_error's emitted from trans-common.c


------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de  2004-05-06 11:16 -------
(In reply to comment #0)
> [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 "

the first two should be internal_errors. It remain the latter two.

-- 


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]