> -----Original Message----- > From: Mike Stump [mailto:mikest...@comcast.net] > Sent: Thursday, July 18, 2013 2:14 PM > To: Georg-Johann Lay > Cc: gcc-patches@gcc.gnu.org; Iyer, Balaji V > Subject: Re: [patch,cilk-plus,testsuite] Skip int16 and size16 targets (too > much > FAILs) > > On Jul 18, 2013, at 6:48 AM, Georg-Johann Lay <a...@gjlay.de> wrote: > > running the cilk-plus.exp tests I get ~200 FAILs because the tests are > > not written for 16-bit int or size_t platforms. > > > > As a quick tentative fix, the cilk-plus tests are skipped on such platforms. > > I think this patch is fine. Until such time until cilk can do better, I > think this is a > fine way to address the issue. The other possible way is to not spin up any > support for cilk on such a platform in the first place. noconfigdir is one > common > way to do this.
Hi Mike, The changes we have committed thus far does not require the cilk runtime. Thanks, Balaji V. Iyer.