On 17/09/18 18:51, Mike Stump wrote:
On Sep 5, 2018, at 4:52 AM, a...@codesourcery.com wrote:
There are a number of tests that fail because they assume that exceptions are
available, but GCN does not support them, yet.
So, generally we don't goop up the testsuite with the day to day port stuff
On Sep 5, 2018, at 4:52 AM, a...@codesourcery.com wrote:
> There are a number of tests that fail because they assume that exceptions are
> available, but GCN does not support them, yet.
So, generally we don't goop up the testsuite with the day to day port stuff
when it is being developed. If the
writes:
> There are a number of tests that fail because they assume that exceptions are
> available, but GCN does not support them, yet.
>
> This patch adds "dg-require-effective-target exceptions" in all the affected
> tests. There's probably an automatic way to test for exceptions, but the
> cu