OSDN Git Service

pf3gnuchains/gcc-fork.git
24 years ago * mkcshadow: build in more-correct directory, create cshadow/
bkoz [Mon, 15 May 2000 06:38:55 +0000 (06:38 +0000)]
    * mkcshadow: build in more-correct directory, create cshadow/
        directory if needed, report progress.

2000-05-14  LLeweLLyn Reese  <llewelly@dbritsch.dsl.xmission.com>

        * src/Makefile.am: Fix tr commands.
        * src/Makefile.am: Remove references to [w]stringCTORDUPAL.[lo,cc]
        * src/string-inst.cc: Remove extra instantiation of
          S::basic_string(S::size_type, C, S::allocator_type const&);
        * src/string-inst.cc: Remove extra template keyword.

2000-05-14  Loren J. Rittle  <ljrittle@acm.org>

        * config/bsd/bits/ctype_base.h: Add support for plain BSD4.4.
        * acinclude.m4 (GLIBCPP_CHECK_CTYPE): Enhance bsd tests.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
        * */Makefile.in: Regenerate.

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

24 years agoAdd self as write after approval.
cagney [Mon, 15 May 2000 03:41:13 +0000 (03:41 +0000)]
Add self as write after approval.

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

24 years ago * except.c (check_handlers): New fn.
jason [Mon, 15 May 2000 01:31:45 +0000 (01:31 +0000)]
    * except.c (check_handlers): New fn.
        * cp-tree.h: Declare it.
        * semantics.c (finish_handler_sequence): Call it.
        (finish_function_handler_sequence): Likewise.
        (finish_handler_parms): Set TREE_TYPE on the handler.
        * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
        * search.c (get_base_distance_recursive): If protect>1, ignore
        special access.
        (get_base_distance): Don't reduce watch_access.

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

24 years agonew
jason [Mon, 15 May 2000 01:08:23 +0000 (01:08 +0000)]
new

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

24 years agoupdate
jason [Mon, 15 May 2000 00:47:08 +0000 (00:47 +0000)]
update

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

24 years ago * cpphash.c (trad_stringify, warn_trad_stringify,
neil [Sun, 14 May 2000 22:42:58 +0000 (22:42 +0000)]
* cpphash.c (trad_stringify, warn_trad_stringify,
collect_params): Make some pointers pointers to const.
* cpplex.c (auto_expand_name_space) Guaranteed to always
expand by at least one character.
(SPELL_CHAR, SPELL_NONE): Temporarily reverse order.
(struct token_spelling): Use const U_CHAR * rather than PTR.
(expand_name_space): Fix up token pointers if name space
is moved when expanding.
(INIT_NAME, cpp_scan_line, parse_name, parse_number,
parse_string2, save_comment, spell_token, cpp_output_list):
Update so the routines handle tokens with a direct pointer to
their text, rather than an offset into the token's list's namebuf.
(_cpp_lex_line): Rearrange for clarity.

* cpplib.c (_cpp_check_directive): Similarly.
(do_define): Make SYM a pointer to const.
* cpplib.h (struct cpp_name): Replace offset with direct pointer.
(CPP_INT, CPP_FLOAT): Spelling type should be SPELL_IDENT.
(TOK_OFFSET): Delete.
(TOK_NAME): Update.

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

24 years ago* config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
geoffk [Sun, 14 May 2000 21:43:44 +0000 (21:43 +0000)]
* config/rs6000/rs6000.h (RETURN_ADDRESS_OFFSET): Correct for
64-bit ABI.

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

24 years ago* config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
geoffk [Sun, 14 May 2000 21:42:32 +0000 (21:42 +0000)]
* config/rs6000/rs6000.c (logical_operand): Rewrite to take MODE
into account.
(logical_u_operand): Delete.
(non_logical_cint_operand): Rewrite to take MODE into account.
(non_logical_u_cint_operand): Delete.
(boolean_operator): New function.
(print_operand): Add new %q operand.
* config/rs6000/rs6000.h (PREDICATE_CODES): Add boolean_operator,
remove logical_u_operand and non_logical_u_cint_operand,
update logical_operand and non_logical_cint_operand.
* config/rs6000/rs6000.md: Rewrite the patterns for performing
logical operations to use %q.

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

24 years ago* config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
geoffk [Sun, 14 May 2000 21:40:33 +0000 (21:40 +0000)]
* config/rs6000/rs6000.md (movsi): Don't modify RTL in-place.
(movdi): Make similar to movsi.
* config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): There
is no such thing as a DImode CONST_DOUBLE.
* config/rs6000/rs6000.c (output_toc): Likewise.

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

24 years ago* rs6000.c (output_cbranch): Don't output prediction codes
geoffk [Sun, 14 May 2000 21:37:07 +0000 (21:37 +0000)]
* rs6000.c (output_cbranch): Don't output prediction codes
when old mnemonics are in use.  Print register names
for cc registers when requested.

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

