uppercase symbols

Maik Beckmann beckmann.maik@googlemail.com
Thu Jan 22 13:51:00 GMT 2009


Hello,

How to force gfortran to make symbols uppercase?

My observation is that by default symbols are all lowercase:
test.f90:
{{{
SUBROUTINE FooBar
END
PROGRAM test
  call FooBar
END
}}}
bash:
{{{
[maik@horst ~]$ gfortran test.f90
[maik@horst ~]$ objdump -x a.out |grep -i Foo
080484b4 g     F .text  00000005              foobar_
}}}

google tells me, that g77 knows -fsymbol-case-upper, but gfortran tells me it 
doesn't know this option.

Thanks,
 -- Maik





More information about the Fortran mailing list