This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: May I propose an extension and ask how difficult this would be?
Richard Henderson <rth@cygnus.com> writes:
| On Sat, Nov 20, 1999 at 10:32:02PM +0100, Gabriel Dos Reis wrote:
| > | However, wouldn't exception specifications allow better optimizing (esp.
| > | "throw ()")?
| >
| > How so?
|
| A call that may throw by definition ends a basic block, since there
| is more than one flow of control possible.
But a function with "throw()" as throw-spec can cause a basic block be
ended. Right?
-- Gaby