This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: use of exceptions in GCC
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Martin Sebor <msebor at gmail dot com>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Wed, 16 Nov 2016 20:36:05 -0600
- Subject: Re: use of exceptions in GCC
- Authentication-results: sourceware.org; auth=none
- References: <828fcea0-6caf-2914-b18b-0977778d9e9e@gmail.com>
On Wed, Nov 16, 2016 at 01:48:41PM -0700, Martin Sebor wrote:
> I'm also curious if there really is a policy/convention for dealing
> with exceptions in GCC, what it actually is/says.
https://gcc.gnu.org/codingconventions.html#Exceptions
Segher