[patch, fortran] Reduce Explosion of noise from -Wall

2012-08-22 Thread Thomas Koenig
Am 22.08.2012 11:18, schrieb Tobias Burnus: Regarding -Wcompare-real, I wonder whether it makes sense to either ignore comparisions against zero or to put them into a different flag (-Wcompare-real-zero); Here is a patch to not warn for comparisons against zero. Regression-tested, also tested

Re: [patch, fortran] Reduce Explosion of noise from -Wall

2012-08-22 Thread Steve Kargl
On Wed, Aug 22, 2012 at 10:47:34PM +0200, Thomas Koenig wrote: Am 22.08.2012 11:18, schrieb Tobias Burnus: Regarding -Wcompare-real, I wonder whether it makes sense to either ignore comparisions against zero or to put them into a different flag (-Wcompare-real-zero); Here is a patch to