OSDN Git Service

pf3gnuchains/gcc-fork.git
22 years ago * jni.cc (array_from_valist): Use promoted types for va_arg.
aj [Mon, 17 Sep 2001 05:08:10 +0000 (05:08 +0000)]
    * jni.cc (array_from_valist): Use promoted types for va_arg.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45650 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoAdd support for iso8859_1.
green [Mon, 17 Sep 2001 02:28:53 +0000 (02:28 +0000)]
Add support for iso8859_1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45649 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago* Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
dj [Mon, 17 Sep 2001 02:13:44 +0000 (02:13 +0000)]
* Makefile.in: Make rtl-error.o depend on $(CONFIG_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45648 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * basic-block.h (free_bb_for_insn): Declare.
hubicka [Sun, 16 Sep 2001 20:21:30 +0000 (20:21 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45647 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * cpphash.h (_cpp_lex_token): Update prototype.
neil [Sun, 16 Sep 2001 13:44:29 +0000 (13:44 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45646 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * cppmain.c (scan_translation_unit): Don't worry about
neil [Sun, 16 Sep 2001 11:23:56 +0000 (11:23 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45645 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoDaily bump.
gccadmin [Sun, 16 Sep 2001 07:16:41 +0000 (07:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45644 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * c-typeck.c (comptypes): Handle zero-length arrays properly.
rth [Sun, 16 Sep 2001 00:48:52 +0000 (00:48 +0000)]
    * c-typeck.c (comptypes): Handle zero-length arrays properly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45641 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.
rth [Sat, 15 Sep 2001 19:47:38 +0000 (19:47 +0000)]
    * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45640 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * Make-lang.in (cp/error.o): Depend on real.h
gdr [Sat, 15 Sep 2001 19:47:34 +0000 (19:47 +0000)]
    * Make-lang.in (cp/error.o): Depend on real.h
        * error.c: #include "real.h"

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45639 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * gcc.dg/cpp/macro9.c: Update to make lucky passes harder.
neil [Sat, 15 Sep 2001 18:42:58 +0000 (18:42 +0000)]
* gcc.dg/cpp/macro9.c: Update to make lucky passes harder.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45637 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * gcc.dg/cpp/macro9.c: New test.
neil [Sat, 15 Sep 2001 18:38:46 +0000 (18:38 +0000)]
* gcc.dg/cpp/macro9.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45636 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * 980223.c: Change type of addr from long to char *.
aldyh [Sat, 15 Sep 2001 18:36:40 +0000 (18:36 +0000)]
    * 980223.c: Change type of addr from long to char *.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45635 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago PR preprocessor/3571
neil [Sat, 15 Sep 2001 18:16:01 +0000 (18:16 +0000)]
PR preprocessor/3571
* tradcpp.c (handle_directive): Skip non-vertical space.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45633 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * cppmain.c (setup_callbacks): Set line callback only
neil [Sat, 15 Sep 2001 16:33:43 +0000 (16:33 +0000)]
* cppmain.c (setup_callbacks): Set line callback only
if outputting preprocessed source.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45632 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * collect2.c (main): Const-ification.
ghazi [Sat, 15 Sep 2001 14:04:47 +0000 (14:04 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45631 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoRemove conflict indicators committed as part of revision 1.11335 by
gerald [Sat, 15 Sep 2001 11:51:23 +0000 (11:51 +0000)]
Remove conflict indicators committed as part of revision 1.11335 by
echristo on 15-Sep-01.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45630 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
gerald [Sat, 15 Sep 2001 11:47:05 +0000 (11:47 +0000)]
* doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
example.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45629 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * scan-decls.c (scan_decls): Fix typo.
neil [Sat, 15 Sep 2001 11:09:38 +0000 (11:09 +0000)]
* scan-decls.c (scan_decls): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45628 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
neil [Sat, 15 Sep 2001 10:18:03 +0000 (10:18 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45627 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoDaily bump.
gccadmin [Sat, 15 Sep 2001 07:16:39 +0000 (07:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45626 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-15 Eric Christopher <echristo@redhat.com>
echristo [Sat, 15 Sep 2001 02:09:52 +0000 (02:09 +0000)]
2001-09-15  Eric Christopher  <echristo@redhat.com>

* config/mips/abi64.h: Add support for MEABI.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45624 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-15 Eric Christopher <echristo@redhat.com>
echristo [Sat, 15 Sep 2001 02:03:14 +0000 (02:03 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45623 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * java/util/TimeZone.java: Updated list of timezones from
tromey [Sat, 15 Sep 2001 01:22:39 +0000 (01:22 +0000)]
* java/util/TimeZone.java: Updated list of timezones from
Classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45622 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-14 Phil Edwards <pme@sources.redhat.com>
pme [Sat, 15 Sep 2001 00:41:11 +0000 (00:41 +0000)]
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.)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45620 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-13 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco [Fri, 14 Sep 2001 22:58:37 +0000 (22:58 +0000)]
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 )

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45619 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * gcc.c-torture/execute/20010915-1.c: New test.
hp [Fri, 14 Sep 2001 22:33:58 +0000 (22:33 +0000)]
* gcc.c-torture/execute/20010915-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45618 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
hp [Fri, 14 Sep 2001 22:29:13 +0000 (22:29 +0000)]
* rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
|| HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT
|| HAVE_POST_DECREMENT]: Call find_regno_note for REGs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45617 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * reorg.c (fill_slots_from_thread): After call to
hp [Fri, 14 Sep 2001 22:25:05 +0000 (22:25 +0000)]
* reorg.c (fill_slots_from_thread): After call to
steal_delay_list_from_target, update own_thread as new_thread may
have branched.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45616 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 14 Sep 2001 22:13:11 +0000 (22:13 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45615 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 14 Sep 2001 22:09:35 +0000 (22:09 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45614 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * cpperror.c (print_location): Take line and column, for
neil [Fri, 14 Sep 2001 22:04:46 +0000 (22:04 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45613 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoRun tests of gcov output.
janis [Fri, 14 Sep 2001 20:47:47 +0000 (20:47 +0000)]
Run tests of gcov output.
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45612 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoOptions to control test of gcov output.
janis [Fri, 14 Sep 2001 20:47:19 +0000 (20:47 +0000)]
Options to control test of gcov output.
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45611 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoTest for gcov output.
janis [Fri, 14 Sep 2001 20:46:45 +0000 (20:46 +0000)]
Test for gcov output.
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45610 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoSupport for tests of -fbranch-probabilities.
janis [Fri, 14 Sep 2001 20:45:06 +0000 (20:45 +0000)]
Support for tests of -fbranch-probabilities.
* g77.dg/bprob: New directory.
* g77.dg/bprob/bprob.exp: New file.
* g77.dg/bprob/bprob-1.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45609 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoTest for -fbranch-probability.
janis [Fri, 14 Sep 2001 20:43:35 +0000 (20:43 +0000)]
Test for -fbranch-probability.
* g77.dg/bprob: New directory.
* g77.dg/bprob/bprob.exp: New file.
* g77.dg/bprob/bprob-1.f: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45608 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * g77.dg/bprob: New directory.
janis [Fri, 14 Sep 2001 20:42:38 +0000 (20:42 +0000)]
* g77.dg/bprob: New directory.
* g77.dg/bprob/bprob.exp: New file.
* g77.dg/bprob/bprob-1.f: New test.
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45607 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * tree.c (append_random_chars): Generate the random
wehle [Fri, 14 Sep 2001 17:56:47 +0000 (17:56 +0000)]
* tree.c (append_random_chars): Generate the random
characters in a reproducable fashion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45606 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * config/i386/i386.c (internal_label_prefix): New.
rth [Fri, 14 Sep 2001 17:19:04 +0000 (17:19 +0000)]
    * config/i386/i386.c (internal_label_prefix): New.
        (internal_label_prefix_len): New.
        (override_options): Set them.
        (local_symbolic_operand): New.
        (legitimate_pic_address_disp_p): Use it.
        (legitimize_pic_address): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45605 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agooops, I always forget that blank line
espie [Fri, 14 Sep 2001 16:45:25 +0000 (16:45 +0000)]
oops, I always forget that blank line

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45603 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-14 Marc Espie <espie@openbsd.org>
espie [Fri, 14 Sep 2001 16:40:12 +0000 (16:40 +0000)]
2001-09-14  Marc Espie <espie@openbsd.org>
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK):  Generate reference to GOT
correctly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45601 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
rth [Fri, 14 Sep 2001 16:25:26 +0000 (16:25 +0000)]
    * config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
        * config/alpha/unicosmk.h (INIT_TARGET_OPTABS): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45600 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * java/lang/CloneNotSupportedException.java: Re-merged with
tromey [Fri, 14 Sep 2001 16:19:30 +0000 (16:19 +0000)]
* java/lang/CloneNotSupportedException.java: Re-merged with
Classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45599 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoAdd missing semicolon
nickc [Fri, 14 Sep 2001 11:11:01 +0000 (11:11 +0000)]
Add missing semicolon

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45597 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agooops - omitted in previous delta
nickc [Fri, 14 Sep 2001 11:07:35 +0000 (11:07 +0000)]
oops - omitted in previous delta

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45596 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoFix typo in FSF copyright statement
nickc [Fri, 14 Sep 2001 11:05:39 +0000 (11:05 +0000)]
Fix typo in FSF copyright statement

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45595 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoRearrange arm/elf header files
nickc [Fri, 14 Sep 2001 10:19:30 +0000 (10:19 +0000)]
Rearrange arm/elf header files

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45594 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-13 Alexandre Petit-Bianco <apbianco@redhat.com>
apbianco [Fri, 14 Sep 2001 08:38:18 +0000 (08:38 +0000)]
2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>

* testsuite/22_locale/money_get_members_char.cc: Fixed typo in comment.
* testsuite/22_locale/money_put_members_char.cc: Likewise.
* testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.

(If only spelling them right would make them go away...)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45592 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 14 Sep 2001 07:43:36 +0000 (07:43 +0000)]
2001-09-14  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.tcc: Conditionalize use of strtold.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45591 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoDaily bump.
gccadmin [Fri, 14 Sep 2001 07:16:09 +0000 (07:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45589 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoWhitespace fixes.
aoliva [Fri, 14 Sep 2001 05:02:00 +0000 (05:02 +0000)]
Whitespace fixes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45587 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * verify.c (verify_jvm_instructions): Fix typo.
mmitchel [Fri, 14 Sep 2001 00:16:36 +0000 (00:16 +0000)]
* verify.c (verify_jvm_instructions): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45586 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-13 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 13 Sep 2001 23:21:25 +0000 (23:21 +0000)]
2001-09-13   Benjamin Kosnik  <bkoz@redhat.com>

Implement std::money_get.
* include/bits/locale_facets.tcc (money_get::do_get): Implement.
* include/bits/locale_facets.h (money_get): Correct signatures.
* testsuite/22_locale/money_get.cc: New file.
* testsuite/22_locale/money_get_members_char.cc: New file.

* include/bits/locale_facets.tcc (__verify_grouping): New
function. Consolidate num_get and money_get group checking into
one function.
(money_get): Use it.
* src/locale.cc (num_get::_M_extract): Use it.
* src/locale-inst.cc: Add instantiation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45585 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * java/util/Hashtable.java (Enumerator): Ensure that if
bryce [Thu, 13 Sep 2001 23:20:19 +0000 (23:20 +0000)]
* java/util/Hashtable.java (Enumerator): Ensure that if
hasMoreElements() returns true, nextElement() will always return
something even if the table has been modified.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45584 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * java/io/File.java (normalizePath): Use equals() not '==' for string
bryce [Thu, 13 Sep 2001 23:18:07 +0000 (23:18 +0000)]
* java/io/File.java (normalizePath): Use equals() not '==' for string
comparison.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45583 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * c-parse.in (_yylex): Use _cpp_backup_tokens.
neil [Thu, 13 Sep 2001 20:05:17 +0000 (20:05 +0000)]
* c-parse.in (_yylex): Use _cpp_backup_tokens.
* cpphash.h (struct tokenrun): Add prev.
(struct lexer_state): Remove bol.
(struct cpp_reader): Remove old lookahead stuff, add lookaheads.
(_cpp_free_lookaheads, _cpp_release_lookahead, _cpp_push_token)
: Remove.
* cppinit.c (cpp_create_reader): Don't set bol.
(cpp_destroy): Don't free lookaheads.
* cpplex.c (lex_directive): Remove.
(next_tokenrun): Update.
(_cpp_lex_token): Clean up logic.
(lex_token): Update to return a pointer to lexed token, since it
can move to the start of the buffer.  Simpify newline handling.
* cpplib.c (SEEN_EOL): Update.
(skip_rest_of_line): Remove lookahead stuff.
(end_directive): Line numbers are already incremented.  Revert
to start of lexed token buffer if we can.
(_cpp_handle_directive, do_pragma, do_pragma_dependency,
parse_answer): Use _cpp_backup_tokens.
(run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
instead.  Don't check for EOL.
(do_include_common, do_line, do_pragma_system_header): Use
skip_rest_of_line.
* cpplib.h (BOL, _cpp_backup_tokens): New.
* cppmacro.c (save_lookahead_token, take_lookahead_token,
alloc_lookahead, free_lookahead, _cpp_free_lookaheads,
cpp_start_lookahead, cpp_stop_lookahead, _cpp_push_token): Remove.
(builtin_macro): Don't use cpp_get_line.
(cpp_get_line): Short term kludge.
(parse_arg): Handle directives in arguments here.  Back up when
appropriate.  Store EOF at end of argument list.
(funlike_invocation_p): Use _cpp_backup_tokens.
(push_arg_context): Account for EOF at end of list.
(cpp_get_token): Remove lookahead stuff.  Update.

* gcc.dg/cpp/directiv.c: Update.
* gcc.dg/cpp/undef1.c: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45582 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * c-parse.in (yyerror): Const-ification and/or static-ization.
ghazi [Thu, 13 Sep 2001 14:37:29 +0000 (14:37 +0000)]
* c-parse.in (yyerror): Const-ification and/or static-ization.
* c-typeck.c (push_member_name): Likewise.
* collect2.c (main): Likewise.
* dbxout.c (dbxout_parms): Likewise.
* diagnostic.c (format_with_decl): Likewise.
* dwarf2out.c (output_ranges): Likewise.
* dwarfout.c (fundamental_type_code): Likewise.
* except.c (dw2_output_call_site_table): Likewise.
* gcc.c (do_spec_1): Likewise.
* genopinit.c (optabs): Likewise.
* objc/objc-act.c (synth_id_with_class_suffix, start_class,
gen_declaration_1, handle_impent): Likewise.
* protoize.c (default_include, in_system_include_dir, abspath):
Likewise.
* sched-vis.c (visualize_stall_cycles): Likewise.
* sdbout.c (plain_type_1, sdbout_end_function,
sdbout_end_epilogue): Likewise.
* varasm.c (decode_reg_name): Likewise.

* 1750a.c (mod_regno_adjust): Likewise.
* alpha.c (alpha_write_one_linkage,
unicosmk_output_default_externs): Likewise.
* arm.c (arm_condition_codes): Likewise.
* arm.h (arm_condition_codes): Likewise.
* avr.c (output_movsisf, encode_section_info): Likewise.
* darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
Likewise.
* i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
* i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
* m88k.c (output_function_profiler): Likewise.
* mips.c (mips_output_conditional_branch): Likewise.
* ns32k.c (ns32k_out_reg_names): Likewise.
* ns32k.h (ns32k_out_reg_names): Likewise.
* pj.c (pj_output_rval): Likewise.
* rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
* sparc.c (sparc_flat_function_prologue,
sparc_flat_function_epilogue): Likewise.

cp:
* decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
Const-ification.
* pt.c (tsubst_decl): Likewise.

f:
* bad.c (ffebad_finish): Const-ification and/or static-ization.
* intrin.c (ffeintrin_cmp_name_): Likewise.
* stc.c (ffestc_R904): Likewise.

java:
* expr.c (expand_invoke): Const-ification.
* parse.y (patch_method_invocation): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45581 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * doc/install.texi (Binaries): Add "Binaries for HP-UX 11.00 at
gerald [Thu, 13 Sep 2001 12:33:05 +0000 (12:33 +0000)]
* doc/install.texi (Binaries): Add "Binaries for HP-UX 11.00 at
Aachen University of Technology".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45580 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * config/float-m68k.h: Define DECIMAL_DIG and FLT_EVAL_METHOD for
schwab [Thu, 13 Sep 2001 09:53:28 +0000 (09:53 +0000)]
* config/float-m68k.h: Define DECIMAL_DIG and FLT_EVAL_METHOD for
C99.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45577 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * config/alpha/alpha.c (small_symbolic_operand): New.
rth [Thu, 13 Sep 2001 08:42:20 +0000 (08:42 +0000)]
    * config/alpha/alpha.c (small_symbolic_operand): New.
        (override_options): Set MASK_SMALL_DATA based on pic/PIC.
        (some_operand, input_operand): Don't handle HIGH.
        (alpha_legitimize_address): Use it.  Emit HIGH with PLUS gp.
        (alpha_expand_mov): Likewise.
        (print_operand) [H]: Just print HIGH symbol.
        (print_operand_address): Handle small data.
        * config/alpha/alpha.h (MASK_SMALL_DATA, TARGET_SMALL_DATA): New.
        (TARGET_SWITCHES): Add -msmall-data/large-data.
        (PIC_OFFSET_TABLE_REGNUM): New.
        (PREFERRED_RELOAD_CLASS): Don't handle HIGH.
        (PREDICATE_COES): Update.
        * config/alpha/alpha.md (adddi_er_high): New.
        (adddi_er_low): Handle small data.
        * config/alpha/elf.h (DO_SELECT_SECTION): If SMALL_DATA,
        prefer .sdata to .rodata.
        (SELECT_RTX_SECTION): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45576 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoDaily bump.
gccadmin [Thu, 13 Sep 2001 07:16:08 +0000 (07:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45574 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago Keep HP-UX headers from defining __size_t and leaving size_t undefined.
korbb [Thu, 13 Sep 2001 02:13:41 +0000 (02:13 +0000)]
 Keep HP-UX headers from defining __size_t and leaving size_t undefined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45572 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * gcc.dg/20010912-1.c: New test.
jakub [Wed, 12 Sep 2001 20:58:29 +0000 (20:58 +0000)]
* gcc.dg/20010912-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45571 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * basic-block.h (expunge_block): Declare.
dnovillo [Wed, 12 Sep 2001 20:50:01 +0000 (20:50 +0000)]
* basic-block.h (expunge_block): Declare.
* cfg.c (expunge_block): Remove static declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45569 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * integrate.c (copy_insn_list): Copy label name from
rth [Wed, 12 Sep 2001 17:59:49 +0000 (17:59 +0000)]
    * integrate.c (copy_insn_list): Copy label name from
        NOTE_INSN_DELETED_LABEL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45568 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * c-common.c (c_tree_code_name): Const-ification.
ghazi [Wed, 12 Sep 2001 17:18:03 +0000 (17:18 +0000)]
* c-common.c (c_tree_code_name): Const-ification.
* c-decl.c (c_decode_option): Likewise.
* c-typeck.c (warn_for_assignment): Likewise.
* collect2.c (libexts, is_ctor_dtor, main, ignore_library):
Likewise.
* cppinit.c (output_deps): Likewise.
* dependence.c (dependence_string, direction_string): Likewise.
* dwarf2out.c (output_ranges): Likewise.
* fixinc/fixfixes.c (emit_gnu_type): Likewise.
* fixinc/gnu-regex.c (re_error_msgid): Likewise.
* gcc.c (standard_exec_prefix, standard_exec_prefix_1,
standard_startfile_prefix, standard_startfile_prefix_1,
standard_startfile_prefix_2, tooldir_base_prefix,
standard_bindir_prefix, find_a_file): Likewise.
* genattrtab.c (make_length_attrs): Likewise.
* gencheck.c (tree_codes): Likewise.
* genemit.c (gen_split): Likewise.
* genrecog.c (special_mode_pred_table): Likewise.
* graph.c (graph_ext): Likewise.
* protoize (default_include): Likewise.
* reload.c (reload_when_needed_name): Likewise.
* sched-vis.c (visualize_stall_cycles): Likewise.
* tlink.c (recompile_files): Likewise.
* toplev.c (decode_g_option): Likewise.
* tradcpp.c (output_deps): Likewise.
* varasm.c (decode_reg_name): Likewise.

* arm.c (arm_condition_codes, strings_fpa, thumb_condition_code):
Const-ification.
* arm.md: Likewise.
* avr.c (avr_regnames, encode_section_info): Likewise.
* c4x.c (float_reg_names): Likewise.
* darwin.h (ASM_GLOBALIZE_LABEL): Likewise.
* elfos.h (const_section): Likewise.
* i386.c (ix86_comp_type_attributes): Likewise.
* i386/win32.h (STRIP_NAME_ENCODING): Likewise.
* ia64/aix.h (UNIQUE_SECTION): Likewise.
* ia64.c (type_names): Likewise.
* m68hc11.c (reg_class_names): Likewise.
* m88k.c (m_options): Likewise.
* mips.c (mips_output_conditional_branch, mips_unique_section):
Likewise.
* rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
* sparc.c (sparc_flat_function_prologue, sparc_flat_function_epilogue,
ultra_code_names): Likewise.
* sparc.h (OVERRIDE_OPTIONS): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45567 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * bld.c (ffebld_op_string_): Const-ification.
ghazi [Wed, 12 Sep 2001 16:52:42 +0000 (16:52 +0000)]
* bld.c (ffebld_op_string_): Const-ification.
* com.c (ffecom_gfrt_name_, ffecom_gfrt_argstring_): Likewise.
* fini.c (xspaces): Likewise.
* global.c (ffeglobal_type_string_): Likewise.
* info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
ffeinfo_kind_string_, ffeinfo_kindtype_string_,
ffeinfo_where_string_): Likewise.
* lex.c (ffelex_type_string_): Likewise.
* malloc.c (malloc_types_): Likewise.
* stc.c (ffestc_subr_binsrch_, ffestc_R904, ffestc_R904,
ffestc_R907): Likewise.
* symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_):
Likewise.
* version.c (ffe_version_string): Likewise.
* version.h (ffe_version_string): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45566 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * decl2.c (lang_f_options): Const-ification.
ghazi [Wed, 12 Sep 2001 16:25:07 +0000 (16:25 +0000)]
* decl2.c (lang_f_options): Const-ification.
* lex.c (cplus_tree_code_name): Likewise.
* spew.c (yyerror): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45565 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * gjavah.c (cxx_keywords): Const-ification.
ghazi [Wed, 12 Sep 2001 16:21:12 +0000 (16:21 +0000)]
* gjavah.c (cxx_keywords): Const-ification.
* keyword.gperf (java_keyword): Likewise.
* lang.c (java_tree_code_name): Likewise.
* lex.c (cxx_keywords): Likewise.
* parse.y (java_parser_context_suspend, merge_string_cste): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45564 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * configure.in (gcc_cv_as_shf_merge): Fix a typo.
jakub [Wed, 12 Sep 2001 16:15:56 +0000 (16:15 +0000)]
* configure.in (gcc_cv_as_shf_merge): Fix a typo.
Use --fatal-warnings option for gas.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45563 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * Makefile.in: Rebuilt.
tromey [Wed, 12 Sep 2001 15:13:32 +0000 (15:13 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (class-check): New target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45562 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
gerald [Wed, 12 Sep 2001 14:54:37 +0000 (14:54 +0000)]
* doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45561 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago* include/bits/std_limits.h (numeric_limits<float>::radix,
gdr [Wed, 12 Sep 2001 07:39:46 +0000 (07:39 +0000)]
* include/bits/std_limits.h (numeric_limits<float>::radix,
  numeric_limits<float>::epsilon:  Fix thinko.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45559 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoDaily bump.
gccadmin [Wed, 12 Sep 2001 07:16:11 +0000 (07:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45557 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * java/io/File.java (toURL): Use getAbsolutePath and `file://'.
tromey [Wed, 12 Sep 2001 04:28:32 +0000 (04:28 +0000)]
* java/io/File.java (toURL): Use getAbsolutePath and `file://'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45556 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * include/Makefile.am: New file. It defines include_HEADERS.
bothner [Wed, 12 Sep 2001 01:57:03 +0000 (01:57 +0000)]
* include/Makefile.am:  New file.  It defines include_HEADERS.
* Makefile.am (SUBDIRS):  New macro, set to include.
* configure.in (AC_OUTPUT):  Add include/Makefile.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45555 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoFix 2 bugs in last patch.
wilson [Tue, 11 Sep 2001 21:14:13 +0000 (21:14 +0000)]
Fix 2 bugs in last patch.
* alias.c (clear_reg_alias_info): Only handle pseudo registers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45553 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * parse.h (ctxp_for_generation): Mark extern.
rth [Tue, 11 Sep 2001 20:17:04 +0000 (20:17 +0000)]
    * parse.h (ctxp_for_generation): Mark extern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45552 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * parse.c (finput): Mark extern.
rth [Tue, 11 Sep 2001 20:15:45 +0000 (20:15 +0000)]
    * parse.c (finput): Mark extern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45551 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * builtins.c (c_strlen): Treat an offset too large for a
kraai [Tue, 11 Sep 2001 17:10:15 +0000 (17:10 +0000)]
* builtins.c (c_strlen): Treat an offset too large for a
HOST_WIDE_INT as out of range.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45550 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.
hubicka [Tue, 11 Sep 2001 16:58:57 +0000 (16:58 +0000)]
* basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.
(EDGE_CRITICAL_P): New predicate.
* cfg.c (force_nonfallthru_and_redirect, split_edge): Kill EDGE_CRITICAL
handling.
(insert_insn_on_edge): Use EDGE_CRITICAL_P.
(dump_edge_info): Remove "crit".
* cfganal.c (mark_critical_edges): Kill.
* cfgbuild.c (find_basic_blocks): Remove mark_critical_edges call.
* cfgcleanup.c (cleanup_cfg): Likewise.
* profile.c (instrument_edges): Use EDGE_CRITICAL_P.
(find_spanning_tree): Likewise.
* reg-stack.c (convert_regs_1): Likewise.
* ssa.c (mark_regs_equivalent_over_bad_edges): Likewise.

* basic-block.h (create_basic_block_structure): New.
(create_basic_block): Update prototype.
(force_nonfallthru): New.
* bb-reorder.c (fixup_reorder_chain): Fixup use force_nonfallthru.
* cfg.c (create_basic_block_structure): Rename from create_basic_block;
handle updating of block_for_insn, creating of empty BBs and BBs at
the end of INSN chain.
(create_basic_block): New function.
(split_block): Use create_basic_block.
(force_nonfallthru_and_redirect): Break out from ...; cleanup
(redirect_edge_and_branch_force): ... here.
(force_nonfallthru): New.
(split_edge): Rewrite to use force_nonfallthru and create_block.
* cfgbuild.c (find_basic_blocks_1): Use create_basic_block_structure.
(find_basic_blocks): Free basic_block_for_insn.
* cfgcleanup.c (merge_blocks): Use force_nonfallthru.

* cfg.c: Fix formating.
* cfgcleanup.c: Fix formating.
(merge_blocks, tail_recursion_label_p): Return bool.
(merge_blocks_move_predecessor_nojumps,
 merge_blocks_move_successor_nojumps): Return void.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45549 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * configure.in: Check whether assembler supports section merging.
jakub [Tue, 11 Sep 2001 16:50:05 +0000 (16:50 +0000)]
* configure.in: Check whether assembler supports section merging.
* config.in: Rebuilt.
* configure: Rebuilt.
* varasm.c (variable_section, output_constant_pool): Pass alignment
to SELECT_SECTION and SELECT_RTX_SECTION.
(mergeable_string_section): New.
(mergeable_constant_section): New.
(default_elf_asm_named_section): Output SECTION_MERGE and
SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
* output.h (mergeable_string_section): New.
(mergeable_constant_section): New.
(SECTION_MERGE, SECTION_STRINGS, SECTION_ENTSIZE): Define.
* toplev.c (flag_merge_constants): New.
(f_options): Add -fmerge-constants and -fmerge-all-constants
options.
(toplev_main): Default to -fno-merge-constants if not optimizing.
* flags.h (flag_merge_constants): Add extern.
* invoke.texi (-fmerge-constants, -fmerge-all-constants): Document.
* tm.texi (SELECT_SECTION, SELECT_RTX_SECTION): Document added third
argument.
* config/elfos.h (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START):
Define if assembler has working .subsection -1 support.
(SELECT_RTX_SECTION, SELECT_SECTION): Add third macro argument.
Put constant into special SHF_MERGE sections if the linker should
attempt to merge duplicates.
* config/ia64/sysv4.h (SELECT_RTX_SECTION, SELECT_SECTION): Add third
macro argument.
Put constant into special SHF_MERGE sections if the linker should
attempt to merge duplicates.
* config/alpha/elf.h: Likewise.
(ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START): Define if assembler
has working .subsection -1 support.
* config/nextstep.h: Add third argument to SELECT_RTX_SECTION and
SELECT_SECTION.
* config/svr3.h: Likewise.
* config/darwin.h: Likewise.
* config/arm/aof.h: Likewise.
* config/arm/linux-elf.h: Likewise.
* config/avr/avr.h: Likewise.
* config/c4x/c4x.h: Likewise.
* config/d30v/d30v.h: Likewise.
* config/i386/dgux.h: Likewise.
* config/i386/osfrose.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i386/svr3gas.h: Likewise.
* config/ia64/aix.h: Likewise.
* config/m32r/m32r.h: Likewise.
* config/m68k/m68k.h: Likewise.
* config/m88k/dgux.h: Likewise.
* config/m88k/m88k.h: Likewise.
* config/mcore/mcore-pe.h: Likewise.
* config/mips/mips.h: Likewise.
* config/pa/pa.h: Likewise.
* config/pa/pa-linux.h: Likewise.
* config/romp/romp.h: Likewise.
* config/rs6000/sysv4.h: Likewise.
* config/rs6000/xcoff.h: Likewise.
* config/s390/linux.h: Likewise.
* config/sparc/sparc.h: Likewise.
* config/sparc/sysv4.h: Likewise.
* config/stormy16/stormy16.h: Likewise.
* config/v850/v850.h: Likewise.
* config/vax/vms.h: Likewise.
* config/arm/arm.c (arm_elf_asm_named_section): Output SECTION_MERGE
and SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
* config/sparc/sparc.c (sparc_elf_asm_named_section): Use
default_elf_asm_named_section for SHF_MERGE sections.

* com.c (ffe_init_options): Default to -fmerge-all-constants
if optimizing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45548 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoPrune doubled ChangeLog entry
hp [Tue, 11 Sep 2001 16:44:22 +0000 (16:44 +0000)]
Prune doubled ChangeLog entry

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45547 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * gcc.misc-tests/gcov.exp: Move almost everything to a new,
janis [Tue, 11 Sep 2001 16:43:53 +0000 (16:43 +0000)]
* gcc.misc-tests/gcov.exp: Move almost everything to a new,
language-independent file in lib.

* lib/gcov.exp: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45546 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoVerify gcov output; most of this file was previously in gcc.misc-tests/
janis [Tue, 11 Sep 2001 16:41:58 +0000 (16:41 +0000)]
Verify gcov output; most of this file was previously in gcc.misc-tests/
gcov.exp but was moved so it can be used for other languages.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45545 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * gcc.misc-tests/gcov.exp: Move almost everything to a new,
janis [Tue, 11 Sep 2001 16:40:44 +0000 (16:40 +0000)]
* gcc.misc-tests/gcov.exp: Move almost everything to a new,
language-independent file in lib.
* lib/gcov.exp: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45544 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block
hubicka [Tue, 11 Sep 2001 15:57:34 +0000 (15:57 +0000)]
* bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block
is OK.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45542 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * c-common.c (split_specs_attrs): Allow for empty attributes with
jsm28 [Tue, 11 Sep 2001 12:52:04 +0000 (12:52 +0000)]
* c-common.c (split_specs_attrs): Allow for empty attributes with
empty TREE_PURPOSE.  Fixes PR c/4294.

testsuite:
* gcc.c-torture/compile/20010911-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45541 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * basic-block.h (cached_make_edge, make_single_succ): New.
hubicka [Tue, 11 Sep 2001 09:39:11 +0000 (09:39 +0000)]
* basic-block.h (cached_make_edge, make_single_succ): New.
(make_edge): Remove first parameter.
* bb-reroder.c (fixup_reorder_chain): Use make_single_succ_edge.
* cfg.c (cached_make_edge): Rename from make_edge; return newly
created edge; use obstack allocation.
(make_edge, make_single_succ_edge): New.
(first_removed_edge): New static variable.
(init_flow): Initialize first_removed_edge and n_edges.
(clear_edges): Use remove_edge.
(flow_delete_block): Likewise.
(remove_edge): Add removed edges to the removed edges list.
(split_block, redirect_edge_and_branch_force, split_edge):
Use make_edge.
* cfganal.c (flow_call_edges_add): Updaet make_edge call.
(add_noreturn_fake_exit_edges): Likewise.
(connect_infinite_loops_to_exit): Liekwise.
* cfgbuild.c (make_label_edge, make_edges, find_sub_basic_blocks):
Use cached_make_edge.
* cfgcleanup.c (try_crossjump_to_edge): Use make_single_succ_edge.
* profile.c (branch_prob): Update make_edge call.
* ssa-dce.c (ssa_eliminate_dead_code): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45540 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoCray T3E port.
rth [Tue, 11 Sep 2001 08:52:39 +0000 (08:52 +0000)]
Cray T3E port.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45539 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * combine.c (simplify_shift_const): Treat shifts by the mode
rsandifo [Tue, 11 Sep 2001 08:38:14 +0000 (08:38 +0000)]
* combine.c (simplify_shift_const): Treat shifts by the mode
size as undefined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45538 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoAdd myself to "write after approval" list
rsandifo [Tue, 11 Sep 2001 07:56:59 +0000 (07:56 +0000)]
Add myself to "write after approval" list

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45537 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoDaily bump.
gccadmin [Tue, 11 Sep 2001 07:16:11 +0000 (07:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45535 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * cpphash.h (struct tokenrun): New.
neil [Tue, 11 Sep 2001 07:00:12 +0000 (07:00 +0000)]
* cpphash.h (struct tokenrun): New.
(struct cpp_context): New member bol.
(struct cpp_reader): New members.
(_cpp_init_tokenrun): New.
* cppinit.c (cpp_create_reader): Set up the token runs.
* cpplex.c (lex_directive, lex_token, next_tokenrun): New.
(lex_token): New internalised version of _cpp_lex_token.  Don't
handle directives or the multiple include opimisation here any
more.  Simply lex a token.
* cpplib.c (run_directive): Clear bol.
(_cpp_pop_buffer): Set bol.
* cppmacro.c (funlike_invocation_p): Keep tokens whilst parsing
arguments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45534 138bc75d-0d04-0410-961f-82ee72b054a4

22 years agoDo not allow -mgp32 -mfp64; Fix int/long printf warning
meissner [Tue, 11 Sep 2001 04:40:44 +0000 (04:40 +0000)]
Do not allow -mgp32 -mfp64; Fix int/long printf warning

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45533 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * java/util/Properties.java (load): Correctly read \u sequences.
tromey [Tue, 11 Sep 2001 03:13:07 +0000 (03:13 +0000)]
* java/util/Properties.java (load): Correctly read \u sequences.
Report from Anthony Green.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45532 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * dbxout.c (dbxout_parms): Fix typo in comment.
hp [Tue, 11 Sep 2001 00:20:23 +0000 (00:20 +0000)]
* dbxout.c (dbxout_parms): Fix typo in comment.
* unroll.c (loop_find_equiv_value): Ditto.
* toplev.c (rest_of_compilation): Ditto.
* loop.c (scan_loop): Ditto.
(scan_loop): Ditto.
* dwarf2out.c (struct dw_fde_struct): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45531 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago2001-09-10 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 11 Sep 2001 00:12:57 +0000 (00:12 +0000)]
2001-09-10  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Fix cross compiling math routines. Correct
comments for cross compiling and limits. Add floating point math
routines found in newlib.
* configure: Regenerate.
* acconfig.h: Add macros.
* config.h.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45530 138bc75d-0d04-0410-961f-82ee72b054a4

22 years ago * cpplex.c (parse_identifier): Fast-path optimize. Avoid
zack [Mon, 10 Sep 2001 22:34:03 +0000 (22:34 +0000)]
* cpplex.c (parse_identifier): Fast-path optimize.  Avoid
copying identifier when we're just going to throw it away.
(parse_identifier_slow): New routine to handle abnormal cases.
(_cpp_lex_token): Update call site.

* hashtable.c (ht_lookup): Don't assume that the string we've
been given is NUL-terminated.
* system.h: #define __builtin_expect(a, b) to (a) if not
GCC >=3.0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45529 138bc75d-0d04-0410-961f-82ee72b054a4