[Bug fortran/41389] problem compiling file

2009-09-21 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2009-09-21 07:45 --- Thank you for your response. I would appreciate very much if you could you please supply me with a web site and the name of the particular version of binutils. The generic place is

[Bug fortran/41389] problem compiling file

2009-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-09-20 21:02 --- You are using a gfortran binary which was compiled for use with a newer version of binutils than you have. You should either install a newer version of binutils or compile gfotran yourself. -- pinskia at gcc

[Bug fortran/41389] problem compiling file

2009-09-20 Thread clerman at fuse dot net
--- Comment #4 from clerman at fuse dot net 2009-09-20 23:28 --- Subject: Re: problem compiling file Thank you for your response. I would appreciate very much if you could you please supply me with a web site and the name of the particular version of binutils. Thanks for your

[Bug fortran/41389] problem compiling file

2009-09-18 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-09-18 08:37 --- You are getting assembler errors because it doesn't understand CFI directives. You can use -fno-dwarf2-cfi-asm to work around the issue or update the binutils package to something more recent. --

[Bug fortran/41389] problem compiling file

2009-09-17 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2009-09-17 20:08 --- 4.2.4 gives pr41389.f90:19.20: public :: Get_flag, Set_flag 1 Error: 'flag_' is of a PRIVATE type and cannot be a dummy argument of 'get_flag', which is PUBLIC at (1) probably a bug fixed