Re: [fortran, patch] Fix handling of backtrace options in the library

2012-03-05 Thread Janne Blomqvist
On Sat, Mar 3, 2012 at 00:35, FX wrote: > Hi all, > > I'll offer my first patch to the new 4.8 trunk. I noticed that the > -fbacktrace option and the GFORTRAN_ERROR_BACKTRACE environment variable are > somewhat inconsistently handled. Currently, the environment variabled doesn't > actually over

[fortran, patch] Fix handling of backtrace options in the library

2012-03-02 Thread FX
Hi all, I'll offer my first patch to the new 4.8 trunk. I noticed that the -fbacktrace option and the GFORTRAN_ERROR_BACKTRACE environment variable are somewhat inconsistently handled. Currently, the environment variabled doesn't actually override the compilation option, as it should. So, I set