This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: [CVS gcc "gcc/cp" patch] v2 + v3, --enable-libstdcxx-v3
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: [CVS gcc "gcc/cp" patch] v2 + v3, --enable-libstdcxx-v3
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Wed, 5 Apr 2000 12:18:21 -0700
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. */