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: [PATCH] Re: Bootstrap failure due to GC / PCH memory corruption


Ulrich Weigand <weigand@i1.informatik.uni-erlangen.de> writes:

> In any case, the patch below fixes the bootstrap failures on
> s390x, and doesn't appear to introduce any real overhead,
> so I propose to apply it now; the matter of just how PCH ptes
> are generated can be addressed independently.

I can confirm that applying just this patch, rebuilding cc1plus and
rerunning the libstdc++-v3 testsuite fixes many testsuite failures on
mips-sgi-irix6.5:

/vol/gnu/src/gcc/gcc-dist/libstdc++-v3/testsuite/20_util/auto_ptr.cc: In function `int test07()':
/vol/gnu/src/gcc/gcc-dist/libstdc++-v3/testsuite/20_util/auto_ptr.cc:246: internal compiler error: Segmentation fault

Testsuite results are back to normal now:

                === libstdc++-v3 Summary ===
 
-# of expected passes           1462
-# of unexpected failures       266
+# of expected passes           1946
+# of unexpected failures       10
 # of unsupported tests         7

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University


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