24 years agoAdd several tests and use the ``c_fix = format'' fixer more
korbb [Sun, 14 May 2000 21:20:33 +0000 (21:20 +0000)]
Add several tests and use the ``c_fix = format'' fixer more

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

24 years ago* optabs.c (expand_float): Don't allow mode widening that causes
geoffk [Sun, 14 May 2000 21:18:13 +0000 (21:18 +0000)]
* optabs.c (expand_float): Don't allow mode widening that causes
double rounding.

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

24 years ago* invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
geoffk [Sun, 14 May 2000 21:16:07 +0000 (21:16 +0000)]
* invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
flags to their current names -maix64 and -maix32.

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

24 years agoimplement "wrap" c_fix
korbb [Sun, 14 May 2000 19:29:02 +0000 (19:29 +0000)]
implement "wrap" c_fix

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

24 years ago * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
hp [Sun, 14 May 2000 17:43:06 +0000 (17:43 +0000)]
* mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Do not use unset
variables $src and $dst.

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

24 years ago2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sun, 14 May 2000 08:44:48 +0000 (08:44 +0000)]
2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>

        * diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
        (DIAGNOSTICS_SHOW_PREFIX_NEVER): Likewise.
        (DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE): Likewise.
        (struct output_buffer: emitted_prefix_p, prefixing_rule): New
        fields.
        (set_message_prefixing_rule): Declare.

        * diagnostic.c: (current_prefixing_rule): New variable.
        (set_message_prefixing_rule): Define.
        (output_set_prefix): Adjust buffer->emitted_prefix_p.
        (init_output_buffer): Adjust Initialization.
        (output_emit_prefix): Rewrite.  Take prefixing rules into account.

cp/

2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>

        * lex.c: #include diagnostic.h.
        (lang_init_options): Set default prefixing rules.

        * lang-options.h: Add -fdiagnostics-show-location=.

        * decl2.c: #include diagnostic.h.
        (lang_decode_option): Handle -fdiagnostics-show-location=.

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

