This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, Jan 09, 2004 at 10:16:31AM +0100, Richard Guenther wrote: > Yes, this fixes it. Strange we get EH regions with -fno-exceptions? -fno-exceptions inhibits the possibility of exceptions at runtime. EH region nodes are still used to run destructors for static exits from a block, e.g. via goto. These get lowered to straight-line code sometime after inlining. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |