[cfe-commits] r76670 - in /cfe/trunk/test/PCH: ext_vector.c functions.c method_pool.h

Eli Friedman eli.friedman at gmail.com
Tue Jul 21 15:59:01 PDT 2009


On Tue, Jul 21, 2009 at 3:54 PM, Mike Stump<mrs at apple.com> wrote:
> --- cfe/trunk/test/PCH/ext_vector.c (original)
> +++ cfe/trunk/test/PCH/ext_vector.c Tue Jul 21 17:54:02 2009
> @@ -7,4 +7,5 @@
>
>  int test(float4 f4) {
>   return f4.xy; // expected-error{{float2}}
> +  return 1;
>  }

If this change is necessary to avoid a warning, I would consider it a
bug in the warning code...

-Eli




More information about the cfe-commits mailing list