24 years agoDaily bump.
law [Sun, 14 May 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * ifcvt.c (if_convert): Do not free NULL.
law [Sat, 13 May 2000 17:08:28 +0000 (17:08 +0000)]
    * ifcvt.c (if_convert): Do not free NULL.

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

24 years agoDaily bump.
law [Sat, 13 May 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

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

24 years agofix up some of the testing
korbb [Fri, 12 May 2000 21:59:39 +0000 (21:59 +0000)]
fix up some of the testing

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

24 years agoAdd movdi pattern to FR30 port.
nickc [Fri, 12 May 2000 20:57:57 +0000 (20:57 +0000)]
Add movdi pattern to FR30 port.

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

24 years ago * config/alpha/alpha.c (struct shadow_summary): Define
rth [Fri, 12 May 2000 20:32:30 +0000 (20:32 +0000)]
    * config/alpha/alpha.c (struct shadow_summary): Define
        bitfields as type unsigned int.

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

24 years ago * config/avr/t-avr: Added definition of FLOAT while generates
denisc [Fri, 12 May 2000 20:31:18 +0000 (20:31 +0000)]
* config/avr/t-avr: Added definition of FLOAT while generates
fp-bit.c

* config/avr/avr.md: `NEXT_INSN (insn)' substituted to `insn' in
peepholes for tst+jump = sbrs/sbrc optimization.

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

24 years ago* gcc_update (touch_files_reexec): New function, run after the
aoliva [Fri, 12 May 2000 20:18:49 +0000 (20:18 +0000)]
* gcc_update (touch_files_reexec): New function, run after the
tree is modified.

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

24 years ago * expr.c (emit_push_insn): Do not adjust stack pointer when
law [Fri, 12 May 2000 17:51:30 +0000 (17:51 +0000)]
    * expr.c (emit_push_insn): Do not adjust stack pointer when
        preallocating.

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

24 years ago * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
law [Fri, 12 May 2000 17:23:03 +0000 (17:23 +0000)]
    * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.

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

24 years ago * ggc-simple.c (offsetof): Macro definition moved from here ...
phdm [Fri, 12 May 2000 17:07:03 +0000 (17:07 +0000)]
* ggc-simple.c (offsetof): Macro definition moved from here ...
* system.h (offsetof): ... to here.

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

24 years ago * gcc.c-torture/execute/990208-1.c (main): Don't pass
rth [Fri, 12 May 2000 16:51:20 +0000 (16:51 +0000)]
    * gcc.c-torture/execute/990208-1.c (main): Don't pass
        constants through to doit's conditional.

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

24 years agobuglet & relaxed rules
korbb [Fri, 12 May 2000 16:35:21 +0000 (16:35 +0000)]
buglet & relaxed rules

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

24 years ago * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
rth [Fri, 12 May 2000 16:26:15 +0000 (16:26 +0000)]
* Makefile.in (final.o): Depend on BASIC_BLOCK_H.
* final.c (final_end_function): Use app_disable.  Rearrange note
handling into a switch.  Emit deleted labels.
(output_asm_label): Generate label strings for deleted labels.
* flow.c (tail_recursion_label_list): New.
(find_basic_blocks_1): Set label_value_list directly.  Collect list
of tail recursion labels from call_placeholders.  Don't add deleted
labels to the label value list.
(cleanup_cfg): Use free_EXPR_LIST_list.
(flow_delete_insn_chain): Turn non-removable labels into notes.
(flow_delete_block): Don't disable deleting the block because of
a non-removable label.
(tail_recursion_label_p): New.
(merge_blocks_move_predecessor_nojumps): Don't disable the merge
because of a label.
(merge_blocks_move_successor_nojumps): Likewise.  Also move a
jump table.
(merge_blocks): Disable a merge because of tail recursion labels.
* ifcvt.c (merge_if_block): Don't disable a merge because of a label.
Use a more accurate measure of not merging the join block.
(find_if_block): Don't disable conversion because of a label.
(find_if_case_1, find_if_case_2): Likewise.
* jump.c (duplicate_loop_exit_test): Preserve the kind of list
element when copying.
(squeeze_notes): Also leave EH notes.
(mark_jump_label): Ignore deleted labels.  Use an INSN_LIST for
REG_LABEL notes.
(delete_insn): Preserve LABEL_NAME in NOTE_SOURCE_FILE when
deleting a label.
* print-rtl.c (print_rtx): Print NOTE_SOURCE_FILE for
NOTE_INSN_DELETED_LABEL.  Print `[# deleted]' for a label_ref
referring to a deleted label.  Convert tail handling to a switch.
* rtl.def (CODE_LABEL): Rearrange elements to be compatible with NOTE
for NOTE_INSN_DELETED_LABEL.
(NOTE): Fix commentary.
* rtl.h (REG_LABEL): Update commentary wrt INSN_LIST.
(REG_CC_SETTER, REG_CC_USER, REG_LIBCALL): Likewise.
(CODE_LABEL_NUMBER, LABEL_NAME): Update index.
(LABEL_NUSES, LABEL_REFS): Likewise.
* unroll.c (copy_loop_body): Don't copy NOTE_INSN_DELETED_LABEL.

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

24 years ago * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
nathan [Fri, 12 May 2000 16:10:02 +0000 (16:10 +0000)]
* tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
* vec.cc: Revert my 2000-05-07 change.

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

24 years agomisapplied rejected patch
korbb [Fri, 12 May 2000 16:03:04 +0000 (16:03 +0000)]
misapplied rejected patch

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

24 years agoenhance the format style c_fix & remove unneeded wrapper funcs
korbb [Fri, 12 May 2000 15:55:45 +0000 (15:55 +0000)]
enhance the format style c_fix & remove unneeded wrapper funcs

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

24 years agoenhance the format style c_fix & remove unneeded wrapper funcs
korbb [Fri, 12 May 2000 15:51:55 +0000 (15:51 +0000)]
enhance the format style c_fix & remove unneeded wrapper funcs

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

24 years agoDummy checkin, trigger www-checkout.
pme [Fri, 12 May 2000 15:26:52 +0000 (15:26 +0000)]
Dummy checkin, trigger www-checkout.

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

24 years agoDaily bump.
law [Fri, 12 May 2000 07:45:18 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago* config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
aoliva [Fri, 12 May 2000 06:27:33 +0000 (06:27 +0000)]
* config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as
DWARF2_DEBUG.
(DWARF2_ASM_LINE_DEBUG_INFO): Define.
(ASM_OUTPUT_DWARF2_ADDR_CONST): Define.

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

24 years ago * calls.c: Revert both 05-09 patches.
rth [Fri, 12 May 2000 02:41:35 +0000 (02:41 +0000)]
    * calls.c: Revert both 05-09 patches.

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

24 years ago * gcc.c-torture/compile/20000511-1.c: New test.
law [Fri, 12 May 2000 01:05:59 +0000 (01:05 +0000)]
    * gcc.c-torture/compile/20000511-1.c: New test.

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

24 years ago * g77.f-torture/compile/20000511-1.f: New test.
law [Fri, 12 May 2000 01:02:42 +0000 (01:02 +0000)]
    * g77.f-torture/compile/20000511-1.f: New test.
        * g77.f-torture/compile/20000511-2.f: New test.

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

24 years ago * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
robertl [Thu, 11 May 2000 21:41:36 +0000 (21:41 +0000)]
    * fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO.
        * fixincl.x: Regenerate.

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

24 years ago2000-05-11 Robert Lipe <robertlipe@usa.net>
robertl [Thu, 11 May 2000 21:34:11 +0000 (21:34 +0000)]
2000-05-11  Robert Lipe <robertlipe@usa.net>

        * configure.in: Remove special casing for sco3.2v[45].
        * config/sco4.mt: Deleted.

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

24 years ago* config/mn10300/mn10300.c (print_operand): Print FP constants in
aoliva [Thu, 11 May 2000 21:08:18 +0000 (21:08 +0000)]
* config/mn10300/mn10300.c (print_operand): Print FP constants in
hexadecimal.
* config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint
for FP values.

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

24 years ago* mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
aoliva [Thu, 11 May 2000 20:42:39 +0000 (20:42 +0000)]
* mklibgcc.in (EQ): Define it to an equal sign in the Makefile,
and replace any occurrences of `=' in multilib dirs with `$(EQ)'.

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

24 years agofix try/catch
jason [Thu, 11 May 2000 20:11:09 +0000 (20:11 +0000)]
fix try/catch

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

24 years ago * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.
jason [Thu, 11 May 2000 19:55:10 +0000 (19:55 +0000)]
    * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.

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

24 years ago2000-05-11 Phil Edwards <pme@sourceware.cygnus.com>
pme [Thu, 11 May 2000 19:52:00 +0000 (19:52 +0000)]
2000-05-11  Phil Edwards  <pme@sourceware.cygnus.com>

* acinclude.m4:  Fix minor typo with ctypes, add more sanity to
  enable-cxx-flags, and remove GLIBCPP_ENABLE_NAMESPACES altogether.
* aclocal.m4:  Regenerate.
* configure.in:  Non-blank arguments break fewer Linuxes.
* configure:  Regenerate.
* src/Makefile.am:  Re-order AC_CXXFLAGS components.
* src/Makefile.in:  Regenerate.

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

24 years ago * fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.
zack [Thu, 11 May 2000 19:30:47 +0000 (19:30 +0000)]
* fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.

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

24 years agopedwarn
jason [Thu, 11 May 2000 19:24:28 +0000 (19:24 +0000)]
pedwarn

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

24 years ago * class.c (check_field_decls): Complain about non-static data
jason [Thu, 11 May 2000 19:22:53 +0000 (19:22 +0000)]
    * class.c (check_field_decls): Complain about non-static data
        members with same name as class in class with constructor.

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

24 years ago * config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
denisc [Thu, 11 May 2000 18:53:24 +0000 (18:53 +0000)]
* config/avr/avr-protos.c (jump_over_one_insn_p): New declaration.
* config/avr/avr.c (jump_over_one_insn_p): New function.
* config/avr/avr.md: New peepholes added. Output test and
conditional jump to "sbrc" or "sbrs" command.

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

24 years ago2000-05-11 Mark Elbrecht <snowball3@bigfoot.com>
zack [Thu, 11 May 2000 18:21:31 +0000 (18:21 +0000)]
2000-05-11  Mark Elbrecht  <snowball3@bigfoot.com>

* cppmain.c (main): Use IS_DIR_SEPARATOR.

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

24 years agoREADME updated for ARM
tromey [Thu, 11 May 2000 18:20:33 +0000 (18:20 +0000)]
README updated for ARM

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

24 years ago2000-05-11 Scott Bambrough <scottb@netwinder.org>
tromey [Thu, 11 May 2000 18:16:37 +0000 (18:16 +0000)]
2000-05-11  Scott Bambrough  <scottb@netwinder.org>

* libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
memory correctly.  Use conditional instructions, not branches where
possible.

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

24 years agoAdd 20000511-1.c
meissner [Thu, 11 May 2000 17:07:50 +0000 (17:07 +0000)]
Add 20000511-1.c

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

24 years ago * java/util/zip/ZipInputStream.java (getNextEntry): When reading
tromey [Thu, 11 May 2000 17:05:03 +0000 (17:05 +0000)]
* java/util/zip/ZipInputStream.java (getNextEntry): When reading
file headers, don't include `size' in the skip call.

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

24 years ago * except.c (find_exception_handler_labels_1): New function.
jakub [Thu, 11 May 2000 14:20:31 +0000 (14:20 +0000)]
* except.c (find_exception_handler_labels_1): New function.
(find_exception_handler_labels): Split into two functions, dive
into CALL_PLACEHOLDERs when looking for exception handler labels.

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

24 years ago * config.table: Use mh-sparcpic for sparc*-*-*.
jakub [Thu, 11 May 2000 14:16:25 +0000 (14:16 +0000)]
* config.table: Use mh-sparcpic for sparc*-*-*.

* configure.in: Use mh-sparcpic for sparc*-*-*.

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

24 years agobase diff file (needs workvi ../ChangeLog)
korbb [Thu, 11 May 2000 14:12:15 +0000 (14:12 +0000)]
base diff file (needs workvi ../ChangeLog)

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

24 years agoPrivate spelling of autogen :-}
korbb [Thu, 11 May 2000 14:03:04 +0000 (14:03 +0000)]
Private spelling of autogen :-}

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

