- 16 Jul, 2003 19 commits
-
-
2003-07-16 Andrew Pinski <pinskia@physics.uc.edu> PR target/11008 * gcc.dg/i386-pentium4-not-mull.c: New. From-SVN: r69469
Andrew Pinski committed -
* config/darwin.c (machopic_select_section): Use decl_readonly_section to do most of the work. From-SVN: r69468
Geoffrey Keating committed -
2003-07-16 Andrew Pinski <pinskia@physics.uc.edu> * MAINTAINERS: Move self from Bug database only accounts to write-after-approval. From-SVN: r69467
Andrew Pinski committed -
* config/mmix/mmix-protos.h: Convert prototypes to ISO C90. * config/mmix/mmix.c: Convert functions to ISO C90. (mmix_eh_return_handler_rtx, mmix_output_shifted_value): Tweak formatting. (mmix_get_hard_reg_initial_val): Tweak section head comment. From-SVN: r69466
Hans-Peter Nilsson committed -
2003-07-16 Jonathan Wakely <redi@gcc.gnu.org> * docs/html/ext/howto.html: Update URL for SGI STL docs. * docs/html/faq/index.html: Same. * docs/html/faq/index.txt: Regenerate. From-SVN: r69463
Jonathan Wakely committed -
gcc: * c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK. gcc/testsuite: * gcc.dg/asm-names.c (ymain): Make it weak. From-SVN: r69459
J"orn Rennecke committed -
2003-07-16 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/11528 * include/bits/locale_facets.tcc (money_get::do_get): Strip only _leading_ zeros. * testsuite/22_locale/money_get/get/char/11528.cc: Add. * testsuite/22_locale/money_get/get/wchar_t/11528.cc: Add. From-SVN: r69458
Paolo Carlini committed -
re PR c++/5421 (friends+templates: ICE: expected identifier_node, have template_id_expr in grokfndecl, at cp/decl.c:8835) PR c++/5421 * decl.c (grokdeclarator): Handle TEMPLATE_ID_EXPR if friend is a member of other class. * friend.c (do_friend): Don't build TEMPLATE_DECL if friend is a specialization of function template. * g++.dg/template/friend21.C: New test. From-SVN: r69457
Kriang Lerdsuwanakij committed -
* include/ext/hash_map (class hash_multimap): Remove extra semicolons from __glibcxx_class_requires3 entries. * include/ext/hash_set (class hash_set): Ditto. (class hash_multiset): Ditto. From-SVN: r69451
Gerald Pfeifer committed -
* unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define. (uw_update_context_1): Use it. * config/rs6000/rs6000.c (insn_after_throw): Remove. (rs6000_aix_emit_builtin_unwind_init): Save $r2 to its location in parent frame if _Unwind_* called directly instead of through .plt. (rs6000_emit_eh_toc_restore): Remove. (rs6000_emit_prologue): Update stack pointer before doing any saving if current_function_calls_eh_return. Generate unwind info for $r2. (rs6000_emit_epilogue): Restore stack pointer after doing all restoring if current_function_calls_eh_return. Restore $r2. * config/rs6000/rs6000-protos.h (rs6000_emit_eh_toc_restore): Remove. * config/rs6000/rs6000.md (eh_return): Remove call to rs6000_emit_eh_toc_restore. * config/rs6000/linux64.h (MD_FROB_UPDATE_CONTEXT): Define. * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Define. * gcc.dg/cleanup-8.c: New test. * gcc.dg/cleanup-9.c: New test. From-SVN: r69450
Jakub Jelinek committed -
* expr.c (emit_block_move): Don't move anything if size is const 0. (clear_storage): Test against const0_rtx instead of comparing INTVAL against 0. From-SVN: r69441
Jakub Jelinek committed -
2003-07-15 David S. Miller <davem@redhat.com> * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Only emit nop if the last real insn is CALL_INSN. From-SVN: r69440
David S. Miller committed -
From-SVN: r69439
Nathanael Nerode committed -
PR c++/10903 * pt.c (convert_nontype_argument): Fix thinko in diagnostic. Improve. From-SVN: r69435
Gabriel Dos Reis committed -
* config/i386/xm-mingw32.h (HOST_BIT_BUCKET): Define as "nul". * config/i386/xm-mingw32.h: Change GNU CC to GCC. From-SVN: r69434
Danny Smith committed -
* g++.dg/ext/dll-MI1.h: New file. * g++.dg/ext/dllexport-MI1.C: New file. * g++.dg/ext/dllimport-MI1.C: New file. ChangeLog: Remove 'testsuite/' from 2003-07-04 entry. From-SVN: r69432
Danny Smith committed -
winnt.c (associated_type): Artificial methods are not affected by the import/export status of their class... * config/i386/winnt.c (associated_type): Artificial methods are not affected by the import/export status of their class unless they are COMDAT. (i386_pe_dllimport_p): Do not mark artificial methods as dllimport. * config/i386/winnt.c: Fix GCC copyright comment. From-SVN: r69431
Danny Smith committed -
From-SVN: r69429
GCC Administrator committed -
* cp-tree.def (LOOKUP_EXPR): Remove. * cp-tree.h (cp_id_kind): Add CP_ID_KIND_UNQUALIFIED_DEPENDENT. (LOOKUP_EXPR_GLOBAL): Remove. (get_bindings): Remove. (is_aggr_type_2): Remove. * call.c (resolved_scoped_fn_name): Remove support for LOOKUP_EXPR. * decl.c (grokfndecl): Likewise. (grokdeclarator): Likewise. * error.c (dump_decl): Likewise. (dump_expr): Likewise. * friend.c (do_friend): Likewise. * init.c (build_offset_ref): Likewise. * lex.c (unqualified_fn_lookup_error): Use pedwarn. Do not create LOOKUP_EXPRs * mangle.c (write_expression): Remove support for LOOKUP_EXPR. * parser.c (cp_parser_postfix_expression): Modify Koenig lookup test. * pt.c (get_bindings): Give it internal linkage. (check_explicit_specialization): Remove support for LOOKUP_EXPR. (lookup_template_function): Likewise. (for_each_tempalte_parm_r): Likewise. (tsubst_decl): Likewise. (tsubst_qualified_id): Handle template template parameters. (tsubst_copy): Remove support for LOOKUP_EXPR. (tsubst_copy_and_build): Likewise. (most_general_template): Likewise. (value_dependent_expression_p): Likewise. (type_dependent_expression_p): Note that IDENTIFIER_NODEs are always dependent. * semantics.c (perform_koenig_lookup): Do not create IDENTIFIER_NODEs. (finish_fname): Likewise. (finish_id_expression): Likewise. * tree.c (is_aggr_type_2): Remove. From-SVN: r69427
Mark Mitchell committed
-
- 15 Jul, 2003 21 commits
-
-
PR c++/11531 * diagnostic.c (diagnostic_report_diagnostic): Don't ICE if we're not recursing on hard error. (diagnostic_for_decl): Likewise. * diagnostic.def: Rearrange. cp/ * typeck.c (check_return_expr): Fix thinko in diagnostic. From-SVN: r69425
Gabriel Dos Reis committed -
dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): If DWARF_FRAME_RETURN_COLUMN doesn't have a register mode, use Pmode. 2003-07-15 J"orn Rennecke <joern.rennecke@superh.com> * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): If DWARF_FRAME_RETURN_COLUMN doesn't have a register mode, use Pmode. 2003-07-15 J"orn Rennecke <joern.rennecke@superh.com> Richard Henderson <rth@redhat.com> * unwind-dw2.c (_Unwind_GetGR): Use dwarf_reg_size_table to decide if to access a _Unwind_Ptr or a _Unwind_Word. (_Unwind_SetGR): Likewise. (_Unwind_GetPtr, _Unwind_SetSpColumn): New functions. (Unwind_SpTmp): New typedef. (uw_update_context_1): Use _Unwind_SetSpColumn and _Unwind_GetPtr. (uw_update_context): Use _Unwind_GetPtr. (init_dwarf_reg_size_table): Move above uw_init_context_1. (uw_init_context_1): Initialize dwarf_reg_size_table if necessary. Use _Unwind_SetSpColumn. (uw_install_context_1): Don't initialize dwarf_reg_size_table. Use _Unwind_GetPtr. Co-Authored-By: Richard Henderson <rth@redhat.com> From-SVN: r69424
J"orn Rennecke committed -
* c.opt: Document more options. * toplev.c (documented_lang_options): Remove all local help strings. treelang: * lang-options.h: Remove. * lang.opt: Document some options. Remove --help. * tree1.c (treelang_handle_option): Remove OPT__help case. From-SVN: r69423
Neil Booth committed -
* gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390, it does not have cmpstrsi patterns (just cmpmemsi). From-SVN: r69422
Jakub Jelinek committed -
2003-07-15 Petur Runolfsson <peturr02@ru.is> * include/bits/char_traits.h (char_traits<wchar_t>::move): Change last parameter from int_type to size_t. From-SVN: r69415
Petur Runolfsson committed -
PR debug/11473 * dbxout.c (dbxout_type): Use TYPE_SIZE to determine the sizes of base classes. PR debug/11473 * g++.dg/debug/debug8.C: New test. From-SVN: r69414
Mark Mitchell committed -
From-SVN: r69411
Kazu Hirata committed -
PR c++/10108 * pt.c (tsubst_decl) <TEMPLATE_DECL>: Add a check for error_mark_node. * g++.dg/template/crash7.C: New test. From-SVN: r69409
Kriang Lerdsuwanakij committed -
PR target/10795 * gcc.c-torture/compile/20030708-1.c: New. From-SVN: r69408
Kazu Hirata committed -
PR target/10795 * config/i386/i386.c (ix86_expand_carry_flag_compare): Don't swap comparison operands if doing so would generate an unrecognizable insn. From-SVN: r69407
Kazu Hirata committed -
From-SVN: r69404
Eric Botcazou committed -
PR optimization/11320 * sched-int.h (struct deps) [reg_conditional_sets]: New field. (struct sched_info) [compute_jump_reg_dependencies]: New prototype. * sched-deps.c (sched_analyze_insn) [JUMP_INSN]: Update call to current_sched_info->compute_jump_reg_dependencies. Record which registers are used and which registers are set by the jump. Clear deps->reg_conditional_sets after a barrier. Set deps->reg_conditional_sets if the insn is a COND_EXEC. Clear deps->reg_conditional_sets if the insn is not a COND_EXEC. (init_deps): Initialize reg_conditional_sets. (free_deps): Clear reg_conditional_sets. * sched-ebb.c (compute_jump_reg_dependencies): New prototype. Mark registers live on entry of the fallthrough block and conditionally set as set by the jump. Mark registers live on entry of non-fallthrough blocks as used by the jump. * sched-rgn.c (compute_jump_reg_dependencies): New prototype. Mark new parameters as unused. From-SVN: r69401
Eric Botcazou committed -
From-SVN: r69399
Matt Kraai committed -
From-SVN: r69398
Richard Sandiford committed -
* config/mips/mips.h (PROCESSOR_R9000): New processor_type. (TARGET_MIPS9000, TUNE_MIPS9000): New macros. (GENERATE_MULT3_SI): True for TARGET_MIPS9000. * config/mips/mips.c (mips_cpu_info_table): Add rm9000 entry. (mips_rtx_costs): Adjust integer multiplication costs for the rm9000. (mips_issue_rate): Handle PROCESSOR_R9000. (mips_use_dfa_pipeline_interface): Likewise. * config/mips/9000.md: New file. * config/mips/mips.md: Include it. (define_attr cpu): Add r9000. (mulsi3_mult3): Use "mul" for rm9000 code. From-SVN: r69397
Richard Sandiford committed -
* config/mips/mips.h (PROCESSOR_R7000): New processor_type. (TARGET_MIPS7000, TUNE_MIPS7000): New macros. (GENERATE_MULT3_SI): True for TARGET_MIPS7000. * config/mips/mips.c (mips_cpu_info_table): Add rm7000 entry. (mips_rtx_costs): Adjust integer multiplication costs for the rm7000. (mips_issue_rate): Handle PROCESSOR_R7000. (mips_use_dfa_pipeline_interface): Likewise. * config/mips/7000.md: New file. * config/mips/mips.md: Include it. (define_attr cpu): Add r7000. (mulsi3_mult3): Use "mul" for rm7000 code. From-SVN: r69394
Stan Cox committed -
* config/mips/mips.md (define_attr type): Add condmove. Use it for the conditional move patterns. * config/mips/5400.md (ir_vr54_move): Rename to ir_vr54_condmove. Check for condmove type. (ir_vr54_arith): Add move type. * config/mips/5500.md (ir_vr55_move, ir_vr55_arith): Likewise. * config/mips/sr71k.md (ir_sr70_move, ir_sr70_arith): Likewise. From-SVN: r69389
Richard Sandiford committed -
2003-07-15 Jerry Quinn <jlquinn@optonline.net> * include/bits/stl_algo.h (includes, set_union, set_intersection, set_difference, set_symmetric_difference, max_element, min_element, next_permutation, prev_permutation, find_first_of, find_end): Document. * include/bits/stl_algobase.h (copy,copy_backward): Clarify overlap restrictions in docs. * include/bits/stl_heap.h (push_heap, pop_heap, make_heap, sort_heap): Document. * docs/doxygen/doxygroups.cc (setoperations): New group. From-SVN: r69387
Jerry Quinn committed -
2003-07-15 Jerry Quinn <jlquinn@optonline.net> * include/bits/basic_string.h: Document public functions. * docs/doxygen/TODO: Update c21 todo. From-SVN: r69386
Jerry Quinn committed -
2003-07-15 Jerry Quinn <jlquinn@optonline.net> * include/bits/stl_list.h: Document more functions. * docs/doxygen/TODO: Update c23 todo. From-SVN: r69385
Jerry Quinn committed -
* c-opts.c (print_help): Remove. (c_common_handle_option): Don't handle --help. * c.opt: Document some options. (--help): Remove. * opts.c (print_filtered_help): New. (print_help): Use it. From-SVN: r69383
Neil Booth committed
-