[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-12-17 Thread m dot c dot schaafsma at student dot tudelft dot nl
--- Comment #9 from m dot c dot schaafsma at student dot tudelft dot nl 2008-12-17 13:22 --- Thanks for all the advice, sorry for my absence last months. I am bound to ubuntu Hardy, which supports GCC 4.2.3 It is in my opinion too much work to manually install GCC I resolved my problem

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-12-09 Thread dfranke at gcc dot gnu dot org
--- Comment #8 from dfranke at gcc dot gnu dot org 2008-12-09 22:09 --- Any new developments here? -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-10-16 Thread burnus at gcc dot gnu dot org
--- Comment #7 from burnus at gcc dot gnu dot org 2008-10-16 15:53 --- (In reply to comment #3) > gfortran 4.3.2 and 4.4.0 give the following error: > pr37848.f90:32.23: > !$OMP PRIVATE(l,ni,M,N) > 1 > Error: Object 'g_junct' is not a variable at (1) That error mes

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-10-16 Thread dominiq at lps dot ens dot fr
--- Comment #6 from dominiq at lps dot ens dot fr 2008-10-16 15:16 --- > Somehow my compiler can't manage it. Could you try a more recent version: 4.3.2 or 4.4.0: as I said in comment #3, the ICE has ben replaced by an error (I am not fluent enough with openmp to say if it is right or n

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-10-16 Thread m dot c dot schaafsma at student dot tudelft dot nl
--- Comment #5 from m dot c dot schaafsma at student dot tudelft dot nl 2008-10-16 15:06 --- I implemented your suggestion, but with little success. Removing the variable results in the same error. I need to use variables declared in an external module in a multi threaded loop. Somehow

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-10-16 Thread m dot c dot schaafsma at student dot tudelft dot nl
--- Comment #4 from m dot c dot schaafsma at student dot tudelft dot nl 2008-10-16 14:14 --- Thanks for your adequate respons! I'll implement your suggestion. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37848

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-10-16 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2008-10-16 13:17 --- gfortran 4.3.2 and 4.4.0 give the following error: pr37848.f90:32.23: !$OMP PRIVATE(l,ni,M,N) 1 Error: Object 'g_junct' is not a variable at (1) The program compiles (and executes) after remov

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-10-16 Thread m dot c dot schaafsma at student dot tudelft dot nl
--- Comment #2 from m dot c dot schaafsma at student dot tudelft dot nl 2008-10-16 12:48 --- Created an attachment (id=16508) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16508&action=view) fortran module -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37848

[Bug fortran/37848] internal compiler error: Segmentation fault. gfortran openmp

2008-10-16 Thread m dot c dot schaafsma at student dot tudelft dot nl
--- Comment #1 from m dot c dot schaafsma at student dot tudelft dot nl 2008-10-16 12:47 --- Created an attachment (id=16507) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16507&action=view) Main fortran routine -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37848