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: [3.3 PATCH] Backport fortran/12632 fixes


Toon Moene <toon@moene.indiv.nluug.nl> writes:

| Roger Sayle wrote:
| 
| > Many thanks to Toon for approving the FORTRAN parts of this patch
| > for mainline.  After a week without further comment, I decided that
| > the fold-const.c change was obvious and I've committed the patch to
| > mainline.
| >
| > The following version is a backport of this fix to the gcc-3_3-branch.
| > This patch is nearly identical to the mainline version, with the
| > exception that the original required the function integer_nonzerop,
| > which isn't available on the branch.  The solution below is to also
| > backport that new predicate to 3.3.3's tree.c.
| > This revised patch has been tested against the gcc-3_3-branch on
| > i686-pc-linux-gnu with a complete bootstrap, all languages except
| > treelang, and regression tested with a top-level "make -k check" with
| > no new failures.
| > Ok for the 3.3 branch?
| 
| Again, it's fine as far as I am concerned, but the 3.3 branch is
| Gaby's domain :-)

It is OK there too.  Sorry for the delay.

Thanks to both of you for producing and reviewing the patch.

-- Gaby


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