This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC Feature question
>>>>> "Tim" == Tim Prince <tprince@computer.org> writes:
> To the extent this stuff is supported in the cygwin win32api, you may be able
> to adapt it to reconcile its conflicts with other g++ targets. You may find
> further information in the cygwin FAQ and, of course source code. It's
> certainly considered more of a library than a compiler thing.
Huh?
How are you going to do this in library code?
while (1) {
try {
if (blah)
break;
} finally {
puts("exiting loop");
}
}