[Bug fortran/25576] [4.0 only] checking failure in execute/intrinsic_eoshift.f90

ghazi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 27 15:37:00 GMT 2005



------- Comment #2 from ghazi at gcc dot gnu dot org  2005-12-27 15:37 -------
The particular checking type exposing the failure is "gc" checking.  That
forces the garbage collection parameters to be:
--param ggc-min-expand=30 --param ggc-min-heapsize=4096

Using those parameters to compile the testcase in a totally non-checking
bootstrap is enough to trigger the failure.

FYI, the default GC parameters on my box without checking are:
--param ggc-min-expand=100 --param ggc-min-heapsize=131072

I'm guessing that the lower parameters cause us to run a collection which
stomping on something used here.


-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |GC


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25576



More information about the Gcc-bugs mailing list