This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Code compilation with GCC and GFORTRAN 4.4.3
- From: "John (Eljay) Love-Jensen" <eljay at adobe dot com>
- To: Muhammad Akbar <mkakbar at gmail dot com>, GCC-help <gcc-help at gcc dot gnu dot org>
- Date: Thu, 27 May 2010 05:02:57 -0700
- Subject: Re: Code compilation with GCC and GFORTRAN 4.4.3
Hi Muhammad Akbar,
What happens when you compile your code with -g to include debugging
information, and run it with gdb and step through the code to see why done
becomes true after reading in the first line?
Sincerely,
--Eljay