Re: [wide-int] Turn lts_p & co. back into template functions

2013-10-20 Thread Richard Biener
Richard Sandiford wrote: >This patch just converts some functions back to template functions, >for the benefit of the upcoming ::is_sign_extended patch. There's no >behavioural change. > >Tested on x86_64-linux-gnu. OK for wide-int? Ok. Thanks, Richard. >Thanks, >Richard > > >Index: gcc/gcc/w

[wide-int] Turn lts_p & co. back into template functions

2013-10-20 Thread Richard Sandiford
This patch just converts some functions back to template functions, for the benefit of the upcoming ::is_sign_extended patch. There's no behavioural change. Tested on x86_64-linux-gnu. OK for wide-int? Thanks, Richard Index: gcc/gcc/wide-int.h =