diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-12-03 19:15:19 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-12-03 19:15:19 +0000 |
commit | c725bd79e7613da00fb1b5bc440706a219db7653 (patch) | |
tree | 576734ca59686c61b721cf09db402391f39d9a74 /gcc/f | |
parent | bd8fd826dd40c4cd293ce57e5ceea39fef21b493 (diff) | |
download | gcc-c725bd79e7613da00fb1b5bc440706a219db7653.zip gcc-c725bd79e7613da00fb1b5bc440706a219db7653.tar.gz gcc-c725bd79e7613da00fb1b5bc440706a219db7653.tar.bz2 |
c-decl.c (grokdeclarator): Use ISO word.
* c-decl.c (grokdeclarator): Use ISO word.
* cppinit.c: Remove leading capital from diagnostic messages, as
per GNU coding standards.
* diagnostic.c: Similarly.
* emit-rtl.c: Similarly.
* final.c: Similarly.
* gcc.c: Similarly.
* tradcpp.c: Similarly.
* config/arm/arm.c: Similarly.
* config/arm/arm.h: Similarly.
* config/avr/avr.c: Similarly.
* config/avr/avr.h: Similarly.
* config/c4x/c4x.c: Similarly.
* config/cris/cris.c: Similarly.
* config/cris/cris.h: Similarly.
* config/d30v/d30v.c: Similarly.
* config/dsp16xx/dsp16xx.c: Similarly.
* config/dsp16xx/dsp16xx.h: Similarly.
* config/h8300/h8300.c: Similarly.
* config/i386/i386.c: Similarly.
* config/i386/xm-djgpp.h: Similarly.
* config/i960/i960.h: Similarly.
* config/m32r/m32r.c: Similarly.
* config/m68hc11/m68hc11.c: Similarly.
* config/m88k/m88k.c: Similarly.
* config/m88k/m88k.h: Similarly.
* config/mcore/mcore.c: Similarly.
* config/mcore/mcore.h: Similarly.
* config/mips/mips.c: Similarly.
* config/mmix/mmix.c: Similarly.
* config/pa/pa.c: Similarly.
* config/rs6000/rs6000.c: Similarly.
* config/rs6000/sysv4.h: Similarly.
* config/s390/s390.c: Similarly.
* config/sparc/sparc.c: Similarly.
* config/v850/v850-c.c: Similarly.
* config/v850/v850.c: Similarly.
ch:
* actions.c: Remove leading capital from diagnostic messages, as
per GNU coding standards.
* decl.c: Similarly.
* expr.c: Similarly.
* inout.c: Similarly.
* lang.c: Similarly.
* loop.c: Similarly.
* nloop.c: Similarly.
* parse.c: Similarly.
* satisfy.c: Similarly.
* tasking.c: Similarly.
* tree.c: Similarly.
* typeck.c: Similarly.
cp:
* typeck2.c: Remove leading capital from diagnostic messages, as
per GNU coding standards.
f:
* com.c: Remove leading capital from diagnostic messages, as
per GNU coding standards.
* g77spec.c: Similarly.
* lex.c: Similarly.
java:
* expr.c: Remove leading capital from diagnostic messages, as
per GNU coding standards.
* jcf-io.c: Similarly.
* jcf-parse.c: Similarly.
* jv-scan.c: Similarly.
* jvspec.c: Similarly.
* mangle.c: Similarly.
From-SVN: r47558
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/f/com.c | 6 | ||||
-rw-r--r-- | gcc/f/g77spec.c | 2 | ||||
-rw-r--r-- | gcc/f/lex.c | 12 |
4 files changed, 17 insertions, 10 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 969a476..e9728d3 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 3 18:56:04 2001 Neil Booth <neil@daikokuya.demon.co.uk> + + * com.c: Remove leading capital from diagnostic messages, as + per GNU coding standards. + * g77spec.c: Similarly. + * lex.c: Similarly. + 2001-12-01 Zack Weinberg <zack@codesourcery.com> * f/fini.c: Use xmalloc. diff --git a/gcc/f/com.c b/gcc/f/com.c index 2cf19d4..64aa8ff 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -11819,9 +11819,9 @@ ffecom_init_0 () (int) FLOAT_TYPE_SIZE); warning ("and pointers are %d bits wide, but g77 doesn't yet work", (int) TREE_INT_CST_LOW (TYPE_SIZE (TREE_TYPE (null_pointer_node)))); - warning ("properly unless they all are 32 bits wide."); + warning ("properly unless they all are 32 bits wide"); warning ("Please keep this in mind before you report bugs. g77 should"); - warning ("support non-32-bit machines better as of version 0.6."); + warning ("support non-32-bit machines better as of version 0.6"); } #endif @@ -15568,7 +15568,7 @@ ffecom_decode_include_option_ (char *spec) dirtmp->fname = spec; dirtmp->got_name_map = 0; if (spec[0] == 0) - error ("Directory name must immediately follow -I"); + error ("directory name must immediately follow -I"); else append_include_chain (dirtmp, dirtmp); } diff --git a/gcc/f/g77spec.c b/gcc/f/g77spec.c index 9c1faef..8c746ed 100644 --- a/gcc/f/g77spec.c +++ b/gcc/f/g77spec.c @@ -407,7 +407,7 @@ or type the command `info -f g77 Copying'.\n\ } if ((n_outfiles != 0) && (n_infiles == 0)) - fatal ("No input files; unwilling to write output files"); + fatal ("no input files; unwilling to write output files"); /* If there are no input files, no need for the library. */ if (n_infiles == 0) diff --git a/gcc/f/lex.c b/gcc/f/lex.c index ba11e2c..d0aa829 100644 --- a/gcc/f/lex.c +++ b/gcc/f/lex.c @@ -348,7 +348,7 @@ ffelex_backslash_ (int c, ffewhereColumnNumber col) m[0] = c; m[1] = '\0'; - ffebad_start_msg_lex ("Non-ANSI-C-standard escape sequence `\\%A' at %0", + ffebad_start_msg_lex ("Non-ISO-C-standard escape sequence `\\%A' at %0", FFEBAD_severityPEDANTIC); ffelex_bad_here_ (0, line, column); ffebad_string (m); @@ -704,7 +704,7 @@ ffelex_cfebackslash_ (int *use_d, int *d, FILE *finput) /* `\%' is used to prevent SCCS from getting confused. */ case '%': if (pedantic) - pedwarn ("non-ANSI escape sequence `\\%c'", c); + pedwarn ("non-ISO escape sequence `\\%c'", c); return c; } if (c >= 040 && c < 0177) @@ -787,7 +787,7 @@ ffelex_cfelex_ (ffelexToken *xtoken, FILE *finput, int c) case EOF: case '\n': - error ("Badly formed directive -- no closing quote"); + error ("badly formed directive -- no closing quote"); done = TRUE; break; @@ -1007,7 +1007,7 @@ ffelex_get_directive_line_ (char **text, FILE *finput) || c == EOF) { if (looking_for != 0) - error ("Bad directive -- missing close-quote"); + error ("bad directive -- missing close-quote"); *p++ = '\0'; *text = directive_buffer; @@ -1328,7 +1328,7 @@ ffelex_hash_ (FILE *finput) { lineno = 1; input_filename = old_input_filename; - error ("Use `#line ...' instead of `# ...' in first line"); + error ("use `#line ...' instead of `# ...' in first line"); } if (num == 1) @@ -1372,7 +1372,7 @@ ffelex_hash_ (FILE *finput) { lineno = 1; input_filename = old_input_filename; - error ("Use `#line ...' instead of `# ...' in first line"); + error ("use `#line ...' instead of `# ...' in first line"); } if (c == '\n' || c == EOF) { |