summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * objalloc.h (OBJALLOC_ALIGN): Define using offsetof.Alan Modra2001-09-182-6/+9
| | | | From-SVN: r45677
* lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel header files.Philip Blundell2001-09-182-4/+11
| | | | | | | | | 2001-09-18 Philip Blundell <philb@gnu.org> * config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel header files. From-SVN: r45674
* Daily bump.GCC Administrator2001-09-186-6/+6
| | | | From-SVN: r45672
* parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-09-183-1457/+1430
| | | | | | | * parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. * jv-scan.c: Likewise. From-SVN: r45671
* rs6000.h (FIXED_REGISTERS): Use FIXED_R2.Dale Johannesen2001-09-175-3/+14
| | | | | | | | | | | 2001-09-17 Dale Johannesen <dalej@apple.com> * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2. * config/rs6000/aix.h (FIXED_R2): Define. * config/rs6000/darwin.h (FIXED_R2): Define. * config/rs6000/sysv4.h (FIXED_R2): Define. From-SVN: r45669
* configopts.html: HTML to XHTML change.Phil Edwards2001-09-1723-2649/+2674
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-09-17 Phil Edwards <pme@gcc.gnu.org> * docs/html/configopts.html: HTML to XHTML change. Lowercase tags. * docs/html/documentation.html: Likewise. * docs/html/explanations.html: Likewise. * docs/html/install.html: Likewise. * docs/html/17_intro/howto.html: Likewise. * docs/html/18_support/howto.html: Likewise. * docs/html/19_diagnostics/howto.html: Likewise. * docs/html/20_util/howto.html: Likewise. * docs/html/21_strings/howto.html: Likewise. * docs/html/22_locale/codecvt.html: Likewise. * docs/html/22_locale/ctype.html: Likewise. * docs/html/22_locale/howto.html: Likewise. * docs/html/22_locale/locale.html: Likewise. * docs/html/22_locale/messages.html: Likewise. * docs/html/23_containers/howto.html: Likewise. * docs/html/24_iterators/howto.html: Likewise. * docs/html/25_algorithms/howto.html: Likewise. * docs/html/26_numerics/howto.html: Likewise. * docs/html/27_io/howto.html: Likewise. * docs/html/ext/howto.html: Likewise. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerated. From-SVN: r45668
* except.c (dw2_build_landing_pads): New local clobbers_hard_regs.Jeff Sturm2001-09-172-1/+20
| | | | | | | | * except.c (dw2_build_landing_pads): New local clobbers_hard_regs. Emit an ASM_INPUT as a scheduling barrier after clobbers. Fixes c++/4012. From-SVN: r45667
* libiberty.h (concat_length, [...]): New.Kaveh R. Ghazi2001-09-176-25/+118
| | | | | | | | | | | | | | | | include: * libiberty.h (concat_length, concat_copy, concat_copy2, libiberty_concat_ptr, ACONCAT): New. libiberty: * concat.c (vconcat_length, vconcat_copy, concat_length, concat_copy, concat_copy2): New functions. (concat): Use vconcat_length/vconcat_copy. gcc: * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat. From-SVN: r45664
* dostage2, [...]: Remove obsolete files.Joseph Myers2001-09-178-1363/+5
| | | | | | | * dostage2, dostage3, listing, make-l2.com, makefile.vms, patch-apollo-includes, vmsconfig.com: Remove obsolete files. From-SVN: r45661
* libiberty.h (ASTRDUP): New macro.Kaveh R. Ghazi2001-09-176-3/+35
| | | | | | | | | | | | | | | | include: * libiberty.h (ASTRDUP): New macro. libiberty_optr, libiberty_nptr, libiberty_len): Declare. libiberty: * alloca.c (libiberty_optr, libiberty_nptr, libiberty_len): Define. gcc: * c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of alloca/strcpy. From-SVN: r45657
* cpphash.h (_cpp_lex_direct): New.Neil Booth2001-09-174-34/+82
| | | | | | | | | | | | * cpphash.h (_cpp_lex_direct): New. * cpplex.c (_cpp_lex_token): Update. (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token, and increment that pointer. * cppmacro.c (alloc_expansion_token): New. (lex_expansion_token): Lex macro expansion directly into macro storage. From-SVN: r45656
* re PR java/4189 (gcj generates bytecode for switch stmt that doesn't verify)Tom Tromey2001-09-172-0/+6
| | | | | | | * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call NOTE_PUSH for single-case push. Fixes PR java/4189. From-SVN: r45655
* * gcc.dg/array-5.c: Fix VLA decomposition test.Richard Henderson2001-09-172-1/+5
| | | | From-SVN: r45654
* Daily bump.GCC Administrator2001-09-176-6/+6
| | | | From-SVN: r45651
* * jni.cc (array_from_valist): Use promoted types for va_arg.Andreas Jaeger2001-09-172-58/+62
| | | | From-SVN: r45650
* Add support for iso8859_1.Anthony Green2001-09-172-0/+5
| | | | From-SVN: r45649
* * Makefile.in: Make rtl-error.o depend on $(CONFIG_H).Brad Lucier2001-09-162-1/+5
| | | | From-SVN: r45648
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-1621-218/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * basic-block.h (free_bb_for_insn): Declare. * bb-reorder.c (label_for_bb): Use block_label. (emit_jump_to_block_after): Remove. (insert_intra_1): Do not update block_for_insn. (insert_inter_bb_scope_notes): Likewise; update bb->end * cfg.c (free_bb_for_insn): New. (try_rediret_by_replacing_jump): Avoid set_block_for_new_insns call. (force_nonfallthru_and_redirect): Likewise; do not update BB boundaries. (commit_one_edge_insertion): Likewise. (commit_one_edge_insertion): Do not update BB boundary. (commit_edge_insertions): Do not call compute_bb_for_insn. * cfgbuild.c (find_basic_blocks): Do not free basic_block_for_insn. * cfgcleanup.c (merge_blocks_move_predecessor): Use reorder_insns_nobb. (merge_blocks_move_successor_nojumps): Likewise. (try_crossjump_to_edge): Do not update block_for_insn. * combine.c (combine_instructions): Remove compute_bb_for_insn call. * df.c (df_pattern_emit_later): Do not update BB boundary. (df_jump_pattern_emit_after): Likewise. (df_insn_move_before): Use emit_insn_before. * emit-rtl.c (try_split): Emit after trial to get bb boundary updated properly. (add_insn_after, add_insn_before, emit_insns_after): Update BB boundaries and basic_block_for_insn. (reorder_insns_nobb): Rename from reorder_insns. (reorder_insns): New. (emit_block_insn_before, emit_block_insn_after): Kill. * flow.c (check_function_return_warnings): Do not call compute_bb_for_insn; Do not free basic_block_for_insn. (attempt_auto_inc): Do not update basic_block_for_insn. * function.c (emit_return_into_block): Likewise; do not update BB boundaries. * gcse.c (handle_avail_expr): Do not update basic_block_for_insn. (insert_insn_end_bb): Use emit_insn_before; Likewise. (pre_insert_copy_insn): Likewise. (update_ld_motion_notes): Likewise. (insert_insn_start_bb): Likewise. (replace_store_insn): Likewise. * ifcvt.c (noce_process_if_block): Likewise. (if_convert): Do not call compute_bb_for_insn. * lcm.c (optimize_mode_switching): Do not update BB boundaries. Use emit_insn_before and emit_insn_after. * recog.c (split_all_insns): Do not update BB boundaries; Do not call compute_bb_for_insn. (peephole2_optimize): Do not update BB boundaries. * reg-stack.c (emit_pop_insn): Use emit_insn_after and emit_insn_before. (emit_swap_insn): Likewise. (convert_regs_1): Likewise. * reload1.c (reload): Call compute_bb_for_insn. * rtl.h (reorder_insns_nobb): Declare. * ssa.c (rename_equivalent_regs): Use emit_insn_before. * toplev.c (rest_of_compilation): Call free_bb_for_insn at places CFG is invalidated; do not call compute_bb_for_insn. * cfg.c (expunge_block): Invalidate BB structure. * (merge_blocks_nomove): Update properly BLOCK_FOR_INSN array. * cfg.c (verify_flow_info): Verify the basic_block_for_insn array. From-SVN: r45647
* cpphash.h (_cpp_lex_token): Update prototype.Neil Booth2001-09-165-55/+51
| | | | | | | | | | | * cpphash.h (_cpp_lex_token): Update prototype. * cpplex.c (_cpp_lex_token): New prototype. * cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive, lex_macro_node, read_flag, do_pragma_poison): Update. * cppmacro.c (cpp_get_token, parse_params, lex_expansion_token): Update. From-SVN: r45646
* cppmain.c (scan_translation_unit): Don't worry about putting a space after ↵Neil Booth2001-09-167-115/+145
| | | | | | | | | | | | | | | | | | hashes. * cppmain.c (scan_translation_unit): Don't worry about putting a space after hashes. * cpplib.c (directive_diagnostics): New. (_cpp_handle_directive): Update to use directive_diagnostics. (run_directive): Don't toggle prevent_expansion. (do_line): Backup in case of the line extension. * cpplib.h (cpp_lexer_pos): Remove. * cppmacro.c (_cpp_create_definition): Precede a leading # with whitespace. * gcc.dg/cpp/line5.c: New testcase. From-SVN: r45645
* Daily bump.GCC Administrator2001-09-166-6/+6
| | | | From-SVN: r45644
* * c-typeck.c (comptypes): Handle zero-length arrays properly.Richard Henderson2001-09-153-6/+65
| | | | From-SVN: r45641
* * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.Roman Lechtchinsky2001-09-152-1/+6
| | | | From-SVN: r45640
* Make-lang.in (cp/error.o): Depend on real.hGabriel Dos Reis2001-09-153-1/+7
| | | | | | | * Make-lang.in (cp/error.o): Depend on real.h * error.c: #include "real.h" From-SVN: r45639
* * gcc.dg/cpp/macro9.c: Update to make lucky passes harder.Neil Booth2001-09-151-4/+4
| | | | From-SVN: r45637
* * gcc.dg/cpp/macro9.c: New test.Neil Booth2001-09-152-0/+18
| | | | From-SVN: r45636
* * 980223.c: Change type of addr from long to char *.Aldy Hernandez2001-09-152-5/+10
| | | | From-SVN: r45635
* re PR preprocessor/3571 (cpp -traditional inserts line breaks)Neil Booth2001-09-152-1/+6
| | | | | | | PR preprocessor/3571 * tradcpp.c (handle_directive): Skip non-vertical space. From-SVN: r45633
* cppmain.c (setup_callbacks): Set line callback only if outputting ↵Neil Booth2001-09-152-1/+6
| | | | | | | | | preprocessed source. * cppmain.c (setup_callbacks): Set line callback only if outputting preprocessed source. From-SVN: r45632
* collect2.c (main): Const-ification.Kaveh R. Ghazi2001-09-155-52/+49
| | | | | | | | | | | | * collect2.c (main): Const-ification. * gcc.c (translate_options, process_command): Use xstrdup in lieu of xmalloc/strcpy. (main): Use concat in lieu of xmalloc/strcpy/strcat. cp: * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of xmalloc/strcpy/strcat. From-SVN: r45631
* Remove conflict indicators committed as part of revision 1.11335 byGerald Pfeifer2001-09-151-1/+0
| | | | | | echristo on 15-Sep-01. From-SVN: r45630
* install.texi (Specific, [...]): Fix example.Roman Lechtchinsky2001-09-152-1/+6
| | | | | | | * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix example. From-SVN: r45629
* * scan-decls.c (scan_decls): Fix typo.Neil Booth2001-09-152-1/+5
| | | | From-SVN: r45628
* cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.Neil Booth2001-09-156-38/+60
| | | | | | | | | | | | | | | | | * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. Split mlstring_pos into mls_line and mls_col. * cppinit.c (cpp_create_reader): Initialize line to 1. (cpp_destroy): Free tokenruns. (push_include): Don't update lexer_pos. * cpplex.c (unterminated, parse_string): Update. (lex_token): Don't update lexer_pos, update. * cpplib.c (if_stack): Save line instead of line + col. (start_directive, _cpp_do__Pragma, do_else, do_elif, push_conditional, _cpp_pop_buffer): Update. * cppmacro.c (funlike_invocation_p): Don't save lexer_pos. (_cpp_create_definition): Update. From-SVN: r45627
* Daily bump.GCC Administrator2001-09-156-6/+6
| | | | From-SVN: r45626
* abi64.h: Add support for MEABI.Eric Christopher2001-09-152-4/+5
| | | | | | | | 2001-09-15 Eric Christopher <echristo@redhat.com> * config/mips/abi64.h: Add support for MEABI. From-SVN: r45624
* mips.md: Add unspec #2.Eric Christopher2001-09-159-85/+736
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-09-15 Eric Christopher <echristo@redhat.com> * config/mips/mips.md: Add unspec #2. (reload_indi): Use. (reload_outdi): Ditto. (reload_outsi): Ditto. (HILO_delay): New. 2001-09-15 Eric Christopher <echristo@redhat.com> Jason Eckhardt <jle@redhat.com> * config.gcc: Add mipsisa32 target and mipsisa32-linux target. * config/mips/isa32-linux.h: New file. * config/mips/isa3264.h: Ditto. * config/mips/mips-protos.h: Add mips_hard_regno_nregs. * config/mips/mips.c (mips_hard_regno_nregs): Move here from mips.h. (output_block_mode): Support MEABI. (function_arg): Ditto. Fix floating point arg passing. (mips_va_start): Ditto. (override_options): Add isas 32 and 64, meabi, mips32 and mips64 processors. (mips_asm_file_start): Add new section to pass abi to gdb. (function_arg_pass_by_reference): Support MEABI. (mips_parse_cpu): Support mips32 and mips64 processors. * config/mips/mips.h: Support ABI_MEABI, TARGET_MIPS4KC, TARGET_MIPS5KC. Support isa32 and isa64. (processor_type): Add r4kc, r5kc, r20kc. (GENERATE_MULT3_SI): New. (GENERATE_MULT3_DI): Ditto. (GENERATE_MULT3): Remove. (ISA_HAS_64BIT_REGS): Add isa == 64. (ISA_HAS_8CC): Add mips_isa = 32 and 64. (ISA_HAS_MADD_MSUB): New. (ISA_HAS_CLZ_CLO): Ditto. (ISA_HAS_DCLZ_DCLO): Ditto. (ABI_GAS_ASM_SPEC): New. (GAS_ASM_SPEC): Use. Add support for mips32, mips64. (ASM_SPEC): Ditto. (LINK_SPEC): Ditto. (SUBTARGET_CC1_SPEC): Ditto. (SUBTARGET_CPP_SIZE_SPEC): Ditto. (PAD_VARARGS_DOWN): Support MEABI. (HARD_REGNO_NREGS): Move to mips.c. (ASM_OUTPUT_IDENT): Add #undef. * config/mips/mips.md: Add r4kc, r5kc, r20kc. (mulsi3): Use GENERATE_MULT3_SI. (mulsi3_mult3): Ditto. Support mips32, mips64. (mul_acc_si): Use ISA_HAS_MADD_MSUB. (mul_sub_si): New pattern. (unnamed splitters): New. (muldi3): Use GENERATE_MULT3_DI. (muldi3_internal2): Ditto. (movdicc): Support mips32. * config/mips/t-isa3264: New file. From-SVN: r45623
* TimeZone.java: Updated list of timezones from Classpath.Tom Tromey2001-09-152-2/+11
| | | | | | | * java/util/TimeZone.java: Updated list of timezones from Classpath. From-SVN: r45622
* headers_cc.txt: "Sync"/copy real file over.Phil Edwards2001-09-158-46/+99
| | | | | | | | | | | | | | | | 2001-09-14 Phil Edwards <pme@sources.redhat.com> * docs/html/17_intro/headers_cc.txt: "Sync"/copy real file over. * docs/html/17_intro/howto.html: Spacing and HTML markup fixes. * docs/html/18_support/howto.html: It won't compile; it's not code. * docs/html/19_diagnostics/howto.html: Point diagram seekers to doxygen'd pages. * docs/html/22_locale/howto.html: Comment for future work. * docs/html/23_containers/howto.html: More comments. * docs/html/25_algorithms/howto.html: It's a comment, not a blunt command to the reader. (English grammar.) From-SVN: r45620
* java-tree.h (TYPE_IMPORT_LIST): New macro.Alexandre Petit-Bianco2001-09-143-17/+61
| | | | | | | | | | | | | | | | | | | | | | | 2001-09-13 Alexandre Petit-Bianco <apbianco@redhat.com> * java-tree.h (TYPE_IMPORT_LIST): New macro. (TYPE_IMPORT_DEMAND_LIST): Likewise. (struct lang_type): New fields import_list and import_demand_list. * parse.y (java_complete_class): Initialize TYPE_IMPORT_LIST and TYPE_IMPORT_DEMAND_LIST with ctxp counterparts. (do_resolve_class): New local saved_enclosing_type, initialized, passed as parameter to find_in_imports and find_in_imports_on_demand. (find_in_imports): Added paramater enclosing_type, use its TYPE_IMPORT_LIST when applicable. (find_in_imports_on_demand): Added parameter enclosing_type, use its TYPE_IMPORT_DEMAND_LIST when applicable. Reorganized locals declaration and initialization. (fold_constant_for_init): Switch/restore current_class to the appropriate context. ( http://gcc.gnu.org/ml/gcc-patches/2001-09/msg00563.html ) From-SVN: r45619
* * gcc.c-torture/execute/20010915-1.c: New test.Hans-Peter Nilsson2001-09-142-0/+75
| | | | From-SVN: r45618
* rtl.h (FIND_REG_INC_NOTE): Call find_regno_note for REGs.Hans-Peter Nilsson2001-09-142-2/+9
| | | | | | | | * rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT || HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT || HAVE_POST_DECREMENT]: Call find_regno_note for REGs. From-SVN: r45617
* reorg.c (fill_slots_from_thread): After call to steal_delay_list_from_target...Hans-Peter Nilsson2001-09-142-6/+18
| | | | | | | | * reorg.c (fill_slots_from_thread): After call to steal_delay_list_from_target, update own_thread as new_thread may have branched. From-SVN: r45616
* moneypunct_members_gnu.cc: Fix initialization of wchar_t members.Benjamin Kosnik2001-09-141-0/+5
| | | | | | | | | | | 2001-09-14 Benjamin Kosnik <bkoz@redhat.com> * config/locale/moneypunct_members_gnu.cc: Fix initialization of wchar_t members. * testsuite/22_locale/money_get_members_wchar_t.cc (test02): New file. * testsuite/22_locale/money_put_members_wchar_t.cc (test02): Fix. From-SVN: r45615
* moneypunct_members_gnu.cc: Fix initialization of wchar_t members.Benjamin Kosnik2001-09-144-7/+366
| | | | | | | | | | | 2001-09-14 Benjamin Kosnik <bkoz@redhat.com> * config/locale/moneypunct_members_gnu.cc: Fix initialization of wchar_t members. * testsuite/22_locale/money_get_members_wchar_t.cc (test02): New file. * testsuite/22_locale/money_put_members_wchar_t.cc (test02): Fix. From-SVN: r45614
* cpperror.c (print_location): Take line and column, for default positioning ↵Neil Booth2001-09-1411-121/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | use the previously lexed token. * cpperror.c (print_location): Take line and column, for default positioning use the previously lexed token. (_cpp_begin_message): Take line and column. (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning, cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update. * cpphash.h (_cpp_begin_message): Update prototype. * cppinit.c (push_include): Don't set output line. * cpplex.c (_cpp_lex_token): Callback for start of new output lines. * cpplib.c (do_diagnostic, _cpp_pop_buffer): Update. (do_pragma): Kludge for front ends. Don't expand macros at all. * cpplib.h (cpp_lookahead, cpp_token_with_pos, cpp_get_line): Remove. (struct cpp_token): Remove output_line. (struct cpp_callbacks): New member line_change. * cppmacro.c (builtin_macro, paste_all_tokens, replace_args, cpp_get_token): Preserve BOL flag. (cpp_get_line): Remove. (_cpp_backup_tokens): Remove useless abort(). * cppmain.c (cb_line_change): New. (scan_translation_unit): Don't worry about starting new lines here. * scan-decls.c (scan_decls): Update. * c-lex.c (c_lex, init_c_lex): Update. (cb_line_change, src_lineno): New. From-SVN: r45613
* Run tests of gcov output.Janis Johnson2001-09-141-0/+44
| | | | | | | | | * g77.dg/gcov: New directory. * g77.dg/gcov/gcov.exp: New file. * g77.dg/gcov/gcov-1.f: New test. * g77.dg/gcov/gcov-1.x: New file. From-SVN: r45612
* Options to control test of gcov output.Janis Johnson2001-09-141-0/+3
| | | | | | | | | * g77.dg/gcov: New directory. * g77.dg/gcov/gcov.exp: New file. * g77.dg/gcov/gcov-1.f: New test. * g77.dg/gcov/gcov-1.x: New file. From-SVN: r45611
* Test for gcov output.Janis Johnson2001-09-141-0/+427
| | | | | | | | | * g77.dg/gcov: New directory. * g77.dg/gcov/gcov.exp: New file. * g77.dg/gcov/gcov-1.f: New test. * g77.dg/gcov/gcov-1.x: New file. From-SVN: r45610
* Support for tests of -fbranch-probabilities.Janis Johnson2001-09-141-0/+55
| | | | | | | | * g77.dg/bprob: New directory. * g77.dg/bprob/bprob.exp: New file. * g77.dg/bprob/bprob-1.f: New test. From-SVN: r45609