------- Comment #2 from sabre at nondot dot org 2005-11-15 05:59 ------- As I mentioned, there are *several* places where chainon is used where it shouldn't be. For example, several structs are built, with chainon being used as an expensive "push_back". It would be better to build the structs backwards, then use nreverse.
-Chris -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24867