public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/16520] New: ICE in gfortran.dg/g77/19990905-1.f
@ 2004-07-13 13:13 billingd at gcc dot gnu dot org
  2004-07-13 13:55 ` [Bug fortran/16520] " tobi at gcc dot gnu dot org
  2004-08-19 15:04 ` cvs-commit at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: billingd at gcc dot gnu dot org @ 2004-07-13 13:13 UTC (permalink / raw)
  To: gcc-bugs

Test gfortran.dg/g77/19990905-1.f (from g77.f-torture/noncompile)
ICEs with gfortran.  This is not valid code

Code is:

c { dg-do compile }
c
c  g77 gave error
c  19990905-1.f: In subroutine `x':
c  19990905-1.f:15: 
c           common /foo/n
c                   1
c  19990905-1.f:18: (continued):
c           call foo(a(1))
c                2
c  Invalid declaration of or reference to symbol `foo' at (2) [initially seen 
at (1)]
* =foo7.f in Burley's g77 test suite.
      subroutine x
      real a(n)
      common /foo/n
      continue
      entry y(a)
      call foo(a(1))
      end
c { dg-excess-errors "" }

gfortran output is:

$ ./gfortran -B. -c -
O0 /usr/local/src/gcc/gcc/testsuite/gfortran.dg/g77/19990905-1.f
assertion "sym->backend_decl" failed: 
file "/usr/local/src/gcc/gcc/fortran/trans-decl.c", line 717
/usr/local/src/gcc/gcc/testsuite/gfortran.dg/g77/19990905-1.f: In function `x':
/usr/local/src/gcc/gcc/testsuite/gfortran.dg/g77/19990905-1.f:13: 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.

-- 
           Summary: ICE in gfortran.dg/g77/19990905-1.f
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: billingd at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-cygwin


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug fortran/16520] ICE in gfortran.dg/g77/19990905-1.f
  2004-07-13 13:13 [Bug fortran/16520] New: ICE in gfortran.dg/g77/19990905-1.f billingd at gcc dot gnu dot org
@ 2004-07-13 13:55 ` tobi at gcc dot gnu dot org
  2004-08-19 15:04 ` cvs-commit at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-13 13:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-07-13 13:55 -------
This is almost certainly related to the use of ENTRY

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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug fortran/16520] ICE in gfortran.dg/g77/19990905-1.f
  2004-07-13 13:13 [Bug fortran/16520] New: ICE in gfortran.dg/g77/19990905-1.f billingd at gcc dot gnu dot org
  2004-07-13 13:55 ` [Bug fortran/16520] " tobi at gcc dot gnu dot org
@ 2004-08-19 15:04 ` cvs-commit at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-08-19 15:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-08-19 15:04 -------
Subject: Bug 16520

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-08-19 15:04:37

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gfortran.dg/g77: 19990905-1.f 

Log message:
	PR fortran/16520
	* gfortran.dg/g77/19990905-1.f: Don't expect excess errors.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4158&r2=1.4159
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/g77/19990905-1.f.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-19 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-13 13:13 [Bug fortran/16520] New: ICE in gfortran.dg/g77/19990905-1.f billingd at gcc dot gnu dot org
2004-07-13 13:55 ` [Bug fortran/16520] " tobi at gcc dot gnu dot org
2004-08-19 15:04 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).