hello, testing som stuff here....
root@lightning:~/winecvs/wine# gcc -fshort-wchar test.c cc1: Invalid option `-fshort-wchar' root@lightning:~/winecvs/wine#
with 2.54
and root@lightning:~/winecvs/wine# gcc -fshort-wchar test.c root@lightning:~/winecvs/wine# cat test.c #include <stdio.h>
int main() { printf("hello!"); }
with 3.0