http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38114
Thomas Koenig changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38114
Thomas Koenig changed:
What|Removed |Added
Status|NEW |WAITING
CC|
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
--- 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
--- 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;