[llvm-commits] [test-suite] r155752 - in /test-suite/trunk/SingleSource/UnitTests/Vector: constpool.c constpool.reference_output

Jakob Stoklund Olesen stoklund at 2pi.dk
Fri May 4 10:18:11 PDT 2012


On May 4, 2012, at 10:01 AM, David Blaikie <dblaikie at gmail.com> wrote:

> On Fri, Apr 27, 2012 at 11:12 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>> Author: stoklund
>> Date: Sat Apr 28 01:12:49 2012
>> New Revision: 155752
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=155752&view=rev
>> Log:
>> Add a vector constant pool unit test.
>> 
> I'm not sure if it's something I'm doing incorrectly (because this
> doesn't seem to be showing up in the lab.llvm.org bots) but this code
> doesn't compile with my host GCC (gcc (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3)
> which is a requirement for the nightly test runs (I assume it's
> compiling with my host compiler for comparison purposes). The errors I
> get, one for each array access of a vector type in this file, is:
> 
> " error: subscripted value is neither array nor pointer"
> 
> Is a different host compiler required? Or should this test be modified
> in some way? (I know very little about these vector types, so
> apologies for the vague questions)

Does r156181 help?

/jakob




More information about the llvm-commits mailing list