This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: -fpic/-fPIC testresults under sol2.9 & ppclinux trunk


 > From: Andreas Tobler <toa@pop.agri.ch>
 > 
 > Benjamin Kosnik wrote:
 > 
 > >>I'll try taking out PCHFLAGS from testsuite_flags.in tonight and see
 > >>if that makes the problem go away.  If it does, we've narrowed the
 > >>cause of the problem at least.  I'll let you know.
 > > 
 > > 
 > > Thanks Kaveh, this would be helpful. Please let me know what you find.
 > 
 > So, I've done this for linux-ppc and it seems ...... to work.
 > 
 > PCH_FLAGS='' in testsuite_flags.
 > Short test for -fPIC/-fpic.
 > I dind't run the whole suite. Just the start which failed horribly before.
 > 
 > The only platform which I didn't sync so far. All others don't bootstrap 
 > anymore. Darwin, solaris.
 > Andreas

I too disabled PCH for libstdc++ and ran a c,c++ only testsuite run
3-passes -fpic,-fPIC,normal on x86-linux-gnu.  It works, i.e. all
three multipasses produce correct results.

So I believe it's safe to say PCH is the culprit causing the complete
meltdown with multipass test runs.

http://gcc.gnu.org/ml/gcc-testresults/2003-05/msg00887.html

Ben - given these facts, would you please take a look?

		Thanks,
		--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]