Remove a few more warnings.
[suif.git] / html / suif1_77.html
blobba61d898e6473847786f7c71b70e8fc71084e476
1 <HTML>
2 <HEAD>
3 <!-- This HTML file has been created by texi2html 1.54
4 from suif1.texi on 28 April 1999 -->
6 <TITLE>The SUIF Version 1 Library - Common Block Annotes</TITLE>
7 <link href="suif1_78.html" rel=Next>
8 <link href="suif1_76.html" rel=Previous>
9 <link href="suif1_toc.html" rel=ToC>
11 </HEAD>
12 <BODY>
13 <p>Go to the <A HREF="suif1_1.html">first</A>, <A HREF="suif1_76.html">previous</A>, <A HREF="suif1_78.html">next</A>, <A HREF="suif1_113.html">last</A> section, <A HREF="suif1_toc.html">table of contents</A>.
14 <P><HR><P>
17 <H3><A NAME="SEC77" HREF="suif1_toc.html#TOC77">Common Block Annotations</A></H3>
18 <P>
19 <A NAME="IDX570"></A>
20 <A NAME="IDX571"></A>
22 </P>
23 <P>
24 <A NAME="IDX572"></A>
25 Fortran <CODE>common</CODE> blocks are represented in SUIF by global group
26 types. These can be accessed just like any other structures. In
27 addition, and the Fortran front-end will create sub-variables to
28 represent the fields in the <CODE>common</CODE> block, so most of the time
29 only the sub-variables themselves will be seen. If you want to know
30 whether a particular global group represents a <CODE>common</CODE> block,
31 you can check for the <CODE>k_common_block</CODE> annotation, which is put
32 only on variables representing <CODE>common</CODE> blocks (the blocks, not
33 the fields).
35 </P>
37 <P><HR><P>
38 <p>Go to the <A HREF="suif1_1.html">first</A>, <A HREF="suif1_76.html">previous</A>, <A HREF="suif1_78.html">next</A>, <A HREF="suif1_113.html">last</A> section, <A HREF="suif1_toc.html">table of contents</A>.
39 </BODY>
40 </HTML>