public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/26182]  New: (min|max)loc with scalar mask aborts at runtime
@ 2006-02-08 22:10 fxcoudert at gcc dot gnu dot org
  2006-02-08 22:11 ` [Bug fortran/26182] " fxcoudert at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-02-08 22:10 UTC (permalink / raw)
  To: gcc-bugs

$ cat minmax.f90 
  real, dimension(2) :: a
  logical  :: m
  a = (/ 1.0, 2.0 /)
  m = .true.
  print *,minloc(a, m)
  !print *,minval(a, m)
end
$ gfortran -static minmax.f90 && ./a.out
a.out: ../../../../trunk/libgfortran/generated/minloc0_4_r4.c:235:
mminloc0_4_r4: Assertion `((mask)->dtype >> 6) == 8' failed.
Aborted


I'm filing this with "fortran" as component since we should get rid of the
scalar mask in the front-end...


-- 
           Summary: (min|max)loc with scalar mask aborts at runtime
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org


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


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

* [Bug fortran/26182] (min|max)loc with scalar mask aborts at runtime
  2006-02-08 22:10 [Bug fortran/26182] New: (min|max)loc with scalar mask aborts at runtime fxcoudert at gcc dot gnu dot org
@ 2006-02-08 22:11 ` fxcoudert at gcc dot gnu dot org
  2006-02-14 22:23 ` tkoenig at gcc dot gnu dot org
  2006-02-25 14:26 ` tkoenig at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2006-02-08 22:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-08 22:11:01
               date|                            |


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


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

* [Bug fortran/26182] (min|max)loc with scalar mask aborts at runtime
  2006-02-08 22:10 [Bug fortran/26182] New: (min|max)loc with scalar mask aborts at runtime fxcoudert at gcc dot gnu dot org
  2006-02-08 22:11 ` [Bug fortran/26182] " fxcoudert at gcc dot gnu dot org
@ 2006-02-14 22:23 ` tkoenig at gcc dot gnu dot org
  2006-02-25 14:26 ` tkoenig at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2006-02-14 22:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu dot
                   |                            |org
         AssignedTo|unassigned at gcc dot gnu   |tkoenig at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug fortran/26182] (min|max)loc with scalar mask aborts at runtime
  2006-02-08 22:10 [Bug fortran/26182] New: (min|max)loc with scalar mask aborts at runtime fxcoudert at gcc dot gnu dot org
  2006-02-08 22:11 ` [Bug fortran/26182] " fxcoudert at gcc dot gnu dot org
  2006-02-14 22:23 ` tkoenig at gcc dot gnu dot org
@ 2006-02-25 14:26 ` tkoenig at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2006-02-25 14:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tkoenig at gcc dot gnu dot org  2006-02-25 14:26 -------


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


-- 

tkoenig at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-02-25 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-08 22:10 [Bug fortran/26182] New: (min|max)loc with scalar mask aborts at runtime fxcoudert at gcc dot gnu dot org
2006-02-08 22:11 ` [Bug fortran/26182] " fxcoudert at gcc dot gnu dot org
2006-02-14 22:23 ` tkoenig at gcc dot gnu dot org
2006-02-25 14:26 ` tkoenig 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).