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

Re: [PATCH] Fix typo and miswordings in three error messages

2014-02-25 Thread Benno Schulenberg
On 2014-02-06 21:18, Benno Schulenberg wrote: > Updating a bit the Dutch translations of GCC's messages, > I noticed the following mistakes in three msgids: > > "only displayed one" ==> "displayed only once" > "none class-method" ==

[PATCH] Fix more typos in error messages

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

[PATCH] Fix PR49008, a typoed statement

2014-02-06 Thread Benno Schulenberg
Below patch fixes a small copy-paste mistake, reported by Hui Wu. (Whether the fix is correct, I'm not fully sure, but the code as it is looks nonsensical.) 2014-02-06 Benno Schulenberg PR target/49008 * genautomata.c (add_presence_absence): Fix copy-paste error.

[PATCH] Fix PR52289, a typoed word in an error message

2014-02-06 Thread Benno Schulenberg
[Oops, had a wrong bug number in the subject line.] Below patch fixes another miswording in an error message, reported by Roland Stigge. Please apply. 2014-02-06 Benno Schulenberg PR translation/52289 * fortran/resolve.c (resolve_ordinary_assign): Fix typoed word in an error

[PATCH] Fix PR55289, a typoed word in an error message

2014-02-06 Thread Benno Schulenberg
Below patch fixes another miswording in an error message, reported by Roland Stigge. Please apply. 2014-02-06 Benno Schulenberg PR translation/52289 * fortran/resolve.c (resolve_ordinary_assign): Fix typoed word in an error message. Index: fortran/resolve.c

[PATCH] Fix typo and miswordings in three error messages

2014-02-06 Thread Benno Schulenberg
incorrect" Below patch fixes those. I'm not entirely sure about the second fix, but the "none" doesn't make any sense. When found okay, please apply. 2014-02-05 Benno Schulenberg * gcov.c (find_source): Fix miswording in error message. * config/i386/i38