On Wed, Feb 11, 2009 at 12:59 PM, Daniel Dunbar <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
