[cfe-commits] r64325 - in /cfe/trunk/lib/CodeGen: CGExpr.cpp CodeGenFunction.h

Eli Friedman eli.friedman at gmail.com
Wed Feb 11 20:20:50 PST 2009


On Wed, Feb 11, 2009 at 12:59 PM, Daniel Dunbar <daniel at zuster.org> wrote:
> Author: ddunbar
> Date: Wed Feb 11 14:59:32 2009
> New Revision: 64325
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64325&view=rev
> Log:
> Support IRgen of va_arg of structure as l-value.

Umm, why the heck are we allowing va_arg as an l-lvalue in the first
place?!  Even gcc doesn't support this!

Also, missing testcase.  And also, if we're going to support this, we
should support it for scalars as well.

-Eli



More information about the cfe-commits mailing list