[Patch, Fortran] PR60447 - Stop generating *.s file with -E -cpp

2014-03-08 Thread Tobias Burnus
Hello, gfortran currently tells the ME that it wants it - even if it is not needed when only preprocessing a file (-E). This patch fixes this by telling the ME that no_backend is required - and then by triggering an early exit in lang_dependent_init (all in toplev.c). Build and currently

Re: [Patch, Fortran] PR60447 - Stop generating *.s file with -E -cpp

2014-03-08 Thread Steve Kargl
On Sat, Mar 08, 2014 at 02:44:16PM +0100, Tobias Burnus wrote: gfortran currently tells the ME that it wants it - even if it is not needed when only preprocessing a file (-E). This patch fixes this by telling the ME that no_backend is required - and then by triggering an early exit in