Re: [patch, libfortran] Fix PR 50192 - fix wide-char comparison

2011-08-28 Thread Dominique Dhumieres
Regstrapped on x86_64-apple-darwin10 and powerpc-apple-darwin9 (see http://gcc.gnu.org/ml/gcc-testresults/2011-08/msg03125.html ) without regression. Thanks, Dominique

Re: [patch, libfortran] Fix PR 50192 - fix wide-char comparison

2011-08-28 Thread Jerry DeLisle
On 08/26/2011 05:40 AM, Thomas Koenig wrote: Hello world, the attached patch fixes the PR by doing comparisions for wide characters as unsigned 4-byte ints. I have put the comparison function into libgfortran.h because I will need it for MINLOC and friends for characters. OK for trunk? Which

[patch, libfortran] Fix PR 50192 - fix wide-char comparison

2011-08-26 Thread Thomas Koenig
Hello world, the attached patch fixes the PR by doing comparisions for wide characters as unsigned 4-byte ints. I have put the comparison function into libgfortran.h because I will need it for MINLOC and friends for characters. OK for trunk? Which branches should this be backported to?

Re: [patch, libfortran] Fix PR 50192 - fix wide-char comparison

2011-08-26 Thread Thomas Koenig
Am 26.08.2011 14:40, schrieb Thomas Koenig: OK for trunk? Which branches should this be backported to? I forgot - also regression-tested. Thomas