29 Apr
2008
29 Apr
'08
7:41 a.m.
Vladimir Volovich wrote:
"VV" == Vladimir Volovich writes:
VV> does that make sense to anyone?
i tested this with GCC, and got these warnings with the -pedantic option:
$ gcc -c -pedantic test.c test.c: In function 'test': test.c:7: warning: ISO C forbids casting nonscalar to the same type test.c:9: warning: ISO C forbids casting nonscalar to the same type
so i guess xlc's refusal to compile is not completely groundless.
Ok, found it. Patch is forthcoming. Best wishes, Taco