public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/13152] New: Error with matmul
@ 2003-11-21 17:02 schnetter at aei dot mpg dot de
  2003-11-21 18:21 ` [Bug fortran/13152] [gfortran] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: schnetter at aei dot mpg dot de @ 2003-11-21 17:02 UTC (permalink / raw)
  To: gcc-bugs

The following piece of code cannot be compiled: 
 
subroutine s 
  implicit none 
  real a(3,3) 
  a = matmul(a, matmul(a,a)) 
end subroutine s 
 
The error is 
 
$ ~/gcc-3.4/bin/gfortran -c matmul.f90  
matmul.f90: In function `s': 
 
matmul.f90:4: fatal error: gfc_todo: Not Implemented: Unable to find  
scalarization loop specifier 
compilation terminated.

-- 
           Summary: Error with matmul
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
                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=13152


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

* [Bug fortran/13152] [gfortran] Error with matmul
  2003-11-21 17:02 [Bug fortran/13152] New: Error with matmul schnetter at aei dot mpg dot de
@ 2003-11-21 18:21 ` pinskia at gcc dot gnu dot org
  2003-11-21 23:10 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-21 18:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Error with matmul           |[gfortran] Error with matmul
   Target Milestone|---                         |tree-ssa


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


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

* [Bug fortran/13152] [gfortran] Error with matmul
  2003-11-21 17:02 [Bug fortran/13152] New: Error with matmul schnetter at aei dot mpg dot de
  2003-11-21 18:21 ` [Bug fortran/13152] [gfortran] " pinskia at gcc dot gnu dot org
@ 2003-11-21 23:10 ` pinskia at gcc dot gnu dot org
  2004-01-05 19:16 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-21 23:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-21 23:10 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-21 23:10:45
               date|                            |


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


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

* [Bug fortran/13152] [gfortran] Error with matmul
  2003-11-21 17:02 [Bug fortran/13152] New: Error with matmul schnetter at aei dot mpg dot de
  2003-11-21 18:21 ` [Bug fortran/13152] [gfortran] " pinskia at gcc dot gnu dot org
  2003-11-21 23:10 ` pinskia at gcc dot gnu dot org
@ 2004-01-05 19:16 ` pinskia at gcc dot gnu dot org
  2004-05-18 13:06 ` pinskia at gcc dot gnu dot org
  2004-05-26 23:02 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-05 19:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-05 19:16 -------
Related to bug 12840.

-- 


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


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

* [Bug fortran/13152] [gfortran] Error with matmul
  2003-11-21 17:02 [Bug fortran/13152] New: Error with matmul schnetter at aei dot mpg dot de
                   ` (2 preceding siblings ...)
  2004-01-05 19:16 ` pinskia at gcc dot gnu dot org
@ 2004-05-18 13:06 ` pinskia at gcc dot gnu dot org
  2004-05-26 23:02 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-18 13:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |15502
              nThis|                            |


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


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

* [Bug fortran/13152] [gfortran] Error with matmul
  2003-11-21 17:02 [Bug fortran/13152] New: Error with matmul schnetter at aei dot mpg dot de
                   ` (3 preceding siblings ...)
  2004-05-18 13:06 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 23:02 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 23:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-26 14:03 -------
More that just related, this is a dup of bug 12840.

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

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


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


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

end of thread, other threads:[~2004-05-26 14:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-21 17:02 [Bug fortran/13152] New: Error with matmul schnetter at aei dot mpg dot de
2003-11-21 18:21 ` [Bug fortran/13152] [gfortran] " pinskia at gcc dot gnu dot org
2003-11-21 23:10 ` pinskia at gcc dot gnu dot org
2004-01-05 19:16 ` pinskia at gcc dot gnu dot org
2004-05-18 13:06 ` pinskia at gcc dot gnu dot org
2004-05-26 23:02 ` 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).