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]

Re: c/4152: Incorrect code for va_arg(x,char) and va_arg(x,short) on SH


Synopsis: Incorrect code for va_arg(x,char) and va_arg(x,short) on SH

State-Changed-From-To: open->closed
State-Changed-By: sirl
State-Changed-When: Tue Aug 28 01:12:22 2001
State-Changed-Why:
    The C code is invalid (thus the warning), please resubmit (if the problem persists) with valid C, eg.
    
    value = (char) va_arg (m, int);
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4152&database=gcc


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