[llvm-commits] [llvm] r109892 - in /llvm/trunk: lib/Target/PowerPC/PPCRegisterInfo.cpp test/FrontendC/vla-1.c
Eric Christopher
echristo at apple.com
Sat Jul 31 02:49:42 PDT 2010
On Jul 30, 2010, at 2:09 PM, Dale Johannesen wrote:
> Author: johannes
> Date: Fri Jul 30 16:09:48 2010
> New Revision: 109892
>
> URL: http://llvm.org/viewvc/llvm-project?rev=109892&view=rev
> Log:
> PPC doesn't supported VLA with large alignment. This was
> formerly rejected by the FE, so asserted in the BE; now the FE only
> warns, so we treat it as a legitimate fatal error in PPC BE.
> This means the test for the feature won't pass, so it's xfail'd.
>
Thanks Dale!
-eric
More information about the llvm-commits
mailing list