This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: strange compiler behaviour


YOur bug report is a bit puzzling, and it works for me.

Quoting Martin Tee <aovb94@dsl.pipex.com>:
> [martin@bingo test]$ gfc -o test alloc.f95

The only thing I can think of is that you're confused about which 'test' gets
executed afterwards, i.e. after you've compiled you get the following on your
screen:
[martin@bingo test]$ test
[martin@bingo test]$
This is to be expected, as 'test' is a program present on every unix-like
system.  (Fix: run './test' instead)

Apologies if I misunderstand!

- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]