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/27698] subroutine _foo draws "unclassifiable statement" instead of a useful error.



------- Comment #3 from aldot at gcc dot gnu dot org  2006-07-05 17:19 -------
(In reply to comment #2)
> Bernhard, 
> 
> Your patch only addresses one aspect of the problem.
> Consider
> 
> function _foo
>   entry _bar
> end function
> 

Is it sufficient to print an error in gfc_match_name, or should the individual
callers be instrumented with separate messages (invalid form for
$everything_with_a_name at $there) ?


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


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


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