------- Comment #9 from pinskia at gcc dot gnu dot org 2006-06-07 00:14 ------- (In reply to comment #8) > A workaround is to replace: > > while (running) > counter++;
Is running marked as volatile? If it is, then this is a dup of bug 1305, otherwise this is a bug in both the library sources and still a dup of bug 1305 after that. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27908