This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
rtl
- From: N V Krishna <nvk at cs dot purdue dot edu>
- To: gcc at gnu dot org
- Date: Fri, 4 Oct 2002 01:51:42 -0500 (EST)
- Subject: rtl
Hi,
In the file rtl.h I find in the definition of rtx, the field fld
is an array of size 1, declared as :
rtunion fld[1];
However, I see that there are uses as :
#define SET_DEST(RTX) ((RTX)->fld[0].rtx)
#define SET_SRC(RTX) ((RTX)->fld[1].rtx)
Am I missing something obvious?
Warm regards
Krishna
--
Homepage:http://www.cs.purdue.edu/homes/nvk