------- Comment #11 from iains at gcc dot gnu dot org 2010-04-12 06:57 ------- (In reply to comment #9) > checked for each instance. So if all four test cases are actually emitting > valid dwarf, we can drop the usage of -lm on darwin[921]
The two things are totally unrelated - AFAICT the reason the "-lm" causes the problem to "go away" is because of a specs bug causing dsymutil not to run when "-lm" is on the C/L. So we WILL have to find a solution - because we need to fix the specs bug and the use of "-lm". ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43254