24 years ago * regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
scox [Thu, 11 May 2000 13:52:44 +0000 (13:52 +0000)]
* regrename.c (replace_reg_in_block): Improve REG_DEAD handling.
* timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2.
* toplev.c (rest_of_compilation): Call regrename_optimize before sched2.

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

24 years agoregenerated
korbb [Thu, 11 May 2000 13:43:30 +0000 (13:43 +0000)]
regenerated

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

24 years agoAdded support for "make check" and the "format" c_fix
korbb [Thu, 11 May 2000 13:41:12 +0000 (13:41 +0000)]
Added support for "make check" and the "format" c_fix

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

24 years ago * toplev.c (rest_of_compilation): Remove dead code after
hubicka [Thu, 11 May 2000 09:58:38 +0000 (09:58 +0000)]
* toplev.c (rest_of_compilation): Remove dead code after
combine.

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

24 years ago * cpphash.c (collect_funlike_expansion): Make "# is not
zack [Thu, 11 May 2000 08:43:56 +0000 (08:43 +0000)]
* cpphash.c (collect_funlike_expansion): Make "# is not
followed by a macro argument name" a pedwarn, not an error.
Preserve the # in the output.  Suppress the warning if lang_asm.

* gcc.dg/dg.exp: Scan .S files as well as .c files.
* gcc.dg/20000510-1.S: New.

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

