On Sat, Jan 26, 2019 at 04:01:13PM +0100, Jakub Jelinek wrote: > Here is an untested patch that should fix all of that, ok for trunk > if it passes bootstrap/regtest on {x86_64,i686}-linux?
Had to change: -+ { dg-do compile { target { lp64 || ilp32 || llp64 } } } ++ { dg-do compile { target { { lp64 || ilp32 } || llp64 } } } in the testcase, otherwise it passed bootstrap/regtest on both successfully. Jakub