Re: [PATCH] (gcc-4.8) S390: Fix crash with -mhotpatch and gfortran

2014-02-13 Thread Andreas Krebbel
> 2014-02-12 Dominik Vogt > > * config/s390/s390.c (s390_asm_output_function_label): > fix crash caused by bad second argument to warning_at() with -mhotpatch > and nested functions (e.g. with gfortran) Applied. Thanks! -Andreas-

Re: [PATCH] (gcc-4.8) S390: Fix crash with -mhotpatch and gfortran

2014-02-12 Thread Dominik Vogt
On Wed, Feb 12, 2014 at 11:30:30AM +0100, Dominik Vogt wrote: > On Wed, Feb 12, 2014 at 11:28:38AM +0100, Dominik Vogt wrote: > > The attached patch fixes a crash if gfortran encounters a nested > > function when -mhotpatch is enabled. (It slightly improves the > > warning message too.) > > > > T

[PATCH] (gcc-4.8) S390: Fix crash with -mhotpatch and gfortran

2014-02-12 Thread Dominik Vogt
On Wed, Feb 12, 2014 at 11:28:38AM +0100, Dominik Vogt wrote: > The attached patch fixes a crash if gfortran encounters a nested > function when -mhotpatch is enabled. (It slightly improves the > warning message too.) > > This patch affects s390 only. Andreas Krebbel will commit the > patch soon