24 years agoDaily bump.
law [Thu, 11 May 2000 07:45:08 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
law [Thu, 11 May 2000 07:20:21 +0000 (07:20 +0000)]
    * configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
        * configure: Rebuilt.

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

24 years ago * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
law [Thu, 11 May 2000 06:18:26 +0000 (06:18 +0000)]
    * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.

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

24 years ago * combine.c (try_combine): Fix a typo.
law [Thu, 11 May 2000 05:54:47 +0000 (05:54 +0000)]
    * combine.c (try_combine): Fix a typo.

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

24 years agoAdd performance related explanatory comment.
wilson [Thu, 11 May 2000 04:38:29 +0000 (04:38 +0000)]
Add performance related explanatory comment.
* config/ia64/ia64.md (insv): Add comment.

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

24 years ago2000-05-10 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 11 May 2000 02:40:34 +0000 (02:40 +0000)]
2000-05-10  Benjamin Kosnik  <bkoz@redhat.com>

* bits/std_cmath.h: Tweaks.
* math/mathconf.h: Tweaks and fixes for HP-UX 11.
(sqrtf): Define away iff !builtin and !in <math.h>.
(sinf): Same.
(cosf): Same.
(fabsf): Same.
At some point this directory should be converted to c++, the
autoconf tests should be run by the c++ compiler (not c), and
<cmath> should be used instead of math.h.
Move declaration of nan() here.
* math/complex-stub.h (cabsl): Remove nan() declaration.

Finish up FreeBSD4.0 support.
* config/bsd/ctype.cc: Scope out toupper, tolower calls.
* config/generic/ctype.cc: And here.
* testsuite/21_strings/char_traits.cc (test02): Guard with
_GLIBCPP_USE_WCHAR_T.

via Phil Edwards  <pme@sourceware.cygnus.com>
* bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES.
* acconfig.h: And here.
* acinclude.m4: Same.
* testsuite/27_io/istream.cc: And here.
* testsuite/27_io/ostream.cc: And here.

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

24 years ago * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
rth [Wed, 10 May 2000 23:37:23 +0000 (23:37 +0000)]
    * Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT.
        * mklibgcc.in: Rewrite to not use functions.  Don't shortcut
        dependancies on FPBIT and DPBIT.

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

24 years agoDo not bias REG_N_REFS by loop_depth when optimising for size.
nickc [Wed, 10 May 2000 22:29:27 +0000 (22:29 +0000)]
Do not bias REG_N_REFS by loop_depth when optimising for size.

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

24 years ago2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 10 May 2000 21:59:16 +0000 (21:59 +0000)]
2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>

        Imported 5.0 release version.
        * acinclude.m4: Increment version to 5.0.

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

24 years ago2000-05-10 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 10 May 2000 20:23:27 +0000 (20:23 +0000)]
2000-05-10  Benjamin Kosnik  <bkoz@redhat.com>

Finish up FreeBSD4.0 support.
* config/bsd/ctype.cc: Scope out toupper, tolower calls.
* config/generic/ctype.cc: And here.
* testsuite/21_strings/char_traits.cc (test02): Guard with
_GLIBCPP_USE_WCHAR_T.

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

