public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/12366] New: array assignment fails
@ 2003-09-22 14:24 tcc at sentex dot net
  2003-09-26  7:06 ` [Bug fortran/12366] " toon at moene dot indiv dot nluug dot nl
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: tcc at sentex dot net @ 2003-09-22 14:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: array assignment fails
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tcc at sentex dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 3.5-tree-ssa 20030920
  GCC host triplet: i386-pc-linux-gnu
GCC target triplet: i386-pc-linux-gnu

This bug was encountered using the precompiled biaries recently uploaded to
Sourceforge. "Internal compiler error" occurs in following code:

program testg
real, dimension(5) :: a
real, dimension(3) :: b
a=(/ 1.5,2.1,3.2,4.6,5.3 /)
b=a((/ 2,3,1 /))  !fails
print *, b
end


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

end of thread, other threads:[~2005-09-18 20:27 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-22 14:24 [Bug fortran/12366] New: array assignment fails tcc at sentex dot net
2003-09-26  7:06 ` [Bug fortran/12366] " toon at moene dot indiv dot nluug dot nl
2003-09-27  6:28 ` pinskia at gcc dot gnu dot org
2004-01-25 17:47 ` [Bug fortran/12366] [gfortran] " dhazeghi at yahoo dot com
2004-04-22 11:52 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-05-05 16:25 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-05-05 16:57 ` Tobias dot Schlueter at physik dot uni-muenchen dot de
2004-05-26 22:55 ` pinskia at gcc dot gnu dot org
2004-06-13  9:06 ` pinskia at gcc dot gnu dot org
2004-10-05 18:08 ` [Bug fortran/12366] " pinskia at gcc dot gnu dot org
2004-10-08 21:36 ` pinskia at gcc dot gnu dot org
2004-11-08 18:11 ` pinskia at gcc dot gnu dot org
2004-12-10  9:54 ` paulthomas2 at wanadoo dot fr
2004-12-13 13:52 ` Thomas dot Koenig at online dot de
2005-03-26 22:02 ` pinskia at gcc dot gnu dot org
2005-06-28  1:19 ` pinskia at gcc dot gnu dot org
2005-09-18  5:06 ` pinskia at gcc dot gnu dot org
2005-09-18  9:51 ` [Bug fortran/12366] [4.0 only] " tkoenig at gcc dot gnu dot org
2005-09-18 16:53 ` pinskia at gcc dot gnu dot org
2005-09-18 20:03 ` pinskia at gcc dot gnu dot org
2005-09-18 20:27 ` 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).