public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/21197] New: Fortran array assignment causes ICE
@ 2005-04-24 23:10 enok at lysator dot liu dot se
  2005-04-24 23:11 ` [Bug fortran/21197] " enok at lysator dot liu dot se
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: enok at lysator dot liu dot se @ 2005-04-24 23:10 UTC (permalink / raw)
  To: gcc-bugs

Compiling a simple code causes compiler crash for gfortran 4.0.0.

The attached code is a simplified case from a real fortran 95 code that works
fine with other compilers.

-- 
           Summary: Fortran array assignment causes ICE
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: enok at lysator dot liu dot se
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug fortran/21197] Fortran array assignment causes ICE
  2005-04-24 23:10 [Bug fortran/21197] New: Fortran array assignment causes ICE enok at lysator dot liu dot se
@ 2005-04-24 23:11 ` enok at lysator dot liu dot se
  2005-04-24 23:19 ` [Bug fortran/21197] ICE in gfc_trans_scalar_assign, at fortran/trans-expr.c:2005 belyshev at depni dot sinp dot msu dot ru
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: enok at lysator dot liu dot se @ 2005-04-24 23:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From enok at lysator dot liu dot se  2005-04-24 23:11 -------
Created an attachment (id=8730)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8730&action=view)
Simplified, stripped-down testcase that causes crash.


-- 


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


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

* [Bug fortran/21197] ICE in gfc_trans_scalar_assign, at fortran/trans-expr.c:2005
  2005-04-24 23:10 [Bug fortran/21197] New: Fortran array assignment causes ICE enok at lysator dot liu dot se
  2005-04-24 23:11 ` [Bug fortran/21197] " enok at lysator dot liu dot se
@ 2005-04-24 23:19 ` belyshev at depni dot sinp dot msu dot ru
  2005-04-24 23:20 ` belyshev at depni dot sinp dot msu dot ru
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2005-04-24 23:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at depni dot sinp dot msu dot ru  2005-04-24 23:19 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |
           Keywords|                            |ice-on-valid-code
           Priority|P1                          |P2
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-24 23:19:31
               date|                            |
            Summary|Fortran array assignment    |ICE in
                   |causes ICE                  |gfc_trans_scalar_assign, at
                   |                            |fortran/trans-expr.c:2005


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


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

* [Bug fortran/21197] ICE in gfc_trans_scalar_assign, at fortran/trans-expr.c:2005
  2005-04-24 23:10 [Bug fortran/21197] New: Fortran array assignment causes ICE enok at lysator dot liu dot se
  2005-04-24 23:11 ` [Bug fortran/21197] " enok at lysator dot liu dot se
  2005-04-24 23:19 ` [Bug fortran/21197] ICE in gfc_trans_scalar_assign, at fortran/trans-expr.c:2005 belyshev at depni dot sinp dot msu dot ru
@ 2005-04-24 23:20 ` belyshev at depni dot sinp dot msu dot ru
  2005-04-24 23:22 ` enok at lysator dot liu dot se
  2005-04-25  0:27 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2005-04-24 23:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug fortran/21197] ICE in gfc_trans_scalar_assign, at fortran/trans-expr.c:2005
  2005-04-24 23:10 [Bug fortran/21197] New: Fortran array assignment causes ICE enok at lysator dot liu dot se
                   ` (2 preceding siblings ...)
  2005-04-24 23:20 ` belyshev at depni dot sinp dot msu dot ru
@ 2005-04-24 23:22 ` enok at lysator dot liu dot se
  2005-04-25  0:27 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: enok at lysator dot liu dot se @ 2005-04-24 23:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From enok at lysator dot liu dot se  2005-04-24 23:22 -------
I forgot ... the output of the compiler is:

[enok@dhcppc0 src]$ gfortran4 -c tst.f90
tst.f90: In function 'MAIN__':
tst.f90:7: internal compiler error: in gfc_trans_scalar_assign, at
fortran/trans-expr.c:2005
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[enok@dhcppc0 src]$

-- 


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


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

* [Bug fortran/21197] ICE in gfc_trans_scalar_assign, at fortran/trans-expr.c:2005
  2005-04-24 23:10 [Bug fortran/21197] New: Fortran array assignment causes ICE enok at lysator dot liu dot se
                   ` (3 preceding siblings ...)
  2005-04-24 23:22 ` enok at lysator dot liu dot se
@ 2005-04-25  0:27 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-25  0:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-25 00:27 -------


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

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


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


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

end of thread, other threads:[~2005-04-25  0:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-24 23:10 [Bug fortran/21197] New: Fortran array assignment causes ICE enok at lysator dot liu dot se
2005-04-24 23:11 ` [Bug fortran/21197] " enok at lysator dot liu dot se
2005-04-24 23:19 ` [Bug fortran/21197] ICE in gfc_trans_scalar_assign, at fortran/trans-expr.c:2005 belyshev at depni dot sinp dot msu dot ru
2005-04-24 23:20 ` belyshev at depni dot sinp dot msu dot ru
2005-04-24 23:22 ` enok at lysator dot liu dot se
2005-04-25  0: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).