Carlo Wood wrote:- > The following program: > > --- > #define _GNU_SOURCE > --- > > Gives different results with different compilers: Careful, 2.96 (maybe) through 3.0.2 only warned about redefinitions if -pedantic. This was a bug. Neil.