1. 20 Mar, 2008 2 commits
    • re PR fortran/35627 (namelist read error) · 17f46ec3
      2008-03-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libfortran/35627
      	* io/list_read.c (free_line): Clear the line buffer enable flag and
      	reset the index into line_buffer, aka item_count.
      	(next_char): Cleanup whitespace.
      	(read_logical): Use unget_char to assure that the first character of the
      	bad logical is saved in case it is part of an object name. Remove the
      	clearing of index and flag that is now in free_line.
      	(read_real): Likewise.
      
      From-SVN: r133360
      Jerry DeLisle committed
    • Daily bump. · 31e6722c
      From-SVN: r133358
      GCC Administrator committed
  2. 19 Mar, 2008 9 commits
    • re PR target/14552 (compiled trivial vector intrinsic code is inefficient) · 1b1d8f88
              PR target/14552
              * config/i386/mmx.md (*mov<mode>_internal_rex64"): Adjust register
              allocator preferences for "y" and "r" class registers.
              ("*mov<mode>_internal"): Ditto.
              ("*movv2sf_internal_rex64"): Ditto.
              ("*movv2sf_internal"): Ditto.
      
      testsuite/ChangeLog:
      
              PR target/14552
              * gcc.target/i386/pr14552.c: New test.
      
      From-SVN: r133354
      Uros Bizjak committed
    • re PR middle-end/35616 (Incorrect code while O2 compling) · 05e6ee93
              PR middle-end/35616
              * calls.c (expand_call): Check overlap of arguments with call
              address for sibcalls.
      
              * gcc.dg/pr35616.c: New test.
      
      From-SVN: r133348
      Michael Matz committed
    • re PR fortran/35152 (Implicit procedure with keyword=argument is accepted) · ac05557c
      gcc/fortran:
      2008-03-19  Daniel Franke  <franke.daniel@gmail.com>
      
              PR fortran/35152
              * interface.c (gfc_procedure_use): Check for keyworded arguments in
              procedures without explicit interfaces.
      
      gcc/testsuite:
      2008-03-19  Daniel Franke  <franke.daniel@gmail.com>
      
              PR fortran/35152
              * gfortran.dg/argument_checking_16.f90: New test.
      
      From-SVN: r133347
      Daniel Franke committed
    • re PR libfortran/32972 (performance of pack/unpack) · 2f3b8279
      2008-03-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/32972
      	* runtime/in_pack_generic.c (internal_pack):  Fix typo in
      	last commit.
      
      From-SVN: r133345
      Thomas Koenig committed
    • re PR libfortran/32972 (performance of pack/unpack) · 8e1d7686
      2008-03-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/32972
      	* Makefile.am (in_pack_c): Add in_pack_i1.c, in_pack_i2.c,
      	in_pack_r4.c, in_pack_r8.c, in_pack_r10.c and in_pack_r16.c.
      	(in_unpack_c): Add in_unpack_i1.c, in_unpack_i2.c,
      	in_unpack_r4.c, in_unpack_r8.c, in_unpack_r10.c and
      	in_unpack_r16.c.
      	* Makefile.in: Regenerate.
      	* libgfortran.h:  Add prototypes for internal_pack_1,
      	internal_pack_2, internal_pack_16, internal_pack_r4,
      	internal_pack_r8, internal_pack_r10, internal_pack_r16,
      	internal_pack_c10 and internal_pack_c16.  Add prototypes for
      	internal_unpack_1, internal_unpack_2, internal_unpack_16,
      	internal_unpack_r4, internal_unpack_r8, internal_unpack_r10,
      	internal_unpack_r16, internal_unpack_c10 and
      	internal_unpack_c16.
      	* runtime/in_pack_generic.c (internal_pack): Use sizeof instead
      	of hardwired sizes.
      	Add calls to internal_pack_1, internal_pack_2,
      	internal_pack_16, internal_pack_r4, internal_pack_r8,
      	internal_pack_r10, internal_pack_r16, internal_pack_c10 and
      	internal_pack_c16.
      	* runtime/in_unpack_generic.c (internal_unpack):  Use sizeof
      	instead of hardwired sizes.
      	Add calls to internal_unpack_1, internal_unpack_2,
      	internal_unpack_16, internal_unpack_r4, internal_unpack_r8,
      	internal_unpack_r10, internal_unpack_r16, internal_unpack_c10
      	and internal_unpack_c16.
      	* generated/in_pack_r4.c:  New file.
      	* generated/in_pack_i2.c:  New file.
      	* generated/in_unpack_i1.c:  New file.
      	* generated/in_pack_r10.c:  New file.
      	* generated/in_unpack_r4.c:  New file.
      	* generated/in_unpack_i2.c:  New file.
      	* generated/in_unpack_r16.c:  New file.
      	* generated/in_pack_r8.c:  New file.
      	* generated/in_unpack_r10.c:  New file.
      	* generated/in_unpack_r8.c:  New file.
      	* generated/in_pack_r16.c:  New file.
      	* generated/in_pack_i1.c:  New file.
      
      2008-03-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/32972
      	* gfortran.dg/internal_pack_1.f90:  New test case.
      	* gfortran.dg/internal_pack_2.f90:  New test case.
      	* gfortran.dg/internal_pack_3.f90:  New test case.
      
      From-SVN: r133344
      Thomas Koenig committed
    • re PR target/35496 (test failures between revs. 132950 and 132974) · cd7e0bd4
      	PR target/35496
      	* stor-layout.c (update_alignment_for_field): Set minimum alignment
      	of the underlying type of a MS bitfield layout to the natural
      	alignment of the type.
      
      From-SVN: r133343
      Uros Bizjak committed
    • re PR other/35094 (RTL dump file letters hosed and partly undocumented) · 8ddbbcae
      
      	* gcc.dg/20050811-2.c: Update dumping flags.
      	* gcc.dg/sms-2.c: Update dumping flags.
      	* gcc.dg/var-expand1.c: Update dumping flags.
      	* gcc.dg/var-expand3.c: Update dumping flags.
      	* gcc.dg/pr30957-1.c: Update dumping flags.
      	* gcc.dg/20050811-1.c: Update dumping flags.
      	* gcc.dg/cpp/cmdlne-dI-M.C: Do not xfail.
      	* gcc.dg/cpp/cmdlne-dM-M.C: Do not xfail.
      
      	PR other/35094
      	* toplev.c (decode_d_option): Handle all CPP flags.
      	* tree-vrp.c: Update tree_pass descriptors.
      	* regrename.c: Update tree_pass descriptors.
      	* fwprop.c: Update tree_pass descriptors.
      	* doc/invoke.texi: Remove documentation of dropped -d? flags.
      	* tree-into-ssa.c: Update tree_pass descriptors.
      	* tree-dump.c: Update tree_pass descriptors.
      	* tree-complex.c: Update tree_pass descriptors.
      	* tree-dump.h: Update tree_pass descriptors.
      	* see.c: Update tree_pass descriptors.
      	* cgraphbuild.c: Update tree_pass descriptors.
      	* tracer.c: Update tree_pass descriptors.
      	* tree-loop-distribution.c: Update tree_pass descriptors.
      	* cgraph.c: Update tree_pass descriptors.
      	* postreload-gcse.c: Update tree_pass descriptors.
      	* postreload.c: Update tree_pass descriptors.
      	* tree-ssa-loop-ch.c: Update tree_pass descriptors.
      	* tree-tailcall.c: Update tree_pass descriptors.
      	* tree-pass.h (tree_opt_pass): Rename to ...
      	(opt_pass) ... this one; add "type" field and remove letter field.
      	(gimple_opt_pass, rtl_opt_pass, simple_ipa_opt_pass): New.
      	(execute_pass_list, execute_ipa_pass_list, all_passes, all_ipa_passes,
      	all_lowering_passes): Update declaration.
      	* ipa-cp.c: Update tree_pass descriptors.
      	* final.c: Update tree_pass descriptors.
      	* omp-low.c: Update tree_pass descriptors.
      	* tree-ssa-dse.c: Update tree_pass descriptors.
      	* ipa-reference.c: Update tree_pass descriptors.
      	* tree-ssa-uncprop.c: Update tree_pass descriptors.
      	* auto-inc-dec.c: Update tree_pass descriptors.
      	* reorg.c: Update tree_pass descriptors.
      	* cgraphunit.c: Update tree_pass descriptors.
      	* tree-ssa-copyrename.c: Update tree_pass descriptors.
      	* tree-ssa-ccp.c: Update tree_pass descriptors.
      	* df-core.c: Update tree_pass descriptors.
      	* mode-switching.c: Update tree_pass descriptors.
      	* tree-nomudflap.c: Update tree_pass descriptors.
      	* modulo-sched.c: Update tree_pass descriptors.
      	* ipa-pure-const.c: Update tree_pass descriptors.
      	* cse.c: Update tree_pass descriptors.
      	* web.c: Update tree_pass descriptors.
      	* tree-stdarg.c: Update tree_pass descriptors.
      	* tree-ssa-math-opts.c: Update tree_pass descriptors.
      	* tree-ssa-dom.c: Update tree_pass descriptors.
      	* tree-nrv.c: Update tree_pass descriptors.
      	* tree-ssa-alias.c: Update tree_pass descriptors.
      	* loop-init.c: Update tree_pass descriptors.
      	* gimple-low.c: Update tree_pass descriptors.
      	* ipa-inline.c: Update tree_pass descriptors.
      	* tree-ssa-sink.c: Update tree_pass descriptors.
      	* global.c: Update tree_pass descriptors.
      	* ifcvt.c: Update tree_pass descriptors.
      	* jump.c: Update tree_pass descriptors.
      	* predict.c: Update tree_pass descriptors.
      	* tree-ssa-loop.c: Update tree_pass descriptors.
      	* recog.c: Update tree_pass descriptors.
      	* dse.c: Update tree_pass descriptors.
      	* tree-ssa-ifcombine.c: Update tree_pass descriptors.
      	* tree-eh.c: Update tree_pass descriptors.
      	* regmove.c: Update tree_pass descriptors.
      	* local-alloc.c
      	* function.c: Update tree_pass descriptors.
      	* tree-vectorizer.c: Update tree_pass descriptors.
      	* gcse.c: Update tree_pass descriptors.
      	* ipa-type-escape.c: Update tree_pass descriptors.
      	* tree-if-conv.c: Update tree_pass descriptors.
      	* init-regs.c: Update tree_pass descriptors.
      	* ipa.c: Update tree_pass descriptors.
      	* tree-ssa-phiopt.c: Update tree_pass descriptors.
      	* rtl-factoring.c: Update tree_pass descriptors.
      	* lower-subreg.c: Update tree_pass descriptors.
      	* bt-load.c: Update tree_pass descriptors.
      	* tree-dfa.c: Update tree_pass descriptors.
      	* except.c: Update tree_pass descriptors.
      	* emit-rtl.c: Update tree_pass descriptors.
      	* cfgexpand.c: Update tree_pass descriptors.
      	* tree-cfgcleanup.c: Update tree_pass descriptors.
      	* cfgcleanup.c: Update tree_pass descriptors.
      	* tree-ssa-pre.c: Update tree_pass descriptors.
      	* tree-sra.c: Update tree_pass descriptors.
      	* tree-mudflap.c: Update tree_pass descriptors.
      	* tree-ssa-copy.c: Update tree_pass descriptors.
      	* cfglayout.c: Update tree_pass descriptors.
      	* tree-ssa-forwprop.c: Update tree_pass descriptors.
      	* tree-ssa-dce.c: Update tree_pass descriptors.
      	* tree-ssa.c: Update tree_pass descriptors.
      	* regclass.c: Update tree_pass descriptors.
      	* integrate.c: Update tree_pass descriptors.
      	* tree-optimize.c: Update tree_pass descriptors.
      	* tree-ssa-phiprop.c: Update tree_pass descriptors.
      	* tree-object-size.c: Update tree_pass descriptors.
      	* combine.c: Update tree_pass descriptors.
      	* tree-outof-ssa.c: Update tree_pass descriptors.
      	* bb-reorder.c: Update tree_pass descriptors.
      	* stack-ptr-mod.c: Update tree_pass descriptors.
      	* var-tracking.c: Update tree_pass descriptors.
      	* tree-profile.c: Update tree_pass descriptors.
      	* tree-vect-generic.c: Update tree_pass descriptors.
      	* reg-stack.c: Update tree_pass descriptors.
      	* sched-rgn.c: Update tree_pass descriptors.
      	* tree-ssa-structalias.c: Update tree_pass descriptors.
      	* tree-cfg.c: Update tree_pass descriptors.
      	* passes.c (current_pass): Update declaration.
      	(finish_optimization_passes): Update.
      	(all_passes, all_ipa_passes, all_lowering_passes): Update declaration.
      	(register_one_dump_file, register_dump_files_1, next_pass_1):
       	Update arguments.
      	(init_optimization_passes): Update handling of new types.
      	(execute_one_pass, execute_pass_list, execute_ipa_pass_list): Update.
      	* ipa-struct-reorg.c: Update tree_pass descriptors.
      	* tree-ssa-reassoc.c: Update tree_pass descriptors.
      	* combine-stack-adj.c: Update tree_pass descriptors.
      	* cfgrtl.c: Update tree_pass descriptors.
      	* dce.c: Update tree_pass descriptors.
      	* tree-ssanames.c: Update tree_pass descriptors.
      
      From-SVN: r133342
      Jan Hubicka committed
    • re PR tree-optimization/35609 ("is used uninitialized in this function" should be may warning) · 8cb3ee37
      2008-03-19  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/35609
      	* tree-ssa.c (always_executed): New global flag.
      	(warn_uninitialized_var): If !always_executed warn with "maybe"
      	instead of "is".
      	(execute_early_warn_uninitialized): Compute post-dominators.
      	Initialize always_executed before processing each basic block.
      
      	* gcc.dg/testsuite/uninit-15.c: New testcase.
      	* gcc.dg/testsuite/uninit-16.c: Likewise.
      
      From-SVN: r133341
      Richard Guenther committed
    • Daily bump. · 21c2d075
      From-SVN: r133331
      GCC Administrator committed
  3. 18 Mar, 2008 18 commits
  4. 17 Mar, 2008 2 commits
  5. 16 Mar, 2008 9 commits
    • re PR fortran/35470 (Valid pointer assigment code gives compilation errors) · c52938ec
      2008-03-16  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/35470
      	* resolve.c (check_assumed_size_reference):  Only visit the
      	first reference and look directly at the highest dimension.
      
      2008-03-16  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/35470
      	* gfortran.dg/subref_array_pointer_3.f90 : New test.
      
      From-SVN: r133279
      Paul Thomas committed
    • [multiple changes] · 41ff0d66
      2008-03-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
      	Update.
      	* testsuite/17_intro/headers/c++200x/all.cc: Likewise.
      	* include/precompiled/stdc++.h: Likewise.
      
      2008-03-16  Pedro Lamarão  <pedro.lamarao@gmail.com>
      
      	* include/std/date_time: New file.
      	* src/date_time.cc: New file.
       	* config/abi/pre/gnu.ver: Added <date_time> symbols in version
       	GLIBCXX_3.4.11 and changed two patterns in version GLIBCXX_3.4
      	that matched new symbols.
      	* include/Makefile.am: Add date_time in std headers.
      	* src/Makefile.am: Add date_time.cc to source files.
      	* include/Makefile.in: Regenerate.
      	* src/Makefile.in: Likewise.
      
      2008-03-16  Pedro Lamarão  <pedro.lamarao@gmail.com>
      
            * testsuite/31_date_time/headers/date_time/types_std.cc: New.
            * testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise.
            * testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise.
            * testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise.
            * testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise.
            * testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise.
            * testsuite/31_date_time/system_time/requirements: Likewise.
            * testsuite/31_date_time/system_time/requirements/traits.cc: Likewise. 	
      
      2008-03-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* config.h.in: Regenerate.
      
      From-SVN: r133278
      Paolo Carlini committed
    • [multiple changes] · 0c24bb10
      2008-03-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
      	Update.
      	* testsuite/17_intro/headers/c++200x/all.cc: Likewise.
      	* include/precompiled/stdc++.h: Likewise.
      
      2008-03-16  Pedro Lamarão  <pedro.lamarao@gmail.com>
      
      	* include/std/date_time: New file.
      	* src/date_time.cc: New file.
       	* config/abi/pre/gnu.ver: Added <date_time> symbols in version
       	GLIBCXX_3.4.11 and changed two patterns in version GLIBCXX_3.4
      	that matched new symbols.
      	* include/Makefile.am: Add date_time in std headers.
      	* src/Makefile.am: Add date_time.cc to source files.
      	* include/Makefile.in: Regenerate.
      	* src/Makefile.in: Likewise.
      
      2008-03-16  Pedro Lamarão  <pedro.lamarao@gmail.com>
      
            * testsuite/31_date_time/headers/date_time/types_std.cc: New.
            * testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise.
            * testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise.
            * testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise.
            * testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise.
            * testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise.
            * testsuite/31_date_time/system_time/requirements: Likewise.
            * testsuite/31_date_time/system_time/requirements/traits.cc: Likewise. 	
      
      2008-03-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* config.h.in: Regenerate.
      
      From-SVN: r133277
      Paolo Carlini committed
    • [multiple changes] · 5ae8cf8c
      2008-03-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
      	Update.
      	* testsuite/17_intro/headers/c++200x/all.cc: Likewise.
      	* include/precompiled/stdc++.h: Likewise.
      
      2008-03-16  Pedro Lamarão  <pedro.lamarao@gmail.com>
      
      	* include/std/date_time: New file.
      	* src/date_time.cc: New file.
       	* config/abi/pre/gnu.ver: Added <date_time> symbols in version
       	GLIBCXX_3.4.11 and changed two patterns in version GLIBCXX_3.4
      	that matched new symbols.
      	* include/Makefile.am: Add date_time in std headers.
      	* src/Makefile.am: Add date_time.cc to source files.
      	* include/Makefile.in: Regenerate.
      	* src/Makefile.in: Likewise.
      
      2008-03-16  Pedro Lamarão  <pedro.lamarao@gmail.com>
      
            * testsuite/31_date_time/headers/date_time/types_std.cc: New.
            * testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise.
            * testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise.
            * testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise.
            * testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise.
            * testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise.
            * testsuite/31_date_time/system_time/requirements: Likewise.
            * testsuite/31_date_time/system_time/requirements/traits.cc: Likewise. 	
      
      2008-03-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* config.h.in: Regenerate.
      
      From-SVN: r133276
      Paolo Carlini committed
    • re PR debug/31510 (FAIL: libgomp.fortran/threadprivate[23].f90 -O3 -g) · fcb9237b
      	PR debug/31510
      	* dbxout.c (dbxout_expand_expr, case VAR_DECL): Return NULL for
      	emulated thread local variables.
      
      From-SVN: r133274
      James E Wilson committed
    • re PR tree-optimization/35607 (IVOPTs produces invalid gimple) · 461f8762
      2008-03-16  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/35607
      	* tree-ssa-loop-niter.c (expand_simple_operations): Do not
      	expand TREE_INVARIANT operations that are not gimple invariant.
      
      	* gcc.c-torture/compile/pr35607.c: New testcase.
      	* gcc.dg/tree-ssa/loop-19.c: Use -O2 to avoid vectorization.
      
      From-SVN: r133273
      Richard Guenther committed
    • extend.texi (Alignment): Say that the ABI controls the __alignof__ for… · 2a31c49c
      extend.texi (Alignment): Say that the ABI controls the __alignof__ for non-strict-alignment targets...
      
      	* doc/extend.texi (Alignment): Say that the ABI controls
      	the __alignof__ for non-strict-alignment targets rather
      	than being a recommendation.
      
      From-SVN: r133271
      Hans-Peter Nilsson committed
    • re PR fortran/35582 ([4.1/4.2] very simple error gives segmentation fault) · c2339253
      2008-03-16  Daniel Franke  <franke.daniel@gmail.com>
      
              PR fortran/35582
              * gfortran.dg/write_invalid_format.f90: New test.
      
      From-SVN: r133270
      Daniel Franke committed
    • configure.ac: m4_include config/proginstall.m4. · 38d24731
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * configure.ac: m4_include config/proginstall.m4.
              * configure: Regenerate.
      
      config/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * proginstall.m4: New file, with fixed AC_PROG_INSTALL.
      
      libjava/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * Makefile.am (install-data-local): Rewrite to be more efficient,
              using awk, and `install' with multiple files at once.  Do not gather
              more than 50 files in one go to avoid hitting command line limits.
              (install_data_local_split): New variable.
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * gcj/Makefile.in: Likewise.
              * include/Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      boehm-gc/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * include/Makefile.in: Likewise.
      
      libffi/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * include/Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      libgfortran/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      
      libgomp/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      libmudflap/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      libssp/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      libssp/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      
      libstdc++-v3/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
              * doc/Makefile.in: Likewise.
              * include/Makefile.in: Likewise.
              * libmath/Makefile.in: Likewise.
              * libsupc++/Makefile.in: Likewise.
              * po/Makefile.in: Likewise.
              * src/Makefile.in: Likewise.
              * testsuite/Makefile.in: Likewise.
      
      zlib/
      2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
      
              * aclocal.m4: Regenerate.
              * configure: Likewise.
              * Makefile.in: Likewise.
      
      From-SVN: r133269
      Ralf Wildenhues committed