FD_ZERO broken on egcs-19981101, i686-pc-linux-gnulibc1

Jeffrey A Law law@cygnus.com
Tue Nov 3 12:05:00 GMT 1998


  In message < 199811030509.VAA13137@cygnus.com >you write:
  > 
  > % cat test.cc
  > #include <sys/time.h>
  > #include <sys/types.h>
  > #include <unistd.h>
  > 
  > int main()
  > {
  >   fd_set s;
  >   FD_ZERO(&s);
  >   return 0;
  > }
  > 
  > 
  > /* show that it works on older snapshot */
It's the definition of FD_ZERO in your include files.  It's got a bogus asm.
jeff



More information about the Gcc-bugs mailing list