Subject: CVS commit: wip/nostromo
From: Adrian Steinmann
Date: 2011-09-21 07:05:38
Message id: E1R6F0O-000874-2s@sfs-ml-1.v29.ch3.sourceforge.com

Log Message:
Doesn't compile with the default compiler in
NetBSD-current, gcc-4.5.3:
 cc1: warnings being treated as errors
 main.c: In function 'main':
 main.c:1328:6: error: array subscript is above array bounds
 main.c:1328:6: error: array subscript is above array bounds
This appears to be a bug in -O2 optimization. It happens in
FD_SET() which is a macro setting an array element. Also see
elsewhere http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43949

Files:
RevisionActionfile
1.4modifywip/nostromo/Makefile