[CVS gcc "gcc/cp" patch] v2 + v3, --enable-libstdcxx-v3

Benjamin Kosnik bkoz@cygnus.com
Wed Apr 5 12:18:00 GMT 2000


take to, setting g++ defaults to -fhonor-std at configure time

2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>

	* decl2.c: Make flag_honor_std dependant on ENABLE_STD_NAMESPACE.

Index: cp/decl2.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/decl2.c,v
retrieving revision 1.323
diff -u -p -c -p -r1.323 decl2.c
*** decl2.c	2000/04/04 18:13:19	1.323
--- decl2.c	2000/04/05 19:17:36
*************** int flag_use_cxa_atexit;
*** 452,458 ****
  
  /* Nonzero to not ignore namespace std. */
  
! int flag_honor_std;
  
  /* Nonzero if we should expand functions calls inline at the tree
     level, rather than at the RTL level.  */
--- 452,458 ----
  
  /* Nonzero to not ignore namespace std. */
  
! int flag_honor_std = ENABLE_STD_NAMESPACE;
  
  /* Nonzero if we should expand functions calls inline at the tree
     level, rather than at the RTL level.  */


More information about the Libstdc++ mailing list