On Thu, 21 Jul 2011, Richard Guenther wrote: > Patch also handling wider modes and not starting with SImode but > the mode of int:
Use of target int for anything not about C ABIs is certainly wrong. This might be about what operations the target does efficiently, or what functions are present in libgcc (both of which would be functions of machine modes), but it's not about the choice of C int. -- Joseph S. Myers jos...@codesourcery.com