[llvm-commits] CVS: gcc-3.4/libstdc++-v3/include/bits/locale_facets.tcc
    John Criswell 
    criswell at cs.uiuc.edu
       
    Thu Feb  5 10:08:10 PST 2004
    
    
  
Changes in directory gcc-3.4/libstdc++-v3/include/bits:
locale_facets.tcc updated: 1.2 -> 1.3
---
Log message:
Commit of merge from September 24, 2003 of mainline GCC.  This merge now
works reasonably on Linux/x86 and probably works on Solaris/Sparc.
---
Diffs of the changes:  (+1 -1)
Index: gcc-3.4/libstdc++-v3/include/bits/locale_facets.tcc
diff -u gcc-3.4/libstdc++-v3/include/bits/locale_facets.tcc:1.2 gcc-3.4/libstdc++-v3/include/bits/locale_facets.tcc:1.3
--- gcc-3.4/libstdc++-v3/include/bits/locale_facets.tcc:1.2	Fri Jan  9 10:54:35 2004
+++ gcc-3.4/libstdc++-v3/include/bits/locale_facets.tcc	Thu Feb  5 10:05:49 2004
@@ -105,7 +105,7 @@
 	const locale::facet** __caches = __loc._M_impl->_M_caches;
 	if (!__caches[__i])
 	  {
-	    __numpunct_cache<_CharT>* __tmp;
+	    __numpunct_cache<_CharT>* __tmp = NULL;
 	    try
 	      {
 		__tmp = new __numpunct_cache<_CharT>;
    
    
More information about the llvm-commits
mailing list