Report an error if __builtin_va_start() is used in a non-variadic function, even...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 17 May 2012 17:03:02 +0000 (19:03 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 19 May 2012 08:10:36 +0000 (10:10 +0200)
commit9e3bfd2f0db0d19a6980b8698112d60039753de0
treeb4232def16de1b48c95a10424ab09efcacbfbbbf
parent4c54545cdd30b88765f00bef79c2b2cc7aa89e1b
Report an error if __builtin_va_start() is used in a non-variadic function, even if its second argument is not a reference expression.

Also show the position of __builtin_va_start, not its second argument, as the location of the error.
parser.c