On Thu, 23 Apr 2015, Bin.Cheng wrote:
> Hi,
> In libstdc++ testsuite, I noticed that macro _GLIBCXX_RES_LIMITS is
> checked/set by GLIBCXX_CHECK_SETRLIMIT, which is further guarded by
> GLIBCXX_IS_NATIVE as below:
>
> AC_DEFUN([GLIBCXX_CONFIGURE_TESTSUITE], [
> if $GLIBCXX_IS_NATIVE ; then
>
I have Designed and implemented with the following design for the path
splitting of the loops with conditional IF-THEN-ELSE.
The implementation has gone through the bootstrap for Microblaze target along
DEJA GNU regressions tests and
running the MIBench/EEMBC benchmarks. There is no regression s
On 16-May-15 03:49 PM, Ajit Kumar Agarwal wrote:
if (loop && loop->latch == bb
|| loop->header == bb)
Please add parenthesis to the various occurrences of this code fragment.
Better if the precedence is explicit.