[Bug fortran/31014] missed-optimization: unnecessary invokation of _gfortran_internal_pack

2010-02-20 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2010-02-20 22:17 --- Close as FIXED. Seemingly, the issues reported here are now fixed. Cf. http://gcc.gnu.org/ml/fortran/2010-02/msg00162.html and PR 36932, PR 36933, PR 43072, and PR 43111. -- burnus at gcc dot gnu dot org changed:

[Bug fortran/31014] missed-optimization: unnecessary invokation of _gfortran_internal_pack

2007-03-01 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2007-03-01 19:36 --- Confirmed. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug fortran/31014] missed-optimization: unnecessary invokation of _gfortran_internal_pack

2007-03-01 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-03-01 19:22 --- And analogously for these kinds of dummy arguments: subroutine x(a,n) integer :: n real :: a(n) interface subroutine foo(x,n) integer :: n real :: x(n) end subroutine foo end interface call foo(