[Bug fortran/36894] question on gfortran character*(*)

2008-07-23 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-07-23 09:25 --- First of all: If you want to see in C-like syntax which interface gfortran generates, compile gfortran -fdump-tree-original -c myopenbf.f, which generates a myopenbf.f.003t.original file. Secondly:

[Bug fortran/36894] question on gfortran character*(*)

2008-07-23 Thread jhuddleston at hughes dot net
--- Comment #5 from jhuddleston at hughes dot net 2008-07-23 10:49 --- thank you burnus for your time and analysis -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36894

[Bug fortran/36894] question on gfortran character*(*)

2008-07-22 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-07-22 06:48 --- Both character*(*) foo character(*) foo are supported by gfortran. At the moment I cannot imagine a program which works with the latter and fails with the former. If you have a complete (short!) example, we

[Bug fortran/36894] question on gfortran character*(*)

2008-07-22 Thread jhuddleston at hughes dot net
--- Comment #3 from jhuddleston at hughes dot net 2008-07-22 13:17 --- Created an attachment (id=15938) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15938action=view) zip container with two files: C++ and GFORTRAN burnus at gcc dot gnu dot org requested a small sample set

[Bug fortran/36894] question on gfortran character*(*)

2008-07-21 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2008-07-21 20:29 --- This is not a support forum, sorry. Without code example or more specific problems we can't help you here. You might want to ask the comp.lang.fortran newsgroup instead, ideally with a small code example of your