Re: code won't compile on new version of gcc

2011-07-30 Thread Jonathan Wakely
Re http://gcc.gnu.org/ml/gcc-bugs/2011-07/msg02349.html This mailing list is for automatically generated emails from Bugzilla, mails sent to it directly may get missed or ignored. You should send questions about using GCC to the gcc-help list. Bugs should be reported to Bugzilla, not by email. Y

Re: code won't compile on new version of gcc

2011-07-27 Thread Jan-Benedict Glaw
On Wed, 2011-07-27 07:46:55 -0700, XS8J9 wrote: > code that used to compile under gcc 4.1.2 now won't compile under gcc 4.4.5 > > I am getting errors such as: > > error: 'timeval' does not name a type > error: '::exit' has not been declared > error: 'atof' was not declared in this scope > > has