diff options
author | Serge Belyshev <1319@bot.ru> | 2004-04-29 06:28:59 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2004-04-28 23:28:59 -0700 |
commit | cb83302cce697650c6a07b0d7cee7edff15f489b (patch) | |
tree | 6524515212f4aa3f4e939d090268822180ed18eb /gcc/pretty-print.c | |
parent | 5ad7ae7f4d7968b0bdd2f0c3c5c0be2f8ed2051b (diff) | |
download | gcc-cb83302cce697650c6a07b0d7cee7edff15f489b.zip gcc-cb83302cce697650c6a07b0d7cee7edff15f489b.tar.gz gcc-cb83302cce697650c6a07b0d7cee7edff15f489b.tar.bz2 |
re PR gcov-profile/14944 ([3.4 only] ICE when gcc reads *.gcda file of different version)
Patch from Serge Belyshev.
PR 14944
* coverage.c (read_counts_file): Fix usage of warning () call.
* pretty-print.c (pp_base_format_text): Fix typo in the comment.
From-SVN: r81276
Diffstat (limited to 'gcc/pretty-print.c')
-rw-r--r-- | gcc/pretty-print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c index 86d4cb8..bb1e72f 100644 --- a/gcc/pretty-print.c +++ b/gcc/pretty-print.c @@ -178,7 +178,7 @@ pp_base_indent (pretty_printer *pp) %p: pointer. %m: strerror(text->err_no) - does not consume a value from args_ptr. %%: `%'. - %*.s: a substring the length of which is specified by an integer. + %.*s: a substring the length of which is specified by an integer. %H: location_t. */ void pp_base_format_text (pretty_printer *pp, text_info *text) |