1. 25 Jan, 2006 20 commits
    • cctype: New. · bd2bb1ea
      2006-01-25  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/tr1/cctype: New.
      	* include/Makefile.am: Add.
      	* testsuite/tr1/8_c_compatibility/cctype/functions.cc: New.
      	* include/Makefile.in: Regenerate.
      
      	* acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): New, check for C99
      	support to TR1, Chapter 8.
      	* configure.ac: Use it.
      	* include/tr1/complex: Adjust.
      	* config.h.in: Regenerate.
      	* configure: Likewise.
      
      From-SVN: r110221
      Paolo Carlini committed
    • re PR libgomp/25884 (libgomp should not require perl to compile) · 03b8fe49
              PR libgomp/25884
              * Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
              * configure.ac (PERL): Don't set.
              (gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
              (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
              OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
              * omp.h.in: Wrap the new configure substitutions with @ characters.
              * omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
              * aclocal.m4, configure, Makefile.in: Regenerate.
              * mkomp_h.pl: Delete.
      
      From-SVN: r110220
      Paolo Bonzini committed
    • re PR target/25758 (gcc.c-torture/compile/20030921-1.c fails at -O0) · b8795edd
      2006-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR target/25758
              * config/i386/i386.c (output_pic_addr_const) <case SYMBOL_REF>:
              Use output_addr_const instead of assemble_name.
      
      From-SVN: r110219
      Andrew Pinski committed
    • configopts.html: Tweak docs. · a1c88e06
      2006-01-25  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* docs/html/configopts.html: Tweak docs.
      
      	* libsupc++/eh_personality.cc: Fix typos.
      
      From-SVN: r110218
      Benjamin Kosnik committed
    • Makefile.in (sched-vis.o): Update dependencies. · a68e7e6c
      2006-01-25  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.in (sched-vis.o): Update dependencies.
      	* haifa-sched.c (sched_finish): Clear current_sched_info.
      	* cfg.c (dump_bb_info): New, split from dump_flow_info.
      	(dump_flow_info): Call it.
      	* passes.c (execute_todo): Call print_rtl_slim_with_bb to make
      	a slim RTL dump.
      	* basic-block.h (dump_bb_info): Declare.
      	* tree-dump.c (dump_enable_all): OR the flags of a -fdump-tree-all
      	option, and apply options only for dump files whose TDF_RTL,
      	TDF_TREE, or TDF_IPA bits match.
      	* rtl.h: Declare new functions exported from sched-vis.c.
      	* sched-vis.c: Enable also if scheduling is not used.
      	(print_value): Print the mode of registers if not inside scheduling.
      	(print_insn): Make it work outside the scheduler.  Beautify the output
      	a bit.
      	(dump_insn_slim, debug_insn_slim, print_rtl_slim_with_bb): New.
      
      From-SVN: r110217
      Paolo Bonzini committed
    • re PR testsuite/25590 (FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times… · 6d3874a7
      re PR testsuite/25590 (FAIL: gcc.dg/tree-ssa/gen-vect-11.c scan-tree-dump-times vectorized 1 loops 1)
      
      	PR testsuite/25590
      	* gcc.dg/tree-ssa/gen-vect-11.c: Add -fwrapv.
      
      From-SVN: r110215
      Kazu Hirata committed
    • revert: cp-tree.h (do_poplevel): Remove prototype. · 20aff0b3
      	Revert:
      	* cp-tree.h (do_poplevel): Remove prototype.
      	* semantics.c (do_poplevel): Add prototype.  Make static.
      
      	Revert:
      	* cp-tree.h (default_conversion): Remove prototype.
      	* typeck.c (default_conversion): Make static.
      
      From-SVN: r110214
      Volker Reichelt committed
    • rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document. · c185c797
      	* doc/rtl.texi (SYMBOL_REF_CONSTANT, SYMBOL_REF_DATA): Document.
      	* gengtype.c (adjust_field_rtx_def): Garbage-collect field 2 of
      	a SYMBOL_REF as either a tree or a constant_descriptor_rtx,
      	depending on the value of CONSTANT_POOL_ADDRESS_P.
      	* optabs.c (init_one_libfunc): Nullify SYMBOL_REF_DATA rather than
      	SYMBOL_REF_DECL.
      	* varasm.c (make_decl_rtl, build_constant_desc): Set SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	(rtx_constant_pool): Remove const_rtx_sym_htab.
      	(const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): Delete.
      	(init_varasm_status): Don't initialize const_rtx_sym_htab.
      	(force_const_mem): Point SYMBOL_REF_DATA to the constant pool entry.
      	Remove handling of const_rtx_sym_htab.
      	(find_pool_constant): Delete.
      	(get_pool_constant, get_pool_constant_mark): Use SYMBOL_REF_CONSTANT
      	rather than find_pool_constant.
      	(get_pool_constant_for_function): Delete.
      	(get_pool_mode, mark_constant): Use SYMBOL_REF_CONSTANT rather than
      	find_pool_constant. 
      	* rtl.h (rtunion_def): Add rt_constant and rt_ptr fields.
      	(X0CONSTANT, X0PTR, SYMBOL_REF_DATA): New macros.
      	(SYMBOL_REF_DECL): Return NULL if CONSTANT_POOL_ADDRESS_P.
      	(SYMBOL_REF_CONSTANT): New macro.
      	(get_pool_constant_for_function): Delete.
      	* config/i386/winnt.c (i386_pe_mark_dllexport): Set SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	(i386_pe_mark_dllimport): Likewise.
      	* config/rs6000/rs6000.c (rs6000_emit_move): Copy SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	* config/darwin.c (machopic_indirect_data_reference): Likewise.
      	(machopic_indirect_call_target): Likewise.
      
      From-SVN: r110210
      Richard Sandiford committed
    • rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document. · 14c1a9d7
      	* doc/rtl.texi (SYMBOL_REF_CONSTANT, SYMBOL_REF_DATA): Document.
      	* gengtype.c (adjust_field_rtx_def): Garbage-collect field 2 of
      	a SYMBOL_REF as either a tree or a constant_descriptor_rtx,
      	depending on the value of CONSTANT_POOL_ADDRESS_P.
      	* optabs.c (init_one_libfunc): Nullify SYMBOL_REF_DATA rather than
      	SYMBOL_REF_DECL.
      	* varasm.c (make_decl_rtl, build_constant_desc): Set SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	(rtx_constant_pool): Remove const_rtx_sym_htab.
      	(const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): Delete.
      	(init_varasm_status): Don't initialize const_rtx_sym_htab.
      	(force_const_mem): Point SYMBOL_REF_DATA to the constant pool entry.
      	Remove handling of const_rtx_sym_htab.
      	(find_pool_constant): Delete.
      	(get_pool_constant, get_pool_constant_mark): Use SYMBOL_REF_CONSTANT
      	rather than find_pool_constant.
      	(get_pool_constant_for_function): Delete.
      	(get_pool_mode, mark_constant): Use SYMBOL_REF_CONSTANT rather than
      	find_pool_constant. 
      	* rtl.h (rtunion_def): Add rt_constant and rt_ptr fields.
      	(X0CONSTANT, X0PTR, SYMBOL_REF_DATA): New macros.
      	(SYMBOL_REF_DECL): Return NULL if CONSTANT_POOL_ADDRESS_P.
      	(SYMBOL_REF_CONSTANT): New macro.
      	(get_pool_constant_for_function): Delete.
      	* config/i386/winnt.c (i386_pe_mark_dllexport): Set SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	(i386_pe_mark_dllimport): Likewise.
      	* config/rs6000/rs6000.c (rs6000_emit_move): Copy SYMBOL_REF_DATA
      	rather than SYMBOL_REF_DECL.
      	* config/darwin.c (machopic_indirect_data_reference): Likewise.
      	(machopic_indirect_call_target): Likewise.
      
      From-SVN: r110209
      Richard Sandiford committed
    • cp-tree.h (get_primary_binfo): Remove prototype. · b5791fdc
      	* cp-tree.h (get_primary_binfo): Remove prototype.
      	(push_using_decl): Likewise.
      	(current_template_args): Likewise.
      	(more_specialized_class): Likewise.
      	(mark_class_instantiated): Likewise.
      	(default_conversion): Likewise.
      	(pfn_from_ptrmemfunc): Likewise.
      	* class.c (get_primary_binfo): Add prototype, make static, simplify.
      	* name-lookup.c (push_using_decl): Make static.
      	* pt.c (current_template_args): Likewise.
      	(more_specialized_class): Likewise.
      	(mark_class_instantiated): Likewise.
      	* typeck.c (default_conversion): Make static.
      	(pfn_from_ptrmemfunc): Add prototype, make static.
      
      From-SVN: r110208
      Volker Reichelt committed
    • flow.c (delete_noop_moves): Add missing EOL to dump message. · 916b9d4b
      	* flow.c (delete_noop_moves): Add missing EOL to dump message.
      
      From-SVN: r110207
      Eric Botcazou committed
    • Remove svn:executable property. · cc8d9561
      From-SVN: r110205
      Bryce McKinlay committed
    • Import Boehm GC version 6.6. · 54f28c21
      From-SVN: r110204
      Bryce McKinlay committed
    • predicates.md (sh_register_operand): Accept CONST_DOUBLE. · ac42ec79
      	* config/sh/predicates.md (sh_register_operand): Accept CONST_DOUBLE.
      
      	* gcc.dg/tree-ssa/gen-vect-33.c: New.
      
      From-SVN: r110203
      Kaz Kojima committed
    • re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequential READ) · 6e69121f
      2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/25835
      	* Fix ChangeLog
      	* gfortran.dg/read_eof.f90: Delete from rename.
      
      From-SVN: r110202
      Jerry DeLisle committed
    • re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequential READ) · f19c10ce
      2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/25835
      	* gfortran.dg/read_eof_1.f90: Rename from read_eof_1.f90.
      	* gfortran.dg/read_eof_2.f90: New test.
      	* gfortran.dg/read_eof_3.f90: New test.
      
      From-SVN: r110201
      Jerry DeLisle committed
    • re PR libfortran/25835 (Segfault or Bad Address error on unformatted sequential READ) · ecc9e67e
      2006-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/25835
      	* io/transfer.c (st_read_done): Flush buffers when read is done.
      
      From-SVN: r110200
      Jerry DeLisle committed
    • re PR libgcj/25816 (Configure detects TLS, but glibc does not support it.) · 8dea1cca
      	PR java/25816
      	* configure.ac (enable_tls): New enable option.
      	(HAVE_AS_TLS): Don't do assembler check if enable_tls set.
      	* configure: Regenerate.
      	* doc/install.texi (--enable-tls): Document new option.
      	(--disable-tls): Ditto.
      
      From-SVN: r110199
      David Daney committed
    • Daily bump. · 4c8d4cf0
      From-SVN: r110197
      GCC Administrator committed
  2. 24 Jan, 2006 20 commits