[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-02 Thread dominiq at lps dot ens dot fr
--- Comment #9 from dominiq at lps dot ens dot fr 2008-05-02 10:08 --- > Could those for whose it fails try to find out which of the various LC_* > options fails? > > For instance: LC_ALL=C LC_NUMERIC=zh_CN.UTF-8 or LC_CTYPE="zh_CN.UTF-8" or > ... Although I did not exhaust all the co

[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-02 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2008-05-02 09:48 --- Works for me for 4.4.0 20080424 on a X86-64 openSUSE Factory (approx. oS 11.0beta2) with a glibc 2.8 (20080410). I wonder whether it has something to do with the recent sign/decimal comma work. Could those for whose

[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-01 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2008-05-01 21:48 --- Confirmed on *-apple-darwin9 with "setenv LC_ALL zh_CN.UTF-8". The error does not show up with LANG=fr LC_ALL=C LC_COLLATE=POSIX or if I unset LC_ALL. It is a regression on 4.4, it works on 4.3. -- http://gcc.

[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-01 Thread linuxl4 at sohu dot com
--- Comment #6 from linuxl4 at sohu dot com 2008-05-01 21:43 --- If I export LC_ALL=POSIX then gfortran 4.4 works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36103

[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-01 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-05-01 20:53 --- (In reply to comment #4) > This information should have been in the intial bug report! > What happens if you don't set LC_ALL? And if that works, then bug is that the translation needs to be changed but we don't han

[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-01 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2008-05-01 20:50 --- (In reply to comment #3) > gfortran 4.4 failed to make a.out file, try this :: > > export LC_ALL=zh_CN.UTF-8 > gfortran cputime.f90 > > then: > > f951: ±àÒëÆ÷ÄÚ²¿´íÎó£ºÔÚ error_print ÖУ¬

[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-01 Thread linuxl4 at sohu dot com
--- Comment #3 from linuxl4 at sohu dot com 2008-05-01 20:25 --- gfortran 4.4 failed to make a.out file, try this :: export LC_ALL=zh_CN.UTF-8 gfortran cputime.f90 then: f951: ±àÒëÆ÷ÄÚ²¿´íÎó£ºÔÚ error_print ÖУ¬ÓÚ fortran/error.c:497 ÇëÌá½»Ò»·ÝÍêÕûµÄ´íÎ󱨸

[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-01 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-05-01 19:36 --- > call cpu_time(end) > print '(f6.3)',end-start > > gfortran 430 and 423 are ok. > gfortran 4.4.0 failed. If I understand it correctly, the problem is that gfortran 4.4.0 is much slower than

[Bug fortran/36103] gfortran 4.4.0-20060501 failed to compile this program

2008-05-01 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2008-05-01 19:00 --- What do you mean by 'failed', which is a fairly generic word? Show that actually error message! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36103