Bugzilla – Bug 148222
clisp compile hangs in io.c
Last modified: 2008-07-16 15:45:45 UTC
/usr/lib/gcc/powerpc64-suse-linux/4.1.0/cc1 -fpreprocessed olh-io.i -msecure-plt -quiet -dumpbase olh-io.c -auxbase olh-io -g -g -O2 -O2 -Wall -Wno-unused -Wno-uninitialized -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -version -fmessage-length=0 -fPIC -fno-strict-aliasing -o olh-io.s -O1 makes no difference, -O0 compile time is short.
Created attachment 66469 [details] olh-io.i.bz2 GNU C version 4.1.0 20060201 (prerelease) (SUSE Linux) (powerpc64-suse-linux) compiled by GNU C version 4.1.0 20060201 (prerelease) (SUSE Linux). GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: f1034b696dafcd133cfcca8c56263cf9
This is points-to-analysis being O(n^3). Reported as PR26260 .
And fixed since BetaN, N < 7.