Hi,
I've just updated the latest cygwin-1.7, and I have this problem when I'm in
emacs shell (M-x shell):
emacs-shell% gcc -g test.c
test.c: In function \200\230main\200\231
test.c:21: error: \200\230mqd\200\231 (first use in this function)
test.c:21: error: (Each undeclared identifier is repo
Hi,
I was wondering why when "double" is assigned into a "short int" in cygwin
1.7, it doesn't wrap around correctly, eg:
main ()
{
short int x;
int y = -63757;
double y2 = -63757;
x = y; // wraps around correctly going from int to short int
printf("%d (should be 1779)\n",x);
x =
2 matches
Mail list logo