------- Comment #2 from tglek at mozilla dot com 2010-04-19 17:56 ------- (In reply to comment #1) > -Wcoverage-mismatch isn't designed to cover this kind of errors. Are there > source changes for the profile-use stage compared to the profile-generate > stage? >
No changes. Here is the line that's making it unhappy. extern void pr_static_assert(int arg[(sizeof(nsStringContainer_base) == sizeof(nsSubstring)) ? 1 : -1]); where -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43773