Re: Resend: [PATCH] [MIPS] Fix asm constraints for 'ins' instructions.

2008-06-13 Thread Ralf Baechle
On Thu, Jun 12, 2008 at 01:10:10PM -0700, David Daney wrote: >>> Among the versions of GCC that can build the current kernel, will any >>> fail on this code because the "i" constraint cannot be matched when >>> expanded to RTL? >> >> Someone will point this out if I don't, so for avoidance of doub

Re: Resend: [PATCH] [MIPS] Fix asm constraints for 'ins' instructions.

2008-06-12 Thread David Daney
Richard Sandiford wrote: David Daney <[EMAIL PROTECTED]> writes: Richard Sandiford wrote: David Daney <[EMAIL PROTECTED]> writes: Ralf Baechle wrote: On Wed, Jun 11, 2008 at 10:04:25AM -0700, David Daney wrote: The third operand to 'ins' must be a constant int, not a register. Signed-off-b

Re: Resend: [PATCH] [MIPS] Fix asm constraints for 'ins' instructions.

2008-06-12 Thread Richard Sandiford
David Daney <[EMAIL PROTECTED]> writes: > Richard Sandiford wrote: >> David Daney <[EMAIL PROTECTED]> writes: >>> Ralf Baechle wrote: On Wed, Jun 11, 2008 at 10:04:25AM -0700, David Daney wrote: > The third operand to 'ins' must be a constant int, not a register. > > Signed-of

Re: Resend: [PATCH] [MIPS] Fix asm constraints for 'ins' instructions.

2008-06-12 Thread David Daney
Richard Sandiford wrote: > David Daney <[EMAIL PROTECTED]> writes: >> Ralf Baechle wrote: >>> On Wed, Jun 11, 2008 at 10:04:25AM -0700, David Daney wrote: >>> The third operand to 'ins' must be a constant int, not a register. Signed-off-by: David Daney <[EMAIL PROTECTED]> --- >>

Re: Resend: [PATCH] [MIPS] Fix asm constraints for 'ins' instructions.

2008-06-12 Thread Richard Sandiford
David Daney <[EMAIL PROTECTED]> writes: > Ralf Baechle wrote: >> On Wed, Jun 11, 2008 at 10:04:25AM -0700, David Daney wrote: >> >>> The third operand to 'ins' must be a constant int, not a register. >>> >>> Signed-off-by: David Daney <[EMAIL PROTECTED]> >>> --- >>> include/asm-mips/bitops.h |

Re: Resend: [PATCH] [MIPS] Fix asm constraints for 'ins' instructions.

2008-06-11 Thread David Daney
Ralf Baechle wrote: On Wed, Jun 11, 2008 at 10:04:25AM -0700, David Daney wrote: The third operand to 'ins' must be a constant int, not a register. Signed-off-by: David Daney <[EMAIL PROTECTED]> --- include/asm-mips/bitops.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff