Re: [PATCH 3/3] PR jit/64810: fix for arm_option_override

2015-01-30 Thread Richard Earnshaw
On 30/01/15 11:11, David Malcolm wrote: > libgccjit can make repeated in-process calls to the compiler code. > > On arm I see failures where e.g. the top of the generated .s file has: > on the 1st iteration: > .arch armv7-a > on the 2nd iteration: > .cpu armv7-a > without changing any options.

[PATCH 3/3] PR jit/64810: fix for arm_option_override

2015-01-30 Thread David Malcolm
libgccjit can make repeated in-process calls to the compiler code. On arm I see failures where e.g. the top of the generated .s file has: on the 1st iteration: .arch armv7-a on the 2nd iteration: .cpu armv7-a without changing any options. What's happening is the 1st time through arm_option_ov