------- Comment #1 from laurent at guerby dot net 2006-09-18 18:43 ------- Asynchronous abort is implementation defined here since there is no abort completion point in your loop.
You can make this works portably by adding a "delay 0.0;" statement within your loop, see ARM 9.8(18). -- laurent at guerby dot net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28355