weird behaviour

Jerry DeLisle jvdelisle@verizon.net
Fri Aug 3 02:38:00 GMT 2007


Éric Depagne wrote:
> Hi all.
> 
> I'm experiencing a very weird (I think) behaviour of my program.
> 
> I have a variable that is supposed to be computed be a function that I call
> from my main program.
> This variable is properly declared at the baginning of the function.
> 
> But if I try to do anything with this variable (within the function) (
> either print it or much worse, when I try to use it for my computations),
> the program stops, without any error messages.
> 
> SInce it is the first time I see such a strange behaviour, I was wondering
> if it as normal!
> 
> I'm using version gcc 4.3.0 20070724 (experimental).
> 
> Thanks a lot.
> 
> Éric.

You need to attach the code example please.

Jerry



More information about the Fortran mailing list