public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18379] New: gfortran : array assignation gives internal compiler error
@ 2004-11-08 17:36 mimo2 at free dot fr
  2004-11-08 18:11 ` [Bug fortran/18379] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: mimo2 at free dot fr @ 2004-11-08 17:36 UTC (permalink / raw)
  To: gcc-bugs

while the code
      PROGRAM TEST
      IMPLICIT NONE
      INTEGER :: I(3)
      REAL(8) :: XTEST(5)
      I = (/ 1, 3, 5 /)
      XTEST(I) = 5.
      WRITE(*,*) XTEST
      END
 works, the slightly modified one
      PROGRAM TEST
      IMPLICIT NONE
      REAL(8) :: XTEST(5)
      XTEST((/ 1, 3, 5 /)) = 5.
      WRITE(*,*) XTEST
      END
 gives the error test.f:4: internal compiler error: in gfc_conv_ss_descriptor,
at fortran/trans-array.c:1264

-- 
           Summary: gfortran : array assignation gives internal compiler
                    error
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mimo2 at free dot fr
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug fortran/18379] gfortran : array assignation gives internal compiler error
  2004-11-08 17:36 [Bug fortran/18379] New: gfortran : array assignation gives internal compiler error mimo2 at free dot fr
@ 2004-11-08 18:11 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-08 18:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-08 18:11 -------


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

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


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


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

end of thread, other threads:[~2004-11-08 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-08 17:36 [Bug fortran/18379] New: gfortran : array assignation gives internal compiler error mimo2 at free dot fr
2004-11-08 18:11 ` [Bug fortran/18379] " pinskia 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).