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/13082] [gfortran] ICE with ENTRY statement


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-11-17 16:28 -------
Here's an even shorter testcase:

=============================================
      subroutine foo
      entry bar(i)
      i=0
      end
=============================================

The problem seems to be in the frontend, so I removed the host/build/target
triples.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
  GCC build triplet|i386-unknown-freebsd5.1     |
   GCC host triplet|i386-unknown-freebsd5.1     |
 GCC target triplet|i386-unknown-freebsd5.1     |


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


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