[Bug fortran/48462] [4.6/4.7 Regression] matmul Segmentation Fault with Allocatable Array

2011-04-05 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48462 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/48462] [4.6/4.7 Regression] matmul Segmentation Fault with Allocatable Array

2011-04-05 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48462 --- Comment #2 from Joost VandeVondele 2011-04-05 15:40:41 UTC --- somewhat reduced: program main implicit none integer, parameter :: dp = kind(0.0d0) real(kind=dp), allocatable :: a(:,:) real(kind=dp), allocatable :: b(:,:) allo

[Bug fortran/48462] [4.6/4.7 Regression] matmul Segmentation Fault with Allocatable Array

2011-04-05 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48462 Joost VandeVondele changed: What|Removed |Added Keywords||wrong-code Known to work|