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/20467] Bad fortran code causes ICE


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-14 04:38 -------
Confirmed, g77 gives the following error:
t.f: In subroutine `a':
t.f:1: 
   SUBROUTINE a(b)
                1
t.f:2: (continued):
           b(c) = 0
           2
Invalid declaration of or reference to symbol `b' at (2) [initially seen at (1)]

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19292
              nThis|                            |
           Keywords|                            |ice-on-invalid-code


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


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