1. 18 Jan, 2008 9 commits
    • [multiple changes] · 4312e020
      2008-01-18  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* docs/*: To...
      	* doc/*: ...here.
      	* testsuite/Makefile.am: Move doc-performance to...
      	* Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
      	* doc/Makefile.am: Consolidate documentation creation here.
      	(doc-doxygen-html): New.
      	(doc-doxygen-man): New.
      	(doc-performance): New.
      	* doc/Makefile.in: New.
      	* acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
      	* doc/doxygen/guide.html: Edit for unified html configuration.
      	* doc/doxygen/mainpage.html: Same.
      	* doc/doxygen/run_doxygen: Same, more namespace fixups for man
      	generation.
      	* doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
      	
      	* include/tr1_impl/random: Remove maint from doxygen markup.
      	* include/tr1_impl/functional: Same.
      	* include/std/tuple: Same.
      	* include/std/streambuf: Same.
      	* include/std/bitset: Same.
      	* include/std/limits: Same.
      	* include/std/fstream: Same.
      	* include/std/istream: Same.
      	* include/std/sstream: Same.
      	* include/ext/pool_allocator.h: Same.
      	* include/ext/rc_string_base.h: Same.
      	* include/bits/basic_ios.h: Same.
      	* include/bits/stl_list.h: Same.
      	* include/bits/stl_map.h: Same.
      	* include/bits/locale_classes.h: Same.
      	* include/bits/stl_set.h: Same.
      	* include/bits/stl_iterator_base_types.h: Same.
      	* include/bits/basic_string.h: Same.
      	* include/bits/stl_multimap.h: Same.
      	* include/bits/stl_vector.h: Same.
      	* include/bits/ios_base.h: Same.
      	* include/bits/stl_deque.h: Same.
      	* include/bits/postypes.h: Same.
      	* include/bits/stl_multiset.h: Same.
      	* include/bits/stl_algo.h: Same.
      	* include/bits/stl_iterator.h: Same.
      	* include/bits/stl_tempbuf.h: Same.
      	* include/bits/stl_construct.h: Same.
      	* include/bits/stl_relops.h: Same.
      	* include/tr1/tuple: Same.
      	* include/backward/auto_ptr.h: Same.
      
      	* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
      	Fixups for line number changes.	
      	* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
      	* testsuite/23_containers/vector/requirements/dr438/
      	constructor_1_neg.cc: Same.
      	* testsuite/23_containers/vector/requirements/dr438/
      	constructor_2_neg.cc: Same.
      	* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
      	* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
      	* testsuite/23_containers/deque/requirements/dr438/
      	constructor_1_neg.cc: Same.
      	* testsuite/23_containers/deque/requirements/dr438/
      	constructor_2_neg.cc: Same.
      	* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
      	* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
      	* testsuite/23_containers/list/requirements/dr438/
      	constructor_1_neg.cc: Same.
      	* testsuite/23_containers/list/requirements/dr438/
      	constructor_2_neg.cc: Same.
      	* testsuite/20_util/auto_ptr/assign_neg.cc: Same.
      
      	* aclocal.m4: Regenerate.
      	* config.h.in: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      	* src/Makefile.in: Regenerate.
      	* po/Makefile.in: Regenerate.
      	* libmath/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* libsupc++/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      	* scripts/make_graphs.py: Correct paths for new layout.
      	
      2008-01-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* acinclude.m4 (AC_LC_MESSAGES): Remove serial.
      	* linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
      	* configure: Regenerate.
      	* aclocal.m4: Regenerate.
      
      From-SVN: r131625
      Benjamin Kosnik committed
    • re PR fortran/34556 (Rejects valid with bogus error message: parameter initalization) · dccd8596
      2007-01-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR target/34556
      	* gfortran.dg/reshape_2.f90: New test.
      
      From-SVN: r131624
      Jerry DeLisle committed
    • re PR fortran/34556 (Rejects valid with bogus error message: parameter initalization) · 207bde5f
      2008-01-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/34556
      	* simplify.c (is_constant_array_expr): New static function that returns
      	true if the given expression is an array and is constant.
      	(gfc_simplify_reshape): Use new function.
      
      From-SVN: r131623
      Jerry DeLisle committed
    • unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc field and add signal_ra. · 6c633d45
      	* config/xtensa/unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc
      	field and add signal_ra.
      	* config/xtensa/unwind-dw2-xtensa.c (uw_frame_state_for): Remove
      	assignments to frame state pc.  Move end of stack check after
      	MD_FALLBACK_FRAME_STATE_FOR.
      	(uw_update_context_1): Use frame state signal_regs if set, instead
      	of checking signal_frame flag.
      	(uw_update_context): Use frame state signal_ra if set.
      	* config/xtensa/linux.h (MD_UNWIND_SUPPORT): Define.
      	* config/xtensa/linux-unwind.h: New file.
      
      From-SVN: r131622
      Bob Wilson committed
    • re PR fortran/33375 (ICE (segfault) gfortran.dg/common_6.f90) · c0184444
      2008-01-17  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR fortran/33375
      	* symbol.c (free_common_tree): Renamed to ...
      	(gfc_free_common_tree): This.  Remove static.
      	(gfc_free_namespace): Updated.
      
      	* gfortran.h (gfc_free_common_tree): New.
      
      	* match.c (gfc_match_common): Call gfc_free_common_tree () with
      	gfc_current_ns->common_root and set gfc_current_ns->common_root
      	to NULL on syntax error.
      
      From-SVN: r131621
      H.J. Lu committed
    • re PR fortran/34686 (Aliasing bug when returning character pointers) · 5cc5439e
      2008-01-18  Richard Sandiford  <rsandifo@nildram.co.uk>
      
             PR fortran/34686
             * trans-expr.c (gfc_conv_function_call): Use proper
             type for returned character pointers.
      
      From-SVN: r131620
      Richard Sandiford committed
    • Daily bump. · b80034e8
      From-SVN: r131618
      GCC Administrator committed
    • de.po: Fix typo. · e0ec0142
      2008-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
      
      	* de.po: Fix typo.
      
      From-SVN: r131615
      Bernhard Fischer committed
    • 20040223-1.c: Fix comment typo. · 935cb05e
      2007-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
      
      	* gcc.dg/20040223-1.c: Fix comment typo.
      
      From-SVN: r131614
      Bernhard Fischer committed
  2. 17 Jan, 2008 21 commits
  3. 16 Jan, 2008 10 commits