1. 26 Sep, 2003 3 commits
    • re PR libstdc++/12352 (Exception safety problems in src/localename.cc) · 91675f9d
      2003-09-25  Paolo Carlini  <pcarlini@unitus.it>
      
      	PR libstdc++/12352
      	* src/localename.cc (locale::_Impl::_Impl(const _Impl&,
      	size_t)): Don't leak if memory allocations for _M_facets,
      	_M_caches, and _M_names fail.
      	(locale::_Impl::_Impl(const char*, size_t)): Ditto.
      	(locale::_Impl::_M_replace_categories(const _Impl*,
      	category)): Ditto.
      	(locale::_Impl::_M_install_facet(const locale::id*,
      	const facet*)): Ditto.
      	* include/bits/locale_classes.h (locale::locale(const locale&,
      	_Facet*)): Don't leak memory.
      	* testsuite/22_locale/locale/cons/12352.cc: New, from the PR.
      
      	* src/localename.cc (locale::_Impl::_Impl(facet**, size_t,
      	bool)): Qualify with std:: strcpy, tweak.
      	* include/bits/locale_classes.h
      	(locale::_Impl::_M_check_same_name): Qualify strcmp.
      
      From-SVN: r71808
      Paolo Carlini committed
    • Daily bump. · 81a1dd18
      From-SVN: r71806
      GCC Administrator committed
    • cgraph.c (dump_cgraph): Don't output newline before dump. · 7d82fe7c
      2003-09-23  Kelley Cook  <kelleycook@wideopenwest.com>
      
      	* cgraph.c (dump_cgraph):  Don't output newline before dump.  Add in
      	"local" to the callgraph dump.  Output "after inlining" earlier.
      	* cgraphunit.c: Fix dumpfile whitespace and commonize headers of the
      	callgraph dumps.  Correct misspellings.
      	(cgraph_decide_inlining):  Output number of insns before inlining.
      	Output the calling function into which a function is inlined.
      	(cgraph_decide_small_functions): Format dump file like always_inline.
      
      From-SVN: r71804
      Kelley Cook committed
  2. 25 Sep, 2003 37 commits