This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

Re: optimization/5969: When function is declared func(unsigned char v), v isn't truncated


Synopsis: When function is declared func(unsigned char v), v isn't truncated

State-Changed-From-To: feedback->closed
State-Changed-By: sirl
State-Changed-When: Thu Mar 28 14:42:04 2002
State-Changed-Why:
    not-a-bug.
    The ABI on this platform requires the caller to do the
    truncation, for obvious optimization reasons. Thus the caller
    has to "know" (eg. via prototypes) how to truncate/sign-extend
    the arguments passed to the callee.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5969


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