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: [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