This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1 GCC gcc-3_4-branch regressions, 1 new, with your patch on 2004-01-28T02:13:17Z.


 > From: Geoff Keating <geoffk@geoffk.org>
 > 
 > "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> writes:
 > 
 > >  > From: "GCC regression checker" <geoffk@apple.com>
 > >  > 
 > >  > With your recent patch, GCC gcc-3_4-branch has some regression test failures, 
 > >  > which used to pass.  There are 1 new failures, and 0
 > >  > failures that existed before and after that patch; 0 failures
 > >  > have been fixed.
 > >  > 
 > >  > The new failures are:
 > >  > native objc.sum objc.dg/call-super-2.m
 > > 
 > > Geoff, according to the logfile, this is failing because size_t isn't
 > > declared.  However it works for me on solaris2.7 and irix6.5.  The
 > > testfile includes objc.h which includes stddef.h and Object.h which
 > > includes stdio.h via typedstream.h, so there are two ways we should be
 > > getting size_t.  The other testfile which uses size_t (desig-init-1.m)
 > > includes stdio.h directly and that appears to work on your tester.
 > > 
 > > Would you check what's up with your headers?
 > 
 > My objc.h doesn't include stddef.h, and my Object.h doesn't include
 > typedstream.h, probably because I'm not using GNU objc.  I'll commit
 > this patch to fix it:

Eh, what do you mean "my objc.h"?  Shouldn't the objc testsuite be
checking objc with headers as supplied in the gcc cvs tree?  Why would
it matter what custom non-FSF objc headers you have elsewhere on your
system?

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]