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]

[lno] Commited: Fix ordering of options


	* common.opt: Re-order some options in ASCII collating order.

Index: ChangeLog.lno
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/ChangeLog.lno,v
retrieving revision 1.1.2.46
diff -c -3 -p -r1.1.2.46 ChangeLog.lno
*** ChangeLog.lno	31 Jan 2004 00:47:07 -0000	1.1.2.46
--- ChangeLog.lno	2 Feb 2004 12:51:59 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-02-02  Steven Bosscher  <stevenb@suse.de>
+ 
+ 	* common.opt: Re-order some options in ASCII collating order.
+ 
  2004-01-30  Devang Patel  <dpatel@apple.com>
  
  	* cfgloopmanip.c (loopify): Always redirect switch_bb's BRANCH_EDGE,
Index: common.opt
===================================================================
RCS file: /cvs/gcc/gcc/gcc/common.opt,v
retrieving revision 1.14.2.13.2.6
diff -c -3 -p -r1.14.2.13.2.6 common.opt
*** common.opt	29 Jan 2004 18:36:31 -0000	1.14.2.13.2.6
--- common.opt	2 Feb 2004 12:51:59 -0000
*************** ftree-ccp
*** 707,712 ****
--- 707,716 ----
  Common
  Enable SSA-CCP optimization on trees
  
+ ftree-ch
+ Common
+ Enable loop copy headers on trees
+ 
  ftree-combine-temps
  Common
  Coalesce memory temporaries in the SSA->normal pass
*************** Enable SSA dead code elimination optimiz
*** 718,727 ****
  ftree-dominator-opts
  Common
  Enable dominator optimizations
- 
- ftree-ch
- Common
- Enable loop copy headers on trees
  
  ftree-loop-optimize
  Common
--- 722,727 ----


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