OSDN Git Service

PR c++/16276
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog.4
index abd3dea..25546c4 100644 (file)
@@ -11108,7 +11108,7 @@ Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
        instructions in it before checking for indirect jumps.
 
        * ifcvt.c (find_if_block): Do not consider a THEN block that ends
-       in a indirect jump as a potential for conditional execution.
+       in an indirect jump as a potential for conditional execution.
 
        * d30v.h (d30v_init_expanders): Don't declare here.
        * d30v-protos.h (d30v_init_expanders): Declare here with a valid
@@ -14230,7 +14230,7 @@ Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
        (cpp_pop_buffer): Use _cpp_pop_file_buffer.
 
        * cpplex.c: Move all prototypes and structure declarations to the
-       top of the file.  Properly parenthesise some macro arguments.
+       top of the file.  Properly parenthesize some macro arguments.
        (cpp_scan_line): New function.
        (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
        don't need to walk up the stack counting.