summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * global.c (build_insn_chain): Allow ADDR_VEC or ADDR_DIF_VEC afterkenner2001-06-072-2/+13
| | | | | | | end of last block if last real insn is a JUMP_INSN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42977 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib:jsm282001-06-074-20/+433
| | | | | | | | | | * gennews: Update for GCC 3.0. gcc: * NEWS: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42975 138bc75d-0d04-0410-961f-82ee72b054a4
* * gthr-posix.h (__gthread_objc_thread_detach): Simply castro2001-06-072-8/+10
| | | | | | | | pthread_t to objc_thread_t. (__gthread_objc_thread_id): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42974 138bc75d-0d04-0410-961f-82ee72b054a4
* * alpha/osf5.h (CPP_XFLOAT_SPEC): Override default definition.ro2001-06-073-4/+51
| | | | | | | | | | | | | (ASM_OLDAS_SPEC): Likewise. * alpha/osf.h (CPP_XFLOAT_SPEC): Define. (CPP_SUBTARGET_SPEC): Use it. (ASM_OLDAS_SPEC): Define. (ASM_SPEC): Use it. (SUBTARGET_EXTRA_SPECS): Define, declare the new specs above. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42971 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha.c (alpha_va_arg): Handle TFmode, TCmode args,ro2001-06-072-2/+20
| | | | | | | passed by reference. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42969 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/tm.texi (TARGET_SWITCHES, TARGET_OPTIONS): Adjust markup.jsm282001-06-072-5/+20
| | | | | | | | | Document use of N_(...), and show it in examples. Note that documentation should be added to invoke.texi. Avoid an overfull hbox. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42965 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:nathan2001-06-074-1/+52
| | | | | | | | | | PR c++/2914 * decl.c (pushtag): Don't push into a complete type's scope. testsuite: * g++.old-deja/g++.ext/anon3.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42962 138bc75d-0d04-0410-961f-82ee72b054a4
* * toplev.c (rest_of_compilation): Revert previous patch.hubicka2001-06-073-15/+37
| | | | | | | * final.c (shorten_branches): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42961 138bc75d-0d04-0410-961f-82ee72b054a4
* * pself.c, pself1.c, pself2.c, pself3.c, pself4.c, pself5.c:gerald2001-06-077-11/+5
| | | | | | | Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42959 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install-old.texi: Remove more obsolete documentation.jsm282001-06-072-18/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42957 138bc75d-0d04-0410-961f-82ee72b054a4
* Thu Jun 7 13:20:14 CEST 2001 Jan Hubicka <jh@suse.cz>hubicka2001-06-074-33/+28
| | | | | | | | | | | | | | * expr.c (copy_blkmode_from_reg): Fix operand_subword_force call. Thu Jun 7 12:12:58 CEST 2001 Jan Hubicka <jh@suse.cz> * toplev.c (rest_of_compilation): Call split_all_insns before reg-stack and shorten-branches. Do shorten-branches after reg-stack. * final.c (shorten_branches): Remove insn splitting code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42956 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (sparc*-*-*): Check assembler R_SPARC_UA32 support.nathan2001-06-073-4/+88
| | | | | | | * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42955 138bc75d-0d04-0410-961f-82ee72b054a4
* * emit-rtl.c (operand_subword): Remove unused variable.aj2001-06-072-42/+45
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42953 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs, doc_exclude: Check out files that may be in thejsm282001-06-073-11/+20
| | | | | | | | Attic. Check out texinfo.tex. Don't generate anything from c-tree.texi. Generate PostScript output from manuals. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42952 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-075-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42950 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.jason2001-06-068-247/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | (struct lang_decl_flags): Lose generate_with_vtable_p. (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose. * class.c (copy_virtuals): Adjust. * decl2.c (mark_vtable_entries): Adjust. * method.c (make_thunk, build_vtable_entry): Adjust. * class.c (update_vtable_entry_for_fn): Only look as far as the first defining class. (build_vtbl_initializer): Put nothing in the slot for a function only defined in a lost primary virtual base. (add_vcall_offset_vtbl_entries_1): Use the same code for the lost primary case and the normal case. (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base. (get_vfield_offset, get_derived_offset): Lose. (dfs_find_final_overrider): Use look_for_overrides_here. (get_matching_virtual): New fn. * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P, not BV_VCALL_INDEX. * search.c (look_for_overrides_here): Split out from... (look_for_overrides_r): Here. * class.c (find_final_overrider): Return error_mark_node on error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42949 138bc75d-0d04-0410-961f-82ee72b054a4
* * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.danglin2001-06-065-10/+13
| | | | | | | | | | (build_over_call): Likewise. * decl.c (grokparms): Likewise. * pt.c (tsubst_decl): Likewise. * typeck.c (convert_arguments): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42947 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.md (floatdi?f): Avoid usinf of SSE instructionshubicka2001-06-065-76/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | if TARGET_64BIT is false. (floatdi?f_i386_only): New insn. (floatdi?f_i386): Disable for !TARGET_64BIT. * (min?f, max?f splitters): Handle case where operands are cross-matched. * i386.h (HI_REGISTER_NAMES): Remove redundant definition (MMX_REGISTER_NAMES): Kill. (PRINT_OPERAND): Fix comment. (PRINT_REG): Likewise. * i386.c (print_reg): Kill support for 'm' CODE; simplify. (print_operand): Update comment; kill 'm'. * i386.c (x86_branch_hints): New global variable (print_operand): Support outputting of branch prediction hints. * i386.md (conditional jump patterns): Add branch prediction hints to the template. * i386.h (x86_branch_hints): Declare (TARGET_BRANCH_PREDICTION_HINTS): New macro. (PRINT_OPERAND_FUNCT_VALID_P): New. * final.c (final_forward_branch_p): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42945 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-06 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-06-062-0/+5
| | | | | | | * src/string-inst.cc (_Rep::_S_max_size): Add instantiation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42943 138bc75d-0d04-0410-961f-82ee72b054a4
* * flow.c (mark_used_reg): Clean up looping over multiple hardrth2001-06-062-115/+95
| | | | | | | registers. Do conditional life bits across multiple hard regs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42942 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-065-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42939 138bc75d-0d04-0410-961f-82ee72b054a4
* * semantics.c (begin_class_definition): Robustify.mmitchel2001-06-063-7/+30
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42937 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-05 Jeffrey D. Oldham <oldham@codesourcery.com>oldham2001-06-062-1/+6
| | | | | | | | * reload1.c (reload): Revert Schmidt's change so all USEs are not deleted during reload. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42935 138bc75d-0d04-0410-961f-82ee72b054a4
* * pt.c (instantiate_decl): Tell the repository code about themmitchel2001-06-064-2/+48
| | | | | | | | | clones, not the cloned functions. * repo.c (repo_template_used): Explicitly instantiate the cloned function, not the clones. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42931 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-semantics.c (genrtl_scope_stmt): Write out nested inlinemmitchel2001-06-064-16/+43
| | | | | | | | functions here, instead of ... * c-decl.c (c_expand_body): ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42930 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/libjava.exp (libjava_arguments): Build with `-no-install'jsturm2001-06-062-0/+10
| | | | | | | when $mode == "link". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42928 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-05 David O'Brien <obrien@FreeBSD.org>obrien2001-06-063-3/+6
| | | | | | | | | | | * config.gcc, config/sparc/bsd.h: Do not directly include sparc/sparc.h. Instead do it via tm_file. Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20010604154759.G25044@redhat.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42927 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2.h (DW_EH_PE_aligned): New.rth2001-06-068-83/+179
| | | | | | | | | | | | | | | | | | | * dwarf2asm.c (eh_data_format_name): Name it. (dw2_asm_output_encoded_addr_rtx): Align for it. * dwarf2out.c (output_call_frame_info): Handle it for personality routine and LSDA pointers. * unwind-pe.h (DW_EH_PE_aligned): New. (base_of_encoded_value): Handle it. (read_encoded_value_with_base): Likewise. * unwind-dw2-fde.c (base_from_object): Likewise. (get_cie_encoding): Likewise. * config/alpha/elf.h: Remove ecoff commentary. * config/alpha/osf.h (ASM_PREFERRED_EH_DATA_FORMAT): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42926 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-05 David O'Brien <obrien@FreeBSD.org>obrien2001-06-063-3/+6
| | | | | | | | | | | * config.gcc, config/i386/bsd386.h: Do not directly include i386/386bsd.h. Instead do it via tm_file. Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20010604154739.F25044@redhat.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42925 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-05 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-06-066-58/+190
| | | | | | | | | | | | | | | libstdc++/3045 * include/bits/basic_ios.tcc: Formatting tweaks. * include/bits/ios_base.h: Formatting tweaks. * src/ios.cc (ios_base::Init::_S_ios_create): Use filebufs here. (ios_base::Init::_S_ios_destroy): ..and here. Explicitly call dtors. * src/globals.cc: Allocate filebufs for standard streams here. (buf_cout, buf_cin, buf_cerr): Like so. (buf_wcout, buf_wcin, buf_wcerr): And so. * testsuite/27_io/ios_init.cc: Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42922 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-05 David O'Brien <obrien@FreeBSD.org>obrien2001-06-062-0/+10
| | | | | | | | | | | * elfos.h (USING_ELFOS_H): Identify the use of elfos.h in the same way svr4.h does. Approved by: Richard Henderson <rth@redhat.com> Message-ID: <20010604154656.E25044@redhat.com> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42921 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Quote $enable_win32_registry in case the value hasdj2001-06-053-6/+12
| | | | | | | | spaces in it. * configure: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42920 138bc75d-0d04-0410-961f-82ee72b054a4
* * print-rtl.c (xspaces): Remove.mmitchel2001-06-054-13/+26
| | | | | | | | | | | | (print_rtx): Use printf field-width, rather than xpsaces, to indent. * toplev.c (main): Disable sibling-call optimization if we are handling exceptions. * reload1.c (reload): Delete all USEs generated during reload. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42917 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-05 scott snyder <snyder@fnal.gov>pme2001-06-052-1/+5
| | | | | | | * gccbug.in: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42913 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.def: Fix definition of __builtin_cosf, it uses float asaj2001-06-052-18/+23
| | | | | | | parameter and return value. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42911 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-04 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-06-052-3/+23
| | | | | | | | | | * expr.c (force_evaluation_order): Match wrapped ctor calls, locate arguments accordingly. (http://gcc.gnu.org/ml/gcc-patches/2001-06/msg00214.html) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42910 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove -Amachine and -Acpu from here.green2001-06-052-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42908 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:nathan2001-06-054-5/+66
| | | | | | | | | | | * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and ICS_BAD_FLAG on created conversion. (compare_ics): Break out rank. testsuite: * g++.old-deja/g++.other/conv7.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42907 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (xref_tag): Remove extraneous %s on dependent namenathan2001-06-052-1/+6
| | | | | | | lookup warning. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42905 138bc75d-0d04-0410-961f-82ee72b054a4
* * class.c (layout_vtable_decl): Fix off by one error onnathan2001-06-052-6/+11
| | | | | | | | | build_index_type. (build_vtt): Likewise. (build_ctor_vtbl_group): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42903 138bc75d-0d04-0410-961f-82ee72b054a4
* Correct CVS resurrection of invoke.texi.nathan2001-06-053-8763/+46
| | | | | | | * doc/invoke.texi: Document new tree dump flags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42902 138bc75d-0d04-0410-961f-82ee72b054a4
* Update comments for ARRAY_RANGE_REFkenner2001-06-051-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42901 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-typeck.c (build_c_cast): Use TYPE_MAIN_VARIANT when checkingjsm282001-06-054-1/+27
| | | | | | | | | | for casting an aggregate to its own type. Fixes PR c/2735. testsuite: * gcc.c-torture/compile/20010605-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42900 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-06-05 Martin Kahlert <martin.kahlert@infineon.com>bryce2001-06-052-6/+25
| | | | | | | | | | | | | Bryce McKinlay <bryce@waitaki.otago.ac.nz> * java/lang/natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors table index is within allowed bounds. Ensure that we dont try to access class itable at a negative offset. Avoid an ancestor table lookup if source is a primitive type class. (isInstance): Remove redundant isPrimitive() check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42898 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/texinfo.tex: Update to version 2001-05-24.08.jsm282001-06-052-28/+89
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42897 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.h (flag_dump_translation_unit): Remove.nathan2001-06-0515-129/+9220
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (enum tree_dump_index): Define. (TDF_ADDRESS, TDF_SLIM): New #defines. (dump_node_to_file): Remove. (dump_node): Make extern. Add flags. (dump_flag, dump_enabled_p, dump_begin, dump_end, dump_switch_p): Prototype. * c-common.c (flag_dump_translation_unit): Remove. * c-decl.c (c_decode_option): Remove -fdump-translation-unit logic. Use dump_switch_p. * c-dump.h (struct dump_info): Add node and user fields. (dump_pointer): Declare. * c-dump.c (dump_node): Make extern. Add flags. (SOL_COLUMN, EOL_COLUMN, COLUMN_ALIGNMENT): New #defines. (dump_new_line, dump_maybe_newline): Use them. (dump_pointer): New function. (dequeue_and_dump): Check TDF_SLIM before dumping a _DECL's chain or function's body. Dump address, if TDF_ADDRESS set. (dump_flag): Define. (dump_node_to_file): Remove. (struct dump_file_info): New struct. (dump_files): New array. (dump_begin, dump_end, dump_enabled_p, dump_switch_p): Define. * c-lang.c (finish_file): Adjust dumping. * toplev.h (dump_base_name): Make extern. * invoke.texi: Document new flags. cp: * class.c (maybe_indent_hierarchy): New function. (dump_class_hierarchy_r): Add flags. Dump extra binfo information, if enabled. Use maybe_indent_hierarchy. Adjust output format. (dump_class_hierarchy): Adjust prototype. Adjust output format. (dump_array, dump_vtable, dump_vtt): New functions. (finish_struct_1): Adjust hierarchy dumping. (initialize_vtable): Call dump_vtable. (build_vtt): Call dump_vtt. (build_ctor_vtbl_group): Call dump_vtable. * decl2.c (flag_dump_class_layout): Remove. (cxx_decode_option): Remove dump translation unit and dump class hierarchy check. Call dump_switch_p. (finish_file): Adjust dumping. (dump.c): Only dump base classes if not TDF_SLIM. Only dump namespace members if not TDF_SLIM. * optimize.c (dump_function): New function. (optimize_function): Call dump_function. * semantics.c (expand_body): Use dump_enabled_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42896 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-06-055-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42894 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-tree.h (lang_decl): Add pending_sizes fields.mmitchel2001-06-056-15/+85
| | | | | | | | | | | | | | * c-decl.c (store_parm_decls): Save pending_sizes away for nested functions. (c_expand_body): Expand them. (lang_mark_tree): Mark lang_decl:pending_sizes. * function.c (expand_pending_sizes): New function, broken out from ... (expand_function_start): ... here. * tree.h (expand_pending_sizes): Declare it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42892 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi: Update FreeBSD information. Generalizeljrittle2001-06-042-6/+67
| | | | | | | and update information for alpha-based platforms using ELF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42887 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/security/PublicKey.java: Extend Key.tromey2001-06-043-4/+9
| | | | | | | * java/security/PrivateKey.java: Extend Key. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42886 138bc75d-0d04-0410-961f-82ee72b054a4