[Bug fortran/38114] unneeded temp

2012-02-19 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38114 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug fortran/38114] unneeded temp

2012-02-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38114 Thomas Koenig changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug fortran/38114] unneeded temp

2009-03-29 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Status|UNCONFIRMED |NEW

[Bug fortran/38114] unneeded temp

2008-11-19 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2008-11-19 13:08 --- (In reply to comment #1) > SUBROUTINE S(b,i,j) > INTEGER, DIMENSION(:) :: b > integer res(1) > INTEGER :: i,j > res = MINLOC(b(i:j)) > END SUBROUTINE S right.. the 'orginal' testcase was. Actually, these temps are all d

[Bug fortran/38114] unneeded temp

2008-11-18 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2008-11-18 20:09 --- This produces the code: s (struct array1_integer(kind=4) & b, integer(kind=4) & i, integer(kind=4) & j) { integer(kind=8) ubound.0; integer(kind=8) stride.1; integer(kind=8) offset.2; integer(kind=8) size.3;