This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with 20051017 snapshot


There seems to be a problem with the 20051017 snapshot and process exit values.

$ cat > t.c
int main (int argc, char **argv)
{
  return 1;
}

$ gcc -Wall -o t t.c
$ ./t ; echo $?
0

With the previous snapshot, $? = 1.

--
David Rothenberger                spammer? -> spam@daveroth.dyndns.org
GPG/PGP: 0x92D68FD8, DB7C 5146 1AB0 483A 9D27 DFBA FBB9 E328 92D6 8FD8

The disks are getting full; purge a file today.

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]