Question on try/catch/throw statements in system headers

Gao, Yunzhong yunzhong_gao at playstation.sony.com
Mon Nov 11 12:32:43 PST 2013


A gentle ping...

From: Gao, Yunzhong
Sent: Thursday, October 17, 2013 2:53 PM
To: cfe-commits at cs.uiuc.edu
Cc: 'rjmccall at apple.com'; 'andersca at mac.com'
Subject: Question on try/catch/throw statements in system headers

Hi fellow LLVMers,
I noticed that if I use try/catch/throw statement in the system headers, and I compile with -fno-exceptions,
I do not get my usual diagnostics thanks to commit r126303. My question is whether there are still such
system headers around that need to use try/catch/throw statements, or is it alright to revert r126303 to
match gcc behavior?
Many thanks,
- Gao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131111/04570a23/attachment.html>


More information about the cfe-commits mailing list