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

David Blaikie dblaikie at gmail.com
Fri May 4 10:43:50 PDT 2012


On Fri, May 4, 2012 at 10:18 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>
> 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?

That fixes the first 4, but not the other 4000 after it in the same
file (sorry I didn't make this clear in my original email). (I've been
running this from buildbots so I haven't confirmed specifically, but
that's my guess - I'm doing a local test-suite run too, just to
confirm)



More information about the llvm-commits mailing list