Re: [PATCH] Fix --enable-checking=fold bootstrap (PR bootstrap/71071)

2016-05-13 Thread Richard Biener
On May 13, 2016 7:22:37 PM GMT+02:00, Jakub Jelinek wrote: >Hi! > >Since a recent change, TYPE_ALIAS_SET of types can change during >folding. >This patch arranges for it not to be checksummed. > >Bootstrapped/regtested on x86_64-linux and i686-linux (normal >bootstrap) >and built (nonbootstrap) +

[PATCH] Fix --enable-checking=fold bootstrap (PR bootstrap/71071)

2016-05-13 Thread Jakub Jelinek
Hi! Since a recent change, TYPE_ALIAS_SET of types can change during folding. This patch arranges for it not to be checksummed. Bootstrapped/regtested on x86_64-linux and i686-linux (normal bootstrap) and built (nonbootstrap) + regtested the --enable-checking=yes,extra,fold,rtl version (previousl