This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix misspellings


Howdy,

The following patch fixes a misspelling in a testcase comment and
in some ChangeLog entries.

Committed as obvious.

-- 
Matt Kraai          kraai@alumni.cmu.edu          Debian GNU/Linux

	* ChangeLog.6: Fix misspellings.
	* ChangeLog.7: Likewise.

(testsuite):
	* gcc.c-torture/execute/20030125-1.c: Likewise.

Index: gcc/ChangeLog.6
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog.6,v
retrieving revision 1.12
diff -3 -c -p -r1.12 ChangeLog.6
*** gcc/ChangeLog.6	17 Jun 2003 19:03:09 -0000	1.12
--- gcc/ChangeLog.6	1 Jul 2003 11:28:24 -0000
*************** Tue Aug  7 14:56:16 CEST 2001  Jan Hubic
*** 15034,15045 ****
  
  2001-08-05  Jan Hubicka  <jh@suse.cz>
  
! 	* Makefile.in (reload1.o): Add dedendancy on except.h
  	* basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
  	prototypes.
  	* flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
! 	indicating wehther edges has been cleaned up.
! 	* reload1.c: Inlucde except.h
  	(fixup_abnormal_edges): Accept deleted insns.
  	* toplev.c (rest_of_compilation): Purge dead edges unconditionally
  	after combine.
--- 15034,15045 ----
  
  2001-08-05  Jan Hubicka  <jh@suse.cz>
  
! 	* Makefile.in (reload1.o): Add dependency on except.h
  	* basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
  	prototypes.
  	* flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
! 	indicating whether edges has been cleaned up.
! 	* reload1.c: Include except.h.
  	(fixup_abnormal_edges): Accept deleted insns.
  	* toplev.c (rest_of_compilation): Purge dead edges unconditionally
  	after combine.
Index: gcc/ChangeLog.7
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog.7,v
retrieving revision 1.4
diff -3 -c -p -r1.4 ChangeLog.7
*** gcc/ChangeLog.7	15 Nov 2002 13:53:41 -0000	1.4
--- gcc/ChangeLog.7	1 Jul 2003 11:29:52 -0000
*************** Wed May  8 11:10:31 CEST 2002  Zdenek Dv
*** 8244,8250 ****
  			       Jan Hubicka  <jh@suse.cz>
  
  	* basic-block.h (note_prediction_to_br_prob): declare.
! 	* c-semantics.c: Inlucde predit.h
  	(expand_stmt): predict GOTO_STMT as not taken.
  	* cfgcleanup.c: (delete_unreachable_blocks): Make global.
  	(cleanup_cfg): Do not free tail_recursion_list.
--- 8244,8250 ----
  			       Jan Hubicka  <jh@suse.cz>
  
  	* basic-block.h (note_prediction_to_br_prob): declare.
! 	* c-semantics.c: Include predit.h
  	(expand_stmt): predict GOTO_STMT as not taken.
  	* cfgcleanup.c: (delete_unreachable_blocks): Make global.
  	(cleanup_cfg): Do not free tail_recursion_list.
Index: gcc/testsuite/gcc.c-torture/execute/20030125-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.c-torture/execute/20030125-1.c,v
retrieving revision 1.1
diff -3 -c -p -r1.1 20030125-1.c
*** gcc/testsuite/gcc.c-torture/execute/20030125-1.c	25 Jan 2003 14:54:09 -0000	1.1
--- gcc/testsuite/gcc.c-torture/execute/20030125-1.c	1 Jul 2003 11:30:59 -0000
***************
*** 1,4 ****
! /* Verify wehther math functions are simplified.  */
  double sin(double);
  double floor(double);
  float 
--- 1,4 ----
! /* Verify whether math functions are simplified.  */
  double sin(double);
  double floor(double);
  float 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]