public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: fortran/4323: internal error in array access reported
@ 2001-09-22 10:30 toon
  0 siblings, 0 replies; 3+ messages in thread
From: toon @ 2001-09-22 10:30 UTC (permalink / raw)
  To: Bjoern.Pedersen, gcc-bugs, gcc-prs, nobody, toon

Synopsis: internal error in array access reported

Responsible-Changed-From-To: unassigned->toon
Responsible-Changed-By: toon
Responsible-Changed-When: Sat Sep 22 10:30:58 2001
Responsible-Changed-Why:
    My job
State-Changed-From-To: open->closed
State-Changed-By: toon
State-Changed-When: Sat Sep 22 10:30:58 2001
State-Changed-Why:
    Fixed in 3.0

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4323&database=gcc


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

* Re: fortran/4323: internal error in array access reported
@ 2001-09-15  8:16 Toon Moene
  0 siblings, 0 replies; 3+ messages in thread
From: Toon Moene @ 2001-09-15  8:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]

The following reply was made to PR fortran/4323; it has been noted by GNATS.

From: Toon Moene <toon@moene.indiv.nluug.nl>
To: Bjoern.Pedersen@ch.tum.de
Cc: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org
Subject: Re: fortran/4323: internal error in array access reported
Date: Sat, 15 Sep 2001 17:06:34 +0200

 Bjoern.Pedersen@ch.tum.de wrote:
 
 >Number:         4323
 >Category:       fortran
 >Synopsis:       internal error in array access reported
 
 >Originator:     Björn Pedersen
 > >Release:        g77 version 2.95.3 20010315 (SuSE) (from FSF-g77 version 0.5.25 20010315 (release))
 
 Actually, this is fixed in 3.0.x, so I'd rather close this report. 
 However, some express that they cannot move on to that release for
 various reasons.
 
 Would it therefore be necessary to keep this bug report
 open-but-analysed ?
 
 -- 
 Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
 Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
 Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
 Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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

* fortran/4323: internal error in array access reported
@ 2001-09-14  4:56 Bjoern.Pedersen
  0 siblings, 0 replies; 3+ messages in thread
From: Bjoern.Pedersen @ 2001-09-14  4:56 UTC (permalink / raw)
  To: gcc-gnats

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]

>Number:         4323
>Category:       fortran
>Synopsis:       internal error in array access reported
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 14 04:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Björn Pedersen
>Release:        g77 version 2.95.3 20010315 (SuSE) (from FSF-g77 version 0.5.25 20010315 (release))
>Organization:
>Environment:
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.3/specs
>Description:
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 >-- begin: test.f 
       Subroutine test(n, name)
 C      Include 'precision.inc'
 C      replaced inline
        Parameter (NBYTER=4)
        Implicit Real (A-H,O-Z)
        Implicit Integer (I-N)
       Integer*8 n
       Character*4 name
 
 C      Include 'params.inc'
         Parameter (nat=900)
 
 
       Common /atoms/ natoms
 
       Character*80 title
       Character*8 atlab(0:nat)
       Common /labels/ title, atlab
 
 
       if (n .Gt. 0 .And. n .Le. natoms) Then
          name = atlab(n)
       Endif
       Return
       End
 --<  end test.f
 g77   -c   test.f
 test.f: In subroutine `test':
 test.f:22: Internal compiler error in `emit_move_insn', at expr.c:2594
 Please submit a full bug report.


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

end of thread, other threads:[~2001-09-22 10:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-22 10:30 fortran/4323: internal error in array access reported toon
  -- strict thread matches above, loose matches on Subject: below --
2001-09-15  8:16 Toon Moene
2001-09-14  4:56 Bjoern.Pedersen

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).