Re: PR82045: Avoid passing machine modes through "..."

2017-09-03 Thread Jeff Law
On 09/01/2017 07:55 AM, Richard Sandiford wrote: > PR82045 is about a bootstrap failure on sparc-sun-solaris2.11. > The problem was that we were passing the new machine_mode wrapper > classes through "..." to emit_library_call(_value), which then > read them back as ints instead. > > The simplest

PR82045: Avoid passing machine modes through "..."

2017-09-01 Thread Richard Sandiford
PR82045 is about a bootstrap failure on sparc-sun-solaris2.11. The problem was that we were passing the new machine_mode wrapper classes through "..." to emit_library_call(_value), which then read them back as ints instead. The simplest fix seemed to be replace "..." with an array of rtx_mode_ts,