This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

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



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.  */

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