Processing commands for cont...@bugs.debian.org:
> tags 551088 - moreinfo
Bug #551088 [gfortran-4.4] gfortran-4.4: Segmentation fault of various fortran
programs with OpenMP
Removed tag(s) moreinfo.
> thanks
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking
I provide the following test case (Fortran 77):
stef...@debsim2:~/prova$ cat test.f
program test
double precision a(1000)
a(1)=1
write(6,*) a(1)
stop
end
stef...@debsim2:~/prova$ gfortran-4.4 -fopenmp -o test test.f
stef...@debsim2:~/prova$ ./test
Segmentati
2 matches
Mail list logo