Julien BLACHE <jblache@debian.org> writes:
> gcc-3.3 enters what seems to be an infinite loop while building the
> jpeg.c file from libimage-exif-perl at -O2 (99% cpu usage, can sit
> there for hours without any progress).
Cute. Here's a test case:
int nxtmkr() {
while (jpg1byte())
return 0;
}
--
Falk