24 years agoupdate
jason [Wed, 10 May 2000 20:06:48 +0000 (20:06 +0000)]
update

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

24 years ago * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
zack [Wed, 10 May 2000 19:29:20 +0000 (19:29 +0000)]
* cppexp.c (lex): Use %.*s to print non-NUL-terminated string.
Make error message friendlier.

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

24 years ago * cpphash.h (struct hashnode): Use struct hack for name
zack [Wed, 10 May 2000 19:11:02 +0000 (19:11 +0000)]
* cpphash.h (struct hashnode): Use struct hack for name
member.
* cpphash.c (struct hashdummy): New.
(eq_HASHNODE): Second argument is a hashdummy, not a HASHNODE.
(make_HASHNODE): No need to set ->name pointer.  Correct
setting of p.
(cpp_lookup): Make 'dummy' a struct hashdummy.  Tidy up a bit.

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

24 years ago * decl.c (grokdeclarator): Allow non-static data members with
jason [Wed, 10 May 2000 17:48:30 +0000 (17:48 +0000)]
    * decl.c (grokdeclarator): Allow non-static data members with
        same name as class.

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

24 years ago * flow.c (find_basic_blocks_1): Remove any spare bb_note
rth [Wed, 10 May 2000 17:42:17 +0000 (17:42 +0000)]
    * flow.c (find_basic_blocks_1): Remove any spare bb_note
        after completion.

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

24 years agoreg_syntax_t re_syntax_options must be static scope
korbb [Wed, 10 May 2000 13:47:36 +0000 (13:47 +0000)]
reg_syntax_t re_syntax_options must be static scope

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

24 years ago2000-05-10 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 10 May 2000 11:13:17 +0000 (11:13 +0000)]
2000-05-10  Bryce McKinlay  <bryce@albatross.co.nz>

* java/lang/StringBuffer.java (replace): Calculate length for
arraycopy() correctly.

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

24 years ago * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
jason [Wed, 10 May 2000 11:05:23 +0000 (11:05 +0000)]
    * dwarfout.c (dwarfout_finish): Call retry_incomplete_types
        after we enter .debug.

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

24 years ago * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
jason [Wed, 10 May 2000 11:02:37 +0000 (11:02 +0000)]
    * dwarf2out.c (gen_subprogram_die): Fixup die_parent for the
        abstract instance of a nested inline function.

        * stor-layout.c (finish_record_layout): finalize_type_size
        before laying out the pending_statics.

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

24 years ago2000-05-10 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 10 May 2000 10:15:13 +0000 (10:15 +0000)]
2000-05-10  Bryce McKinlay  <bryce@albatross.co.nz>

