RE: [PATCH] Fix (parts of) PR68273

2016-08-09 Thread Matthew Fortune
Richard Biener writes: > The following patch avoids overaligned types created from IPA parameter > replacement. It is said to help mipsel which still suffers from the > backend-looks-at-type-alignment-for-parameter-passing-ABI bug. > > Bootstrap and regtest pending on x86_64-unknown-linux-gnu. >

[PATCH] Fix (parts of) PR68273

2016-08-05 Thread Richard Biener
The following patch avoids overaligned types created from IPA parameter replacement. It is said to help mipsel which still suffers from the backend-looks-at-type-alignment-for-parameter-passing-ABI bug. Bootstrap and regtest pending on x86_64-unknown-linux-gnu. mips testing appreciated. Richar