Bug#572756: Many programs compiled with gfortran-4.4 -fopenmp segfault

2010-03-06 Thread Stefano Simonucci
Package: gfortran-4.4 Version: 4.4.3-3 Severity: important Tags: l10n I have compiled the following fortran 95 program program test double precision a(1000) a(1)=1 write(6,*) a(1) stop end with the command gfortran -fopenmp and I get the following error message (If I try to e

Bug#551088: moreinfo

2009-12-30 Thread Stefano Simonucci
Finally I have installed the gcc-snapshot 20091228-2 and I have compiled the test.f but I get a segmentation fault. stef...@debsim2:~/prova$ /usr/lib/gcc-snapshot/bin/gfortran -fopenmp -o test test.f stef...@debsim2:~/prova$ ./test Segmentation fault Thanks and best regards Stefano Sim

Bug#551088: gfortran-4.4: Segmentation fault of various fortran programs with OpenMP

2009-10-15 Thread Stefano Simonucci
Package: gfortran-4.4 Version: 4.4.1-6 Severity: important I have used gfortran-4.4 to compile various fortran programs. The programs run correctly without the -fopenmp flag. If I compile these programs with gfortran-4.2 and with the flag -fopenmp, the programs run correctly. Nevertheless, if

Bug#493490: gfortran segfaults with openmp

2008-08-02 Thread Stefano Simonucci
Package: gfortran Version: 4:4.3.1-2 Severity: normal A program compiled with the option -fopenmp does not run. It simply gives a segmentation fault. If the program is compiled without the -fopenmp option, it runs without errors. The program (called prov.f90) is the following PROGRAM ELMAT IM