[Bug fortran/49159] OpenMP compilation errors

2011-05-25 Thread jose.pascual-guti...@1-act.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49159 --- Comment #3 from Jose 2011-05-25 19:37:08 UTC --- > !$OMP PRIVATE(number1,& > !$OMP number2)& It seems to work this way. thank you very much.

[Bug fortran/49159] New: OpenMP compilation errors

2011-05-25 Thread jose.pascual-guti...@1-act.com
ReportedBy: jose.pascual-guti...@1-act.com I have the following OpenMP Fortran95 test program called test.f90. PROGRAM test USE OMP_LIB, ONLY: OMP_SET_NUM_THREADS IMPLICIT NONE INTEGER, PARAMETER :: numthreds = 4 INTEGER, PARAMETER :: maxnumber = 12 INTEGER :: totalsum, add

[Bug bootstrap/49072] Error building the compiler

2011-05-20 Thread jose.pascual-guti...@1-act.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49072 --- Comment #3 from Jose 2011-05-20 21:22:03 UTC --- Another error encountered on a second try: xgcc: internal compiler error: Segmentation fault (program cc1) Thank you

[Bug bootstrap/49072] Error building the compiler

2011-05-20 Thread jose.pascual-guti...@1-act.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49072 --- Comment #2 from Jose 2011-05-20 13:47:38 UTC --- Thank you very much, Jonathan, for your comments. I tried as you suggested. Instead of using mpfr-2.4.2, I downloaded the latest version, namely, mpfr-3.0.1. I also tried with mpc-0.8.1 and mp

[Bug bootstrap/49072] New: Error building the compiler

2011-05-19 Thread jose.pascual-guti...@1-act.com
...@gcc.gnu.org ReportedBy: jose.pascual-guti...@1-act.com I downloaded from one of the mirror sites the following tar balls: gcc-4.6.0.tar.gz gmp-4.3.2.tar.bz2 mpc-0.8.1.tar.gz mpfr-2.4.2.tar.bz2 I decompressed and untarred the files, which resulted in four directories, respectively: gcc-4.6.0