From: Wolfgang Gellerich Date: Wed, 13 Jan 2010 11:40:58 +0000 (+0000) Subject: s390.c (override_options): Set default of max-pending-list-length to 256 X-Git-Tag: releases/gcc-4.5.0~1261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2f28c58b10c17fbc717178a9c99a77ba4ecf56;p=thirdparty%2Fgcc.git s390.c (override_options): Set default of max-pending-list-length to 256 2010-01-13 Wolfgang Gellerich * config/s390/s390.c (override_options): Set default of max-pending-list-length to 256 From-SVN: r155856 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 985ec60e90eb..b619561406b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-01-13 Wolfgang Gellerich + + * config/s390/s390.c (override_options): Set + default of max-pending-list-length to 256 + 2010-01-13 Richard Guenther PR lto/42678 diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index 40bb24555a81..28cf2eb92a03 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -1639,6 +1639,9 @@ override_options (void) if (s390_tune == PROCESSOR_2097_Z10 && !PARAM_SET_P (PARAM_MAX_UNROLLED_INSNS)) set_param_value ("max-unrolled-insns", 100); + + set_param_value ("max-pending-list-length", 256); + } /* Map for smallest class containing reg regno. */