Re: [C++] Fix endianness of character argument packs

2014-01-30 Thread Jason Merrill
OK. Jason

[C++] Fix endianness of character argument packs

2014-01-30 Thread Richard Sandiford
The patch for PR 58708 fixed wide strings being passed as argument packs but it relied on the host and target having the same endianness. The patch below uses double_int::from_buffer to handle the case of differing endiannesses. Tested on mips64-linux-gnu and mipsisa64-sde-elf (with both endiannes