This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c/10719: invalid code generated (x86, "int $5") with __builtin_va_arg(va, char);
- From: rth at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, sb at biallas dot net
- Date: 12 May 2003 03:03:24 -0000
- Subject: Re: c/10719: invalid code generated (x86, "int $5") with __builtin_va_arg(va, char);
- Reply-to: rth at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, sb at biallas dot net, gcc-gnats at gcc dot gnu dot org
Synopsis: invalid code generated (x86, "int $5") with __builtin_va_arg(va, char);
State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Mon May 12 03:03:24 2003
State-Changed-Why:
Not a bug. This is in fact a feature. As you note, the code
is bad and you should use "int". There is no sensible code
that could be generated.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10719