Re: [Patch, fortran] Improve common function elimination

2012-01-02 Thread Thomas Koenig
Hi Tobias and Steve, Same here: Not tested, but it looks OK. Committed (after Steve's mail already). Thanks a lot for the reviews! Thomas

Re: [Patch, fortran] Improve common function elimination

2012-01-02 Thread Tobias Burnus
Thomas Koenig wrote: --- dependency.c(Revision 182430) +++ dependency.c(Arbeitskopie) @@ -245,7 +245,9 @@ gfc_dep_compare_functions (gfc_expr *e1, gfc_expr * 0 if e1 == e2 * -1 if e1< e2 * -2 if the relationship could not be determined - * -3 if e1 /= e2, but we

Re: Ping**1.57 [Patch, fortran] Improve common function elimination

2011-12-28 Thread Steve Kargl
On Wed, Dec 28, 2011 at 04:21:55PM +0100, Thomas Koenig wrote: > http://gcc.gnu.org/ml/fortran/2011-12/msg00102.html > > >OK for trunk? > I did not test the patch, but it appears correct to me. OK. -- Steve

Ping**1.57 [Patch, fortran] Improve common function elimination

2011-12-28 Thread Thomas Koenig
http://gcc.gnu.org/ml/fortran/2011-12/msg00102.html OK for trunk? Regards Thomas

Re: [Patch, fortran] Improve common function elimination

2011-12-22 Thread Thomas Koenig
Am 18.12.2011 11:15, schrieb Thomas Koenig: http://gcc.gnu.org/ml/fortran/2011-12/msg00102.html Because real constants (and complex) constants are compared for equality only, it should be pretty safe. OK for trunk? Ping ** 0.5714 ? Thomas

[Patch, fortran] Improve common function elimination

2011-12-18 Thread Thomas Koenig
Hello world, here is the reworked patch for improving function elimination. It turned out to be much simpler than the original one. Because real constants (and complex) constants are compared for equality only, it should be pretty safe. OK for trunk? Thomas 2011-12-17 Thomas Koenig