Re: duplocale test on AIX 7.1BETA

2010-07-31 Thread Bruno Haible
Rainer Tammer wrote: > # ./a.out > i = 0: errno = 22 > Invalid argument > i = 1: errno = 22 > Invalid argument > i = 2: errno = 22 > Invalid argument Thanks. The duplocale() call apparently rejects the LC_GLOBAL_LOCALE argument. I'm adding this workaround: 2010-07-31 Bruno Haible dup

Re: duplocale test on AIX 7.1BETA

2010-07-31 Thread Rainer Tammer
Hello Bruno, the duplocale() is new to AIX 7BETA. The AIX 7BETA does not contain all locales, so it could be possible that this fails. Bruno Haible wrote: > Hello Rainer, > > Regarding this test failure: > > test-duplocale.c:70: assertion failed > FAIL: test-duplocale > > What does the follow

duplocale test on AIX 7.1BETA

2010-07-30 Thread Bruno Haible
Hello Rainer, Regarding this test failure: test-duplocale.c:70: assertion failed FAIL: test-duplocale What does the following test program print? === #define _GNU_SOURCE #define _ALL_SOURCE #include #include #incl