------- Comment #9 from dominiq at lps dot ens dot fr 2009-10-22 20:09 ------- (In reply to comment #8) > The ICEs do go away, but on Salvatore's original code I now get: ...
I get such problem now and then when using an obsolete module file and in general it goes away after recompiling it. Now here we may need: if (p == NULL) { skip_list (); continue; } instead of just "if (p == NULL) continue;"? Unfortunately none of the tests I have in store detected the problem (regtesting went without regression), so I cannot test it. BTW, is there any good reason why 'p' is NULL? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41784