This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] expr.c:emit_push_insn


>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:

    Richard> On Thu, May 10, 2001 at 03:08:08PM -0700, Mark Mitchell
    Richard> wrote:
    >> This bug is happenning a lot -- it would be good if we had
    >> bit_alignment and byte_alignment types (typedef'd to `int')
    >> that could be used for self-documentation.

    Richard> All alignments are supposed to be in bits.  

Well, then we won't be needing byte_alignment. :-)

But, having a bit_alignment type would make this obvious -- rather
than making it be something that only Those In The Know actually know.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]