[Piglit] [PATCH 08/12] util/piglit-vbo: do not use 'and' in a conditional statement

2014-08-12 Thread Emil Velikov
I'm not entirely sure how piglit build with gcc as is, yet VC compiler seems very unhappy about this. Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- tests/util/piglit-vbo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/piglit-vbo.cpp

Re: [Piglit] [PATCH 08/12] util/piglit-vbo: do not use 'and' in a conditional statement

2014-08-12 Thread Ilia Mirkin
On Tue, Aug 12, 2014 at 1:18 PM, Emil Velikov emil.l.veli...@gmail.com wrote: I'm not entirely sure how piglit build with gcc as is, yet VC compiler seems very unhappy about this. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf See 7.9 Alternate spellings iso646.h. I guess that gets

Re: [Piglit] [PATCH 08/12] util/piglit-vbo: do not use 'and' in a conditional statement

2014-08-12 Thread Emil Velikov
On 12/08/14 17:30, Ilia Mirkin wrote: On Tue, Aug 12, 2014 at 1:18 PM, Emil Velikov emil.l.veli...@gmail.com wrote: I'm not entirely sure how piglit build with gcc as is, yet VC compiler seems very unhappy about this. http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1124.pdf See 7.9

Re: [Piglit] [PATCH 08/12] util/piglit-vbo: do not use 'and' in a conditional statement

2014-08-12 Thread Ilia Mirkin
On Tue, Aug 12, 2014 at 5:18 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 12/08/14 17:30, Ilia Mirkin wrote: On Tue, Aug 12, 2014 at 1:18 PM, Emil Velikov emil.l.veli...@gmail.com wrote: I'm not entirely sure how piglit build with gcc as is, yet VC compiler seems very unhappy about

Re: [Piglit] [PATCH 08/12] util/piglit-vbo: do not use 'and' in a conditional statement

2014-08-12 Thread Ilia Mirkin
On Tue, Aug 12, 2014 at 5:19 PM, Ilia Mirkin imir...@alum.mit.edu wrote: On Tue, Aug 12, 2014 at 5:18 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 12/08/14 17:30, Ilia Mirkin wrote: On Tue, Aug 12, 2014 at 1:18 PM, Emil Velikov emil.l.veli...@gmail.com wrote: I'm not entirely sure

Re: [Piglit] [PATCH 08/12] util/piglit-vbo: do not use 'and' in a conditional statement

2014-08-12 Thread Emil Velikov
On 12/08/14 22:21, Ilia Mirkin wrote: On Tue, Aug 12, 2014 at 5:19 PM, Ilia Mirkin imir...@alum.mit.edu wrote: On Tue, Aug 12, 2014 at 5:18 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 12/08/14 17:30, Ilia Mirkin wrote: On Tue, Aug 12, 2014 at 1:18 PM, Emil Velikov

Re: [Piglit] [PATCH 08/12] util/piglit-vbo: do not use 'and' in a conditional statement

2014-08-12 Thread Matt Turner
On Tue, Aug 12, 2014 at 10:18 AM, Emil Velikov emil.l.veli...@gmail.com wrote: I'm not entirely sure how piglit build with gcc as is, yet VC compiler seems very unhappy about this. Signed-off-by: Emil Velikov emil.l.veli...@gmail.com --- tests/util/piglit-vbo.cpp | 2 +- 1 file changed, 1