GCN, nvptx: 'sorry, unimplemented: exception handling not supported' (was: [PATCH 22/25] Add dg-require-effective-target exceptions)

2025-02-08 Thread Thomas Schwinge
Hi! On 2018-09-05T12:52:10+0100, wrote: > There are a number of tests that fail because they assume that exceptions are > available, but [BPF, GCN, nvptx] does not support them, yet. To make this explicit for GCN, nvptx (José: can BPF do the same?), I've pushed to trunk branch commit 63121656500

nvptx doesn't actually support effective-target 'exceptions' (was: [PATCH 22/25] Add dg-require-effective-target exceptions)

2025-02-08 Thread Thomas Schwinge
Hi! On 2018-09-05T12:52:10+0100, wrote: > There are a number of tests that fail because they assume that exceptions are > available, but GCN does not support them, yet. Pushed to trunk branch commit 2466b0b4d9bcfe51c1a049c3d7f6a8043d68630e "nvptx doesn't actually support effective-target 'except

BPF doesn't actually support effective-target 'exceptions' [PR118772] (was: [PATCH 22/25] Add dg-require-effective-target exceptions)

2025-02-08 Thread Thomas Schwinge
Hi! On 2018-09-05T12:52:10+0100, wrote: > There are a number of tests that fail because they assume that exceptions are > available, but GCN does not support them, yet. Pushed to trunk branch commit e90276a4831553268f3dd4917d7b6ae9c08dbf0f "BPF doesn't actually support effective-target 'exceptio

Re: [PATCH 22/25] Add dg-require-effective-target exceptions

2018-09-20 Thread Andrew Stubbs
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

Re: [PATCH 22/25] Add dg-require-effective-target exceptions

2018-09-17 Thread Mike Stump
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

Re: [PATCH 22/25] Add dg-require-effective-target exceptions

2018-09-17 Thread Richard Sandiford
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

[PATCH 22/25] Add dg-require-effective-target exceptions

2018-09-05 Thread ams
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 current implementatio