------- Comment #5 from vda dot linux at googlemail dot com 2007-08-28 14:49 ------- Created an attachment (id=14125) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14125&action=view) An example of code compiled differently by 4.2.1
It still exists in 4.2.1 testcase-421 contains preporcesses and slightly trimmed sources of less.c: less3.c originally lacked #include <sys/poll.h>, less4.c had that line. Nothing in these files actually use poll.h Function buffer_fill_and_print() is compiled differently: $ nm --size-sort less3.o less4.o | grep buffer_fill_and_print 00000049 T buffer_fill_and_print 0000004c T buffer_fill_and_print More details are in README file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29950