This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
G77 docs: `declaring new variables after generating code'
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 18 Nov 2001 19:27:52 +0100
- Subject: G77 docs: `declaring new variables after generating code'
>From the GCC-3.0 version of "Using and Porting GNU Fortran"
(section 21.6.1?):
/QUOTE
Also, there seems to be problems declaring new variables after generating
code (within a block) in the back end, leading to, e.g., "label not defined
before binding contour" or similar messages, when compiling with
"-fstack-check" or when compiling for certain targets.
/QUOTE
Is this an actual problem?
If so, has it been fixed since the release of that manual?
Greetz
Steven
-------------------------
Join the GNU Fortran 95 project! See: http://g95.sourceforge.net
Have a look at the preliminary G95 internals documentation:
http://home.wanadoo.nl/btp91/g95.html
---------------------------------------------------