Re: Support in the GCC(/C++) test suites for '-fno-exceptions'

2023-06-06 Thread Jonathan Wakely via Gcc
On Tue, 6 Jun 2023 at 20:14, Thomas Schwinge wrote: > Hi! > > This issue comes up in context of me working on C++ support for GCN and > nvptx target. Those targets shall default to '-fno-exceptions' -- or, > "in other words", '-fexceptions' is not supported. (Details omitted > here.) > > It did

Support in the GCC(/C++) test suites for '-fno-exceptions'

2023-06-06 Thread Thomas Schwinge
Hi! This issue comes up in context of me working on C++ support for GCN and nvptx target. Those targets shall default to '-fno-exceptions' -- or, "in other words", '-fexceptions' is not supported. (Details omitted here.) It did seem clear to me that with such a configuration it'll be hard to ge