Go patch committed: Fix struct hash/equality with _ fields

2012-09-19 Thread Ian Lance Taylor
This patch to the Go frontend fixes the handling of struct hash and equality when the struct has _ fields. Those fields should not participate in the hash and equality functions at all. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline. Will commit to 4.7 branc

Re: [PATCH] Changes in mode switching

2012-09-19 Thread Uros Bizjak
On Thu, Sep 20, 2012 at 8:06 AM, Vladimir Yakovlev wrote: > The compiler with the patch and without post_reload.patch is built and works > successfully. It has the only failure with avx-vzeroupper-3 test because of > post reload problem. Ok, can you please elaborate a bit on this filure? Perhaps

<    1   2