Re: [PATCH 4/n] Add conditional compare support - test cases

2014-02-25 Thread Mike Stump
On Feb 24, 2014, at 2:04 AM, Zhenqiang Chen wrote: > >> all of your testcases have mixed C++/C comments for the dg-do line. >> Please use pure C comments instead. > > Thanks for the comments! Updated. Ok.

Re: [PATCH 4/n] Add conditional compare support - test cases

2014-02-24 Thread Rainer Orth
Hi Zhenqiang Chen, > Here is the patch to include testcases to cover most combinations of > conditional compares (signed, unsigned, int, short, long, "||", "&&", > etc). [...] > diff --git a/gcc/testsuite/gcc.dg/ccmn-w-eq-1.c > b/gcc/testsuite/gcc.dg/ccmn-w-eq-1.c > new file mode 100644 > index 0