Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-06-08 Thread Hans-Peter Nilsson
On Mon, 5 May 2014, Dominique Dhumieres wrote: > With the following patch, gfortran can be regtested with -flto > with no failure, but pr54852 and pr60061. > > OK for trunk? > > Dominique > > 2014-05-05 Dominique d'Humieres > > * gfortran.dg/gfortran.dg/bind_c_array_params_2.f90: >

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-29 Thread Uros Bizjak
On Thu, May 29, 2014 at 11:38 AM, Dominique Dhumieres wrote: >> Probably, alpha is not the only one that fails this assumption. > > Indeed! see the thread starting at > https://gcc.gnu.org/ml/fortran/2014-05/msg00127.html > > Could you test the following patch > > --- ../_clean/gcc/testsuite/gfort

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-29 Thread Dominique Dhumieres
> Probably, alpha is not the only one that fails this assumption. Indeed! see the thread starting at https://gcc.gnu.org/ml/fortran/2014-05/msg00127.html Could you test the following patch --- ../_clean/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 2014-05-24 16:17:53.0 +020

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-29 Thread Uros Bizjak
Hello! > With the following patch, gfortran can be regtested with -flto > with no failure, but pr54852 and pr60061. -! { dg-final { scan-assembler-times "myBindC" 1 { target { ! { hppa*-*-hpux* } } } } } -! { dg-final { scan-assembler-times "myBindC,%r2" 1 { target { hppa*-*-hpux* } } } } +! { dg

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Andreas Schwab
domi...@lps.ens.fr (Dominique Dhumieres) writes: > Does the following patch fixes the problem? Worksforme. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Dominique Dhumieres
> bl myBindC > jsr myBindC > bl myBindC Is this for the same target, or for 3 different ones? which one(s)? Does the following patch fixes the problem? --- ../_clean/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 2014-05-24 16:17:53.0 +0200 +++ gcc

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Andreas Schwab
domi...@lps.ens.fr (Dominique Dhumieres) writes: > grep "myBindC" bind_c_array_params_2.s bl myBindC jsr myBindC bl myBindC Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for someth

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Dominique Dhumieres
> > grep "_myBindC" bind_c_array_params_2.s > > Empty. And grep "myBindC" bind_c_array_params_2.s ? Dominique

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Andreas Schwab
domi...@lps.ens.fr (Dominique Dhumieres) writes: > Could you post the results (w/wo -flto) of > > grep "_myBindC" bind_c_array_params_2.s Empty. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something com

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Dominique Dhumieres
> > Could you try > > > > --- ../_clean/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 > > 2014-05-24 16:17:53.0 +0200 > > +++ gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 2014-05-25 > > 18:52:16.0 +0200 > > @@ -16,7 +16,7 @@ integer :: aa(4,4) > > call test(aa)

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Andreas Schwab
domi...@lps.ens.fr (Dominique Dhumieres) writes: > Could you try > > --- ../_clean/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 > 2014-05-24 16:17:53.0 +0200 > +++ gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 2014-05-25 > 18:52:16.0 +0200 > @@ -16,7 +16,7

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Dominique Dhumieres
Could you try --- ../_clean/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 2014-05-24 16:17:53.0 +0200 +++ gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 2014-05-25 18:52:16.0 +0200 @@ -16,7 +16,7 @@ integer :: aa(4,4) call test(aa) end -! { dg-final { scan-as

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Andreas Schwab
domi...@lps.ens.fr (Dominique Dhumieres) writes: >> FAIL: gfortran.dg/bind_c_array_params_2.f90 -O scan-assembler-times >> call[^\n\r]*myBindC 1 > > Sorry for that! Which target? Pick any random from gcc-testresults. > and what is the pattern? Which pattern? Andreas. -- Andreas Schwab, s

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Dominique Dhumieres
> FAIL: gfortran.dg/bind_c_array_params_2.f90 -O scan-assembler-times > call[^\n\r]*myBindC 1 Sorry for that! Which target? and what is the pattern? Dominique

Re: [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-25 Thread Andreas Schwab
domi...@lps.ens.fr (Dominique Dhumieres) writes: > --- ../_clean/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 > 2013-01-25 09:57:48.0 +0100 > +++ gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 2014-02-04 > 19:24:06.0 +0100 > @@ -16,7 +16,7 @@ integer :: aa(4

Re: PING [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-24 Thread Jerry DeLisle
On 05/24/2014 05:14 AM, Dominique Dhumieres wrote: > Ping! > > https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00219.html > > Dominique > > Yes, OK, thanks for fixes. Jerry

PING [Patch] Minor fixes for regtesting gfortran with -flto

2014-05-24 Thread Dominique Dhumieres
Ping! https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00219.html Dominique

[Patch] Minor fixes for regtesting gfortran with -flto

2014-05-05 Thread Dominique Dhumieres
With the following patch, gfortran can be regtested with -flto with no failure, but pr54852 and pr60061. OK for trunk? Dominique 2014-05-05 Dominique d'Humieres * gfortran.dg/gfortran.dg/bind_c_array_params_2.f90: Adjust regexp for -flto. * gfortran.dg/gfortran.dg/pr4