Re: [PATCH] gimple-walk.c #include TLC

2015-04-29 Thread Bernhard Reutner-Fischer
On 29 April 2015 at 11:00, Richard Biener wrote: > On Wed, Apr 29, 2015 at 10:01 AM, Bernhard Reutner-Fischer > wrote: >> Hi there, >> >> I noticed that gimple-walk.c has a creative list of #includes. >> Furthermore, in walk_gimple_asm parse_{in,out}put_constraint was called >> even if neither al

Re: [PATCH] gimple-walk.c #include TLC

2015-04-29 Thread Richard Biener
On Wed, Apr 29, 2015 at 10:01 AM, Bernhard Reutner-Fischer wrote: > Hi there, > > I noticed that gimple-walk.c has a creative list of #includes. > Furthermore, in walk_gimple_asm parse_{in,out}put_constraint was called > even if neither allows_mem, allows_reg nor is_inout were used -- i.e. if > wi

[PATCH] gimple-walk.c #include TLC

2015-04-29 Thread Bernhard Reutner-Fischer
Hi there, I noticed that gimple-walk.c has a creative list of #includes. Furthermore, in walk_gimple_asm parse_{in,out}put_constraint was called even if neither allows_mem, allows_reg nor is_inout were used -- i.e. if wi is NULL -- and the return value of the constraint parsing was not taken into