This is the mail archive of the gcc@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: Failure to run gcc 3.4 cvs HEAD libstdc++ testsuite oni686-linux with -fPIC: ICEs


Benjamin Kosnik wrote:
> In the meantime you have two options, either add another PCH multilib to
> the libstdc++-v3/include/Makefile.am, so that -fPIC varients are built
> in addition to -O0 and -O2, or disable the use of pch in the libstdc++
> testsuite via manipulation/removal of PCHFLAGS in testsuite_flags.

I investigated adding additional variants.  It doesn't work since the
order that PCH files are considered is psuedo-randomized in a manner
that the crash on -fpic/no -fpic incompatibility will still hit.
(However, now you would see a psuedo-randomized pattern of test case
failures instead of 100% ;-) - Loren


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