------- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-01 09:36 ------- I think it is the same problem with Boehm-GC on ARM/Linux that has been solved in upstream sources. See:
http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2005-July/000943.html http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2005-August/000963.html The relevant file can be found as $GCC_SRC_DIR/boehm-gc/include/private/gcconfig.h You should rebuild GCC after making this change and try if it solves the problem for you. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23662