* java/lang/StringBuffer.java (delete): Call arrayCopy() correctly.
Avoid arrayCopy() call where possible. Update `count' _after_ calling
arrayCopy().
(replace): Reimplemented. Fix javadoc.
(reverse): Call ensureCapacity_unsynchronized().
(StringBuffer (String)): Use DEFAULT_CAPACITY.

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

24 years ago2000-05-10 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 10 May 2000 10:13:07 +0000 (10:13 +0000)]
2000-05-10  Bryce McKinlay  <bryce@albatross.co.nz>

        * libjava.lang/StringBuffer_1.java: New file.
        * libjava.lang/StringBuffer_1.out: New file.

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

24 years ago * cpplex.c (spell_token): New function.
neil [Wed, 10 May 2000 09:39:18 +0000 (09:39 +0000)]
* cpplex.c (spell_token): New function.
(spell_string, spell_comment, spell_name): fold into
spell_token.
(I, S): Add macros.
(E, H): Remove macros.
(save_comment): Save comment opening characters too.
(_cpp_lex_file): Update to use spell_token.  Tidy up comment
handling.
* cpplib.h (I, S): Add macros.
(E, H): Remove macros.
(TTYPE_TABLE): Update entries for new speller.
(SYNTAX_ASSERT): Remove.

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

24 years ago * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
neil [Wed, 10 May 2000 09:11:06 +0000 (09:11 +0000)]
    * cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag
        when removing escaped newlines.  Reverse sense of test for
        escaped newline.

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

24 years agoDaily bump.
law [Wed, 10 May 2000 07:45:07 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * flow.c (find_basic_blocks_1): Do not delete the first
rth [Wed, 10 May 2000 05:48:40 +0000 (05:48 +0000)]
    * flow.c (find_basic_blocks_1): Do not delete the first
        bb_note we run across.
        (create_basic_block): Use reorder_insns to move an existing
        bb_note to the correct place.

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

24 years ago * calls.c (expand_call): Increment currently_expanding_call
rth [Wed, 10 May 2000 02:53:43 +0000 (02:53 +0000)]
    * calls.c (expand_call): Increment currently_expanding_call
        before calling optimize_tail_recursion.

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

24 years ago2000-05-09 Benjamin Kosnik <bkoz@gnu.org>
bkoz [Wed, 10 May 2000 02:15:15 +0000 (02:15 +0000)]
2000-05-09  Benjamin Kosnik  <bkoz@gnu.org>

* acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
-mcpu=powerpc.
* src/Makefile.am: Disable ENABLE_CXX_FLAGS stuff for the moment.

* config/generic/bits/ctype_specializations.h (ctype<char>::is):
Make more generic.

* config/bsd: New directory.
* config/bsd/ctype.cc: New.
* config/bsd/bits/ctype_base.h (ctype_base): New.
* config/bsd/bits/ctype_specializations.h: New.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests.

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

24 years ago2000-05-09 Benjamin Kosnik <bkoz@gnu.org>
bkoz [Wed, 10 May 2000 00:48:47 +0000 (00:48 +0000)]
2000-05-09  Benjamin Kosnik  <bkoz@gnu.org>

* acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
-mcpu=powerpc.

* config/generic/bits/ctype_specializations.h (ctype<char>::is):
Make more generic.

* config/bsd: New directory.
* config/bsd/ctype.cc: New.
* config/bsd/bits/ctype_base.h (ctype_base): New.
* config/bsd/bits/ctype_specializations.h: New.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests.

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

24 years ago2000-05-09 Benjamin Kosnik <bkoz@gnu.org>
bkoz [Wed, 10 May 2000 00:23:47 +0000 (00:23 +0000)]
2000-05-09  Benjamin Kosnik  <bkoz@gnu.org>

* acinclude.m4 (GLIBCPP_CHECK_CPU): Change powerpc bits to
-mcpu=powerpc.

* config/generic/bits/ctype_specializations.h (ctype<char>::is):
Make more generic.

* config/bsd: New directory.
* config/bsd/ctype.cc: New.
* config/bsd/bits/ctype_base.h (ctype_base): New.
* config/bsd/bits/ctype_specializations.h: New.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE): Add bsd tests.

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

24 years ago * java/lang/StringBuffer.java (toString): Don't mark buffer as
tromey [Tue, 9 May 2000 22:46:58 +0000 (22:46 +0000)]
* java/lang/StringBuffer.java (toString): Don't mark buffer as
shared.
(insert(int,char[],int,int): New method.
(delete): New method from Classpath.
(deleteCharAt): Likewise.
(substring): Likewise.
(shared): No longer private.
Added JavaDoc comments from Classpath.
* java/lang/String.java (String(StringBuffer)): Ensure `buffer' is
shared.

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

24 years ago * reload1.c (reload_combine): Fix errors in last change.
kenner [Tue, 9 May 2000 22:44:28 +0000 (22:44 +0000)]
* reload1.c (reload_combine): Fix errors in last change.

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

24 years ago * gcc.c (used_arg): Skip over a semicolon at the end of the
zack [Tue, 9 May 2000 21:55:11 +0000 (21:55 +0000)]
* gcc.c (used_arg): Skip over a semicolon at the end of the
split-up loop; don't break out of it.

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

24 years agodisable hpux8_bogus_inlines on SCO
korbb [Tue, 9 May 2000 21:16:48 +0000 (21:16 +0000)]
disable hpux8_bogus_inlines on SCO

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

24 years ago2000-05-09 Phil Edwards <pme@sourceware.cygnus.com>
pme [Tue, 9 May 2000 20:25:13 +0000 (20:25 +0000)]
2000-05-09  Phil Edwards  <pme@sourceware.cygnus.com>

* acinclude.m4:  New macro, GLIBCPP_ENABLE_CXX_FLAGS.
* configure.in:  Call.
* src/Makefile.am:  Append results of macro to AC_CXXFLAGS.
* aclocal.m4:  Regenerate.
* configure:  Ditto.
* src/Makefile.in:  Ditto.
* docs/configopts.html:  Document.
* docs/download.html:  Fix typo (close quote).
* docs/footer.html:  Update.

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

24 years agotop level:
zack [Tue, 9 May 2000 19:56:01 +0000 (19:56 +0000)]
top level:
* Makefile.in (WARN_CFLAGS): Add -Wwrite-strings.
(tree.o): Depend on output.h.

* c-decl.c (pending_invalid_xref_file,
current_function_prototype_file): Constify.
(pushdecl): Constify a local char *.
(define_label): Constify filename parameter.
* c-lex.c (init_parse): Constify parameter and return value.
* c-typeck.c (c_expand_asm_operands): Constify filename parameter.
* c-tree.h: Update prototypes.
* c-parse.in: Constify filename member of %union, and if_stmt_file.
* c-parse.y, c-parse.c, c-parse.h, objc/objc-parse.y,
objc/objc-parse.c: Regenerate.

