This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to force 32bit access to bit fields ?
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: RGrosseBoerger at dspace dot de
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 05 Feb 2003 09:00:24 -0500 (EST)
- Subject: Re: How to force 32bit access to bit fields ?
- References: <84257D042AA7D411B3F700D0B7DB9B7C03130928@PDC-DSPACE>
Hi Ralf,
> Can anyone point me to the corresponding subroutines in GCC that
> generate code for bit fields?
The first 1500 lines or so of expemd.c are in charge of generating bit
field code.
Kazu Hirata