Bug 13570 - ICE from ENTRY statement.
Summary: ICE from ENTRY statement.
Status: RESOLVED DUPLICATE of bug 13082
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: tree-ssa
: P2 normal
Target Milestone: tree-ssa
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-05 13:24 UTC by Toby White
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toby White 2004-01-05 13:24:00 UTC
(cvs of 04/01/2004)

parabrisas% cat test.f
      subroutine io
      
      implicit none
      integer a, b
      entry io_seterr(b)
      a = b
      end

parabrisas% gfortran -xf95 test.f
f951: ../../gcc/gcc/fortran/trans-decl.c:665: gfc_get_symbol_decl: Assertion
`sym->backend_decl' failed.
test.f: In function `io':

test.f:1: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Comment 1 Andrew Pinski 2004-01-05 17:34:10 UTC
This is a dup of bug 13082.

*** This bug has been marked as a duplicate of 13082 ***