* dwarfout.c (dwarfout_init): Constify main_input_filename parameter.
* dwarfout.h: Update prototypes.
* expr.c (expand_expr): Constify a local char *.
* flags.h: Constify main_input_filename.
* function.c (expand_function_end): Constify filename parameter.
* genrecog.c (make_insn_sequence): Use a character array for
c_test_pos.
(main): Remove unused variables.
* input.h: Constify input_filename, main_input_filename, and
file_stack.name.  Update prototypes.
* output.h: Declare first_global_object_name and
weak_global_object_name here, as const char *.
* stmt.c (expand_asm_operands): Constify filename parameter.
* toplev.c (compile_file, push_srcloc, debug_start_source_file):
Constify filename parameter.
(input_filename, main_input_filename): Constify.
* toplev.h: Update prototypes.
* tree.c: Include output.h.  Don't declare
first_global_object_name or weak_global_object_name.  Clean up string
bashing in get_file_function_name_long.
* tree.h (struct tree_decl): Constify filename member.
(input_filename): Constify.
Update prototypes.
* varasm.c (first_global_object_name, weak_global_object_name):
Constify.
(assemble_start_function, assemble_variable): Clean up string bashing.

* gcc.c: Constify all spec-related strings initialized,
transitively, from string constants.  Constify all strings
and string variables related to multilibs.
(set_spec, read_specs): Cast argument to free to PTR.
(used_arg): Do not modify multilib_matches.  Use strncmp plus
length comparison to compare multilib switches.
* genmultilib: Constify everything declared in multilib.h.

ch:
* ch-tree.h: Update prototypes.  Remove prototypes for
functions declared elsewhere.
* decl.c (define_label): Constify filename parameter.
* grant.c (globalize_decl, set_default_grant_file): Constify
local char * variables.  Don't declare
first_global_object_name or asm_out_file.
* lang.c (chill_real_input_filename): Constify.
* lex.c (init_parse): Constify parameter and return value.
* parse.c: Don't declare input_filename.
(ch_expand_asm_operands): Constify filename parameter.
(parse_multi_dimension_case_action): Constify local char *.
* satisfy.c (safe_satisfy_decl): Constify local char *.

cp:
* cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
and pending_inline.filename.  Update prototypes.
* decl.c (define_label): Constify filename parameter.
* decl2.c (warn_if_unknown_interface): Constify local char *.
* input.c Constify input_source.filename. Don't declare
input_filename or lineno.  Constify filename parameter to feed_input.
* lex.c (init_parse): Constify parameter and return value.
(cp_pragma_interface, cp_pragma_implementation): Constify
filename argument.
(reinit_parse_for_method, reinit_parse_for_block,
reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
Constify local char *.
* pt.c: Don't declare lineno or input_filename.
(print_template_context, tsubst_friend_function, tsubst_decl,
tsubst, instantiate_decl): Constify local char *.
* semantics.c (expand_body): Constify local char *.
* tree.c (build_srcloc): Constify filename parameter.
* typeck.c (c_expand_asm_operands): Constify filename
parameter.

f:
* com.c (ffecom_subscript_check_): Constify array_name
parameter. Clean up string bashing.
(ffecom_arrayref_, ffecom_char_args_x_): Constify array_name
parameter.
(ffecom_do_entry_, ffecom_gen_sfuncdef_, ffecom_start_progunit_,
ffecom_sym_transform_, ffecom_sym_transform_assign_): Constify
local char *.
(init_parse): Constify parameter and return value.
* lex.c: Include dwarfout.h instead of prototyping dwarfout_*
functions here.
(ffelex_file_pop_, ffelex_file_push_): Constify filename parameter.
(ffelex_hash_, ffelex_include_): Constify local char *.
* std.c (ffestd_exec_end): Constify local char *.
* where.c (ffewhere_file_new): Constify filename parameter.
* where.h: Update prototypes.

java:
* check_init.c (check_init): Constify local char *.
* class.c (push_class): Constify local char *.
* java_tree.h: Update prototypes.
* jcf-io.c (open_class): Constify filename parameter and
return value.
(find_class): Remove redundant string copy.  Cast return from
open_class.
* jcf-parse.c (read_class, parse_class_file, yyparse):
Constify local char *.
* jcf-write.c (generate_bytecode_insns, generate_classfile):
Constify local char *.
* jcf.h (JCF): Constify filename and classname.
(JCF_FINISH): Cast args to FREE to char * when appropriate.
* lang.c (init_parse): Constify parameter and return value.
* lex.c (java_get_line_col): Constify filename parameter.
* parse.h: Constify parser_ctxt.filename.  Update prototypes.
* parse.y (java_parser_context_suspend,
issue_warning_error_from_context, safe_layout_class): Constify
local char *.
* parse.c: Regenerate.

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