[cfe-commits] [OpenCL patch] vec_type_hint

Anton Lokhmotov Anton.Lokhmotov at arm.com
Wed Aug 15 04:49:24 PDT 2012


Hi Simon,

We haven't been able to reproduce your problem (on x86_64 RHEL5), but there appeared to be a merge conflict... caused by your patch that I recently reviewed:).

Could you please try again with the updated patch?

Many thanks,
Anton.

> -----Original Message-----
> From: simon at atanasyan.com [mailto:simon at atanasyan.com] On Behalf Of
> Simon Atanasyan
> Sent: 14 August 2012 15:03
> To: Anton Lokhmotov
> Cc: Douglas Gregor; Benyei, Guy; cfe-commits at cs.uiuc.edu
> Subject: Re: [cfe-commits] [OpenCL patch] vec_type_hint
> 
> Hi,
> 
> On Mon, Aug 13, 2012 at 2:05 PM, Anton Lokhmotov
> <Anton.Lokhmotov at arm.com> wrote:
> > Please review an updated patch on the vec_type_hint attribute in
> OpenCL.
> 
> On my machine (32-bit debian) the patch breaks the following test case:
> [[
> ******************** TEST 'Clang :: Parser/attributes.c' FAILED
> ********************
> Script:
> --
> /home/simon/work/llvm.bld/Debug+Asserts/bin/clang -cc1
> -internal-isystem
> /home/simon/work/llvm.bld/Debug+Asserts/bin/../lib/clang/3.2/include
> -fsyntax-only -verify
> /home/simon/work/llvm.svn/tools/clang/test/Parser/attributes.c
> -pedantic -std=c99
> --
> Exit Code: 1
> Command Output (stderr):
> --
> error: 'error' diagnostics expected but not seen:
>   Line 62: expected ')'
>   Line 63: expected ')'
> error: 'error' diagnostics seen but not expected:
>   Line 61: expected ')'
>   Line 98: expected identifier or '('
> error: 'warning' diagnostics expected but not seen:
>   Line 67: GCC does not allow nonnull attribute in this position on a
> function definition
>   Line 73: GCC does not allow noreturn attribute in this position on a
> function definition
>   Line 78: GCC does not allow nonnull attribute in this position on a
> function definition
>   Line 80: GCC does not allow pure attribute in this position on a
> function definition
>   Line 85: GCC does not allow nonnull attribute in this position on a
> function definition
>   Line 87: GCC does not allow pure attribute in this position on a
> function definition
> 10 errors generated.
> --
> ]]
> 
> --
> Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm_vec_type_hint.patch
Type: application/octet-stream
Size: 16811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120815/8d207a10/attachment.obj>


More information about the cfe-commits mailing list