> Does this mean I should send compiled object files to the list? > I cannot isolate the -fsquangle bugs in small source files. No. You should invoke nm on all involved object files (including libraries), grep for the interesting names, and try to make sense out of the output. Please see the nm(1) man page for details. Regards, Martin