> From: Joseph Myers [mailto:jos...@codesourcery.com] > > > + if { [is-effective-target bswap] > > + && ![istarget x86_64-*-*] } { > > That x86_64-*-* test is wrong. x86_64-*-* and i?86-*-* should always be > handled the same (if you then want to distinguish 32-bit and 64-bit > multilibs, you check the appropriate effective-target there, depending on > whether the condition is one on the ABI or which register size is being > used, which affects how x32 should be counted).
Indeed, it's a mistake. I?86 should be in there two. Please find attached an updated patch. Best regards, Thomas
gcc32rm-84.3.1.part1.diff
Description: Binary data