Re: [PATCH] Fix more typos in error messages

2014-05-17 Thread Dominique Dhumieres
> FAIL: gfortran.dg/complex_intrinsic_4.f90 -O ... Same failures also for complex_intrinsic_6.f90. Fixed with the following patch --- ../_clean/gcc/fortran/check.c 2014-05-16 23:41:02.0 +0200 +++ gcc/fortran/check.c 2014-05-17 05:05:20.0 +0200 @@ -1821,8 +1821,8 @@ gfc_chec

Re: [PATCH] Fix more typos in error messages

2014-05-17 Thread Andreas Schwab
Jeff Law writes: > On 02/25/14 09:21, Benno Schulenberg wrote: >> 2014-02-07 Benno Schulenberg >>> >>> * config/arc/arc.c (arc_init): Fix typo in error message. >>> * config/i386/i386.c (ix86_expand_builtin): Likewise. >>> (split_stack_prologue_scratch_regno): Likewise. >>> * for

Re: [PATCH] Fix more typos in error messages

2014-05-16 Thread Jeff Law
On 02/25/14 09:21, Benno Schulenberg wrote: 2014-02-07 Benno Schulenberg * config/arc/arc.c (arc_init): Fix typo in error message. * config/i386/i386.c (ix86_expand_builtin): Likewise. (split_stack_prologue_scratch_regno): Likewise. * fortran/check.c (gfc_check_

Re: [PATCH] Fix more typos in error messages

2014-02-25 Thread Benno Schulenberg
On 2014-02-07 14:48, Benno Schulenberg wrote: > The below fixes some more typos in GCC's error messages. > When found okay, please apply. Ping? > 2014-02-07 Benno Schulenberg > > * config/arc/arc.c (arc_init): Fix typo in error message. > * config/i386/i386.c (ix86_expand_builtin)