>>>>> Jan Hubicka writes: > Can you please try the attached patch? It fixes ICE on AIX cross for > the testcase Steven sent me. > (the problem seems to be that on AIX we produce function for static > cdtors late in a game and we don't get it properly lowered as it is not > passed throught the IPA optimizers)
I tested the patch and confirmed that it fixes the example, but we already knew that from the cromss-compiler. I performed a full bootstrap last night (now posted) with the patch. The bootstrap succeeded and regression testing succeeded. Thanks, David