On Tue, 2015-04-07 at 15:20 -0500, Segher Boessenkool wrote: > On Tue, Apr 07, 2015 at 11:11:37AM -0400, David Edelsohn wrote: > > This is okay after GCC 5 branches. But please insert a space between > > (void) and emit_insn when casting the result. > > Or get rid of the cast completely, it isn't needed. We already have > more than 900 calls of emit_insn without cast :-)
Those are bad! Fix them now! ;) Bill > > > Segher >