--
Joost dot VandeVondele at pci dot uzh dot ch changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #2 from Joost dot VandeVondele at pci dot uzh dot ch
2010-09-18 07:48 ---
reduced testcase:
> cat bug.f90
integer index(18),i,j,k,l,ipiv(18),info,ichange,neq,lda,ldb,
& nrhs,iplas
real*8 ep0(6),al10(18),al20(18),dg0(18),ep(6),al1(18),
& al2(18),dg(18
--- Comment #1 from meissner at gcc dot gnu dot org 2010-09-17 23:29
---
Created an attachment (id=21826)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21826&action=view)
Fortran program from spec 2006 that shows the bug
Fortran program derived from spec 2006 that shows the bug.