Re: [RFC] Design and Implementation for Path Splitting for Loop with Conditional IF-THEN-ELSE

2015-05-16 Thread shmeel gutl
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.

[RFC] Design and Implementation for Path Splitting for Loop with Conditional IF-THEN-ELSE

2015-05-16 Thread Ajit Kumar Agarwal
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

Re: Question about macro _GLIBCXX_RES_LIMITS in libstdc++ testsuite

2015-05-16 Thread Hans-Peter Nilsson
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 >