platform/upstream/linaro-gcc.git
24 years agoForgot to check in several days ago.
law [Mon, 17 Jul 2000 06:16:14 +0000 (06:16 +0000)]
Forgot to check in several days ago.

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

24 years ago2000-07-16 Laurynas Biveinis <lauras@softhome.net>
zack [Sun, 16 Jul 2000 21:22:19 +0000 (21:22 +0000)]
2000-07-16  Laurynas Biveinis  <lauras@softhome.net>

* cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.

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

24 years ago * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
mmitchel [Sun, 16 Jul 2000 21:04:16 +0000 (21:04 +0000)]
* cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
* method.c (use_thunk): Correct handling of vcall offsets.

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

24 years ago * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.
mmitchel [Sun, 16 Jul 2000 21:02:37 +0000 (21:02 +0000)]
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Fix typo.

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

24 years agoFix name
mmitchel [Sun, 16 Jul 2000 19:25:48 +0000 (19:25 +0000)]
Fix name

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

24 years ago * gcc_build: New script.
mmitchel [Sun, 16 Jul 2000 18:08:33 +0000 (18:08 +0000)]
* gcc_build: New script.

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

24 years ago * gcc_build: New script.
mmitchel [Sun, 16 Jul 2000 18:05:46 +0000 (18:05 +0000)]
* gcc_build: New script.

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

24 years ago * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
ghazi [Sun, 16 Jul 2000 17:17:46 +0000 (17:17 +0000)]
* fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.

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

24 years ago * cpplex.c: Update comments.
neil [Sun, 16 Jul 2000 13:35:23 +0000 (13:35 +0000)]
* cpplex.c: Update comments.
* README.Portability: Small update.

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

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

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

24 years ago * README.Portability: Small update.
neil [Sun, 16 Jul 2000 02:14:14 +0000 (02:14 +0000)]
* README.Portability: Small update.

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

24 years ago2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sat, 15 Jul 2000 21:54:06 +0000 (21:54 +0000)]
2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>

* std/valarray_array.h (__valarray_get_memory,
__valarray_get_storage, __valarray_release_storage): New
functions.
(_Array_default_ctor, _Array_init_ctor, _Array_copy_ctor,
_Array_copier): New traits classes.
(__valarray_default_construct): New function.  Implements valarray
default construction.
(__valarray_fill_construct): New function. Implements valarray
construction with initializer.
(__valarray_copy_construct): New function.  Implements valarray
copy construction.
(__valarray_destroy_elements): New function.
(__valarray_copy, __valarray_fill): Tweak.
(__valarray_sum, __valarray_product): New helper functions.
(_Array<>::free_data): Remove.
(_Array<>::_Array): Tweak.

* std/std_valarray.h (valarray<>::product): Remove.
(valarray<>::valarray): Use __valarray_get_storage.
(valarray<>::shift, valarray<>::cshift, valarray<>::resize):
Tweak.

* std/cpp_type_traits.h: New file.

* valarray.cc (multiplies<>, accumulate, valarray<>::product):
Remove explicit instantiation.
(__valarray_product): New function.
(_Indexer::_Indexer): Use.

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

24 years ago * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
rth [Sat, 15 Jul 2000 20:31:27 +0000 (20:31 +0000)]
    * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
        * config/ia64/ia64.c (ia64_move_ok): New function.
        * config/ia64/ia64.md (movqi, movqi_internal): Use it.
        (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.

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

24 years ago2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sat, 15 Jul 2000 20:07:45 +0000 (20:07 +0000)]
2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>

* bits/valarray_array.h (__valarray_get_storage): New function.
(_Array<>::Array): Use it.
* bits/std_valarray.h (valarray<>::valarray): Likewise.
(valarray<>::resize): Likewise.  Tweak.
* src/valarray-inst.cc (__valarray_product): Tweak.

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

24 years ago * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
zack [Sat, 15 Jul 2000 19:29:14 +0000 (19:29 +0000)]
* cpphash.c (save_expansion): Clear PREV_WHITE on tokens
immediately following a paste operator.
* cppinit.c (sort_options): New function (only for HOST_EBCDIC).
(cpp_reader_init): Call it, if HOST_EBCDIC.
(cpp_handle_options): Do not sort option list here.
(handle_option): Rename to cpp_handle_option and export.
* cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
_cpp_get_token directly.
(cpp_scan_line): Return 0 at EOF, 1 otherwise.
* cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
* cpplib.h: Prototype cpp_handle_option.  Update prototype of
cpp_scan_line.

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

24 years ago * gcc.dg/20000715-1.c: New test.
jakub [Sat, 15 Jul 2000 18:14:29 +0000 (18:14 +0000)]
* gcc.dg/20000715-1.c: New test.

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

24 years ago * gcc.c-torture/execute/20000715-2.c: New test.
jakub [Sat, 15 Jul 2000 18:08:48 +0000 (18:08 +0000)]
* gcc.c-torture/execute/20000715-2.c: New test.

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

24 years ago * fold-const.c (extract_muldiv): Don't optimize past an unsigned
rth [Sat, 15 Jul 2000 17:22:26 +0000 (17:22 +0000)]
    * fold-const.c (extract_muldiv): Don't optimize past an unsigned
        cast around an expression.  Tidy other unsigned tests.

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

24 years ago2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Sat, 15 Jul 2000 16:50:31 +0000 (16:50 +0000)]
2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>

* diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
(v_message_with_decl): Rename to ...
(format_with_decl): ... this. Tweak
(diagnostic_for_decl): New function.
(fatal_io_error): Use verbatim in lieu of notice.
(announce_function): Use verbatim.
(default_print_error_function): Likewise.
(error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
infratructure.

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

24 years agoWarning patch:
ghazi [Sat, 15 Jul 2000 15:13:52 +0000 (15:13 +0000)]
Warning patch:

* mips.c (function_arg_pass_by_reference): Don't do automatic
aggregate initialization.
(machine_dependent_reorg): Initialize variable `mode'.

* mips.md (absdi2): Change variable `regno1' to unsigned int.
(reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
conflicts with sys/param.h macro of the same name.
(reload_outdi): Likewise.

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

24 years agoFix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing FOO++ into ++FOO without bumping...
meissner [Sat, 15 Jul 2000 14:58:53 +0000 (14:58 +0000)]
Fix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing FOO++ into ++FOO without bumping up the comparison value

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

24 years agoDaily bump.
law [Sat, 15 Jul 2000 07:45:12 +0000 (07:45 +0000)]
Daily bump.

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

24 years agocommit changelog
bryce [Sat, 15 Jul 2000 05:12:47 +0000 (05:12 +0000)]
commit changelog

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

24 years ago * README.Portability: Correct example about calling a function
neil [Sat, 15 Jul 2000 04:59:42 +0000 (04:59 +0000)]
* README.Portability: Correct example about calling a function
through a pointer to function.  Format wide paragraphs.

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

24 years ago * java/awt/EventQueue.java (invokeAndWait): Call postEvent() within
bryce [Sat, 15 Jul 2000 04:42:47 +0000 (04:42 +0000)]
* java/awt/EventQueue.java (invokeAndWait): Call postEvent() within
synchronized block.
* java/awt/event/InvocationEvent (dispatch): Synchronize on notifier
before calling notifyAll().

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

24 years agoupdate portability guide
meissner [Sat, 15 Jul 2000 04:18:47 +0000 (04:18 +0000)]
update portability guide

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

24 years ago * README.Portability: Small update.
neil [Sat, 15 Jul 2000 03:03:11 +0000 (03:03 +0000)]
* README.Portability:  Small update.

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

24 years ago * README.Portability: New file.
neil [Sat, 15 Jul 2000 02:56:01 +0000 (02:56 +0000)]
* README.Portability: New file.

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

24 years ago * config/mh-irix6 (CC): Don't set it.
mmitchel [Sat, 15 Jul 2000 00:15:18 +0000 (00:15 +0000)]
* config/mh-irix6 (CC): Don't set it.

* INSTALL: Give special instructions for building GCC on Irix 6.
* config/mips/x-iris6 (CC): Don't set it.
(OLDCC): Likewise.

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

24 years agotweak
jason [Fri, 14 Jul 2000 17:41:26 +0000 (17:41 +0000)]
tweak

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

24 years ago * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
jason [Fri, 14 Jul 2000 17:40:38 +0000 (17:40 +0000)]
    * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
        register in the stack and later in another register, use the new
        register.

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

24 years ago * std/bastring.h (basic_string<>::clear): Add function.
gerald [Fri, 14 Jul 2000 16:27:45 +0000 (16:27 +0000)]
* std/bastring.h (basic_string<>::clear): Add function.

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

24 years ago * config/mips/mips.md: (absdi2): Handle sign_extend for
cpopetz [Fri, 14 Jul 2000 15:25:10 +0000 (15:25 +0000)]
* config/mips/mips.md: (absdi2): Handle sign_extend for
second operand.

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

24 years ago * cpplib.c (do_pragma_dependency): Tidy warning messages.
nathan [Fri, 14 Jul 2000 08:55:21 +0000 (08:55 +0000)]
* cpplib.c (do_pragma_dependency): Tidy warning messages.

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

24 years agoDaily bump.
law [Fri, 14 Jul 2000 07:45:08 +0000 (07:45 +0000)]
Daily bump.

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

24 years agotop level:
zack [Fri, 14 Jul 2000 07:13:19 +0000 (07:13 +0000)]
top level:
* .cvsignore: Correct typo.
cp:
* .cvsignore: parse.h and parse.c have no cp- prefix.
java:
* .cvsignore: New file.

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

24 years ago * gcc_update (files_and_dependencies): Remove generated YACC files.
mmitchel [Fri, 14 Jul 2000 06:38:49 +0000 (06:38 +0000)]
* gcc_update (files_and_dependencies): Remove generated YACC files.

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

24 years ago * parse.c: Remove.
mmitchel [Fri, 14 Jul 2000 06:37:40 +0000 (06:37 +0000)]
* parse.c: Remove.

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

24 years ago * .cvsignore: Add generated YACC files.
mmitchel [Fri, 14 Jul 2000 05:41:33 +0000 (05:41 +0000)]
* .cvsignore: Add generated YACC files.
* objc/.cvsignore: New file.

* .cvsignore: New file.

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

24 years agoAdd missing files
nickc [Fri, 14 Jul 2000 00:57:58 +0000 (00:57 +0000)]
Add missing files

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

24 years ago * cpplex.c (adjust_column): New funcion.
neil [Thu, 13 Jul 2000 22:55:04 +0000 (22:55 +0000)]
* cpplex.c (adjust_column): New funcion.
(skip_whitespace): Use it.
(skip_block_comment): Use it, and warn about /*/* with
-Wcomments.

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

24 years ago * cpphash.c (struct macro_info): Add new members.
neil [Thu, 13 Jul 2000 21:49:33 +0000 (21:49 +0000)]
* cpphash.c (struct macro_info): Add new members.
(_cpp_free_definition): Delete the macro directly.
(count_params): Return void, with first token of
expansion in struct macro_info on success.
(parse_define): Return int.  Hoist syntax checking from
save_macro_expansion.  Leave call to save_expansion to
_cpp_create_definition.
(alloc_macro): Needs just 2 arguments.
(free_macro): Delete.
(save_expansion): Don't perform syntax check.
(_cpp_create_definition): Call save_expansion.

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

24 years ago * genrecog.c (write_header): Split long string.
ghazi [Thu, 13 Jul 2000 20:33:09 +0000 (20:33 +0000)]
* genrecog.c (write_header): Split long string.

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

24 years ago * cpphash.c (macro_info): Don't use the `signed' keyword.
ghazi [Thu, 13 Jul 2000 20:09:55 +0000 (20:09 +0000)]
* cpphash.c (macro_info): Don't use the `signed' keyword.

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

24 years ago2000-07-13 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Thu, 13 Jul 2000 19:27:49 +0000 (19:27 +0000)]
2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (fold_constant_for_init): Avoid bullish conversion.

(http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00506.html)

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

24 years agoReverting incorrectly applied change
tromey [Thu, 13 Jul 2000 19:23:57 +0000 (19:23 +0000)]
Reverting incorrectly applied change

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

24 years ago * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
ghazi [Thu, 13 Jul 2000 19:09:23 +0000 (19:09 +0000)]
* system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.

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

24 years ago * objc/hash.h: Include string.h.
ghazi [Thu, 13 Jul 2000 18:56:49 +0000 (18:56 +0000)]
* objc/hash.h: Include string.h.

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

24 years ago * lang-specs.h: Added %{I*}.
tromey [Thu, 13 Jul 2000 18:25:37 +0000 (18:25 +0000)]
* lang-specs.h: Added %{I*}.

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

24 years ago * calls.c (stored_args_map): New variable.
jakub [Thu, 13 Jul 2000 18:19:27 +0000 (18:19 +0000)]
* calls.c (stored_args_map): New variable.
(check_sibcall_argument_overlap_1): New.
(check_sibcall_argument_overlap): New.
(expand_call): Initialize stored_args_map.
Call check_sibcall_argument_overlap.

* gcc.c-torture/execute/20000707-1.c: New test.

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

24 years agoimplement various pre-processor guards around standard types
korbb [Thu, 13 Jul 2000 15:23:51 +0000 (15:23 +0000)]
implement various pre-processor guards around standard types

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

24 years agoRegenerate fixincl.x, too
korbb [Thu, 13 Jul 2000 15:20:45 +0000 (15:20 +0000)]
Regenerate fixincl.x, too

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

24 years agoObsolete test result
korbb [Thu, 13 Jul 2000 15:16:39 +0000 (15:16 +0000)]
Obsolete test result

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

24 years agofixinc test result changes
korbb [Thu, 13 Jul 2000 14:51:14 +0000 (14:51 +0000)]
fixinc test result changes

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

24 years agoimplement various pre-processor guards around standard types
korbb [Thu, 13 Jul 2000 14:47:55 +0000 (14:47 +0000)]
implement various pre-processor guards around standard types

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

24 years ago2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Thu, 13 Jul 2000 10:37:41 +0000 (10:37 +0000)]
2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>

        * diagnostic.c (vline_wrapper_message_with_location,
        v_message_with_file_and_line, v_error_with_file_and_file,
        v_error_for_asm, v_warning_for_asm, vfatal,
        v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
        vsorry, verror, vwarning, vpedwarn): Remove.
        (diagnostic_for_asm): New function.
        (pedwarn, error, warning, pedwarn_with_file_and_line,
        error_with_file_and_line, warning_with_file_and_line, sorry,
        error_for_asm, warning_for_asm, fatal): Reimplement.
        (finish_diagnostic): Clear diagnostic info as well.

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

24 years ago * c-common.h (flag_digraphs): New.
neil [Thu, 13 Jul 2000 10:12:08 +0000 (10:12 +0000)]
* c-common.h (flag_digraphs): New.
* c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
* c-lex.c (yylex): Use flag_digraphs to decide whether to
honour digraphs.

* testsuite/gcc.dg/cpp/digraph1.c,
testsuite/gcc.dg/cpp/digraph2.c,
testsuite/gcc.dg/cpp/digraphs.c: New tests.

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

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

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

24 years ago * gcc.c (do_spec_1): Add new %B operator.
zack [Thu, 13 Jul 2000 07:14:13 +0000 (07:14 +0000)]
* gcc.c (do_spec_1): Add new %B operator.
(set_input): Prepare for %B.

(link_command_spec): Move up with the other tm.h-
overrideable specs.  Factor out the portion conditional on
LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
(struct compiler): Just have a single spec string.  All users
updated.
(default_compilers): Remove unnecessary braces.
(static_specs): Update.

(trad_capable_cpp, cpp_options, cc1_options, asm_options): New
named specs.
(C and assembly specs): Use the new named specs, as appropriate.

* objc/lang-specs.h, ch/lang-specs.h, cp/lang-specs.h,
f/lang-specs.h, java/lang-specs.h: Use the new named specs.
Remove unnecessary braces.

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

24 years ago * tradcif.c: Remove.
zack [Thu, 13 Jul 2000 04:52:22 +0000 (04:52 +0000)]
* tradcif.c: Remove.

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

24 years ago * gcc.c (execute): If a subprocess gets a fatal signal, report
zack [Thu, 13 Jul 2000 04:43:47 +0000 (04:43 +0000)]
* gcc.c (execute): If a subprocess gets a fatal signal, report
strsignal() of the signal number, and ask for a bug report.
Do not do this for SIGPIPE if there's already been an error.

* tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
Delete pipe_closed.

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

24 years ago * final.c (profile_function): Do not emit profile counters in
zack [Thu, 13 Jul 2000 04:40:23 +0000 (04:40 +0000)]
* final.c (profile_function): Do not emit profile counters in
the data section, if NO_PROFILE_COUNTERS is defined.
* tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
FUNCTION_PROFILER.

* config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
(FUNCTION_PROFILER): Just emit a call to mcount.

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

24 years ago * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
zack [Thu, 13 Jul 2000 03:06:25 +0000 (03:06 +0000)]
* tradcpp.c (main): Rename 'perror' label to 'sys_error'.

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

24 years ago * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
zack [Thu, 13 Jul 2000 02:32:41 +0000 (02:32 +0000)]
* cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
cpplib.c, cpplib.h: Eradicate all traces of code dependent on
traditional, lang_chill, or lang_fortran.

* cppfiles.c: #undef strcmp to suppress warning about macros
used without arguments.
(_cpp_execute_include): Use f, not fname, in "No include path"
error.
(_cpp_pop_file_buffer): New function.
* cpplib.c: Don't include <sys/mman.h>.
(cpp_push_buffer): Set line_base and lineno in new buffer.
(cpp_pop_buffer): Use _cpp_pop_file_buffer.

* cpplex.c: Move all prototypes and structure declarations to the
top of the file.  Properly parenthesise some macro arguments.
(cpp_scan_line): New function.
(special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
don't need to walk up the stack counting.

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

24 years agoAdd missing imports.
bryce [Wed, 12 Jul 2000 21:24:00 +0000 (21:24 +0000)]
Add missing imports.

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

24 years agoFix missing "package" declaration.
bryce [Wed, 12 Jul 2000 21:16:52 +0000 (21:16 +0000)]
Fix missing "package" declaration.

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

24 years ago Add missing files from last check-in:
bryce [Wed, 12 Jul 2000 21:13:51 +0000 (21:13 +0000)]
Add missing files from last check-in:
* java/awt/image/ImageConsumer.java: New file.
* java/awt/image/ImageProducer.java: New file.
* java/awt/image/ImageObserver.java: New file.

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

24 years ago * c-common.c (combine_strings): Emit a pedantic warning when a
ghazi [Wed, 12 Jul 2000 21:03:29 +0000 (21:03 +0000)]
* c-common.c (combine_strings): Emit a pedantic warning when a
string length is greater than the minimum ANSI C is required
to support.

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

24 years ago * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
law [Wed, 12 Jul 2000 20:29:05 +0000 (20:29 +0000)]
    * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
        * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.

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

24 years ago * c-decl.c (define_label): Warn about identifier conflicts with
ghazi [Wed, 12 Jul 2000 20:15:20 +0000 (20:15 +0000)]
* c-decl.c (define_label): Warn about identifier conflicts with
labels in traditional C.

* c-parse.in (unop +): Warn about the unary plus operator for
traditional C.

* c-typeck.c (store_init_value): Warn about automatic aggregate
initialization for traditional C.

* invoke.texi (-Wtraditional): Document new warnings.

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

24 years ago2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Wed, 12 Jul 2000 20:05:45 +0000 (20:05 +0000)]
2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>

* Makefile.in (c-errors.o): Fix thinko in dependency.

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

24 years ago * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
zack [Wed, 12 Jul 2000 20:01:02 +0000 (20:01 +0000)]
* gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
-traditional, -ftraditional, or -traditional-cpp was given.
Do not pass -traditional to the preprocessor.
(.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
preprocessor does it automatically.
* objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.

* ch/lang-specs.h: Always use tradcpp.  Do not pass
-traditional, -trigraphs, or -pedantic to the preprocessor.
* f/lang-specs.h (.F spec): Likewise.  Don't bother defining
_LANGUAGE_FORTRAN.

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

24 years ago * cppexp.c (LOGICAL): Delete macro.
zack [Wed, 12 Jul 2000 19:41:30 +0000 (19:41 +0000)]
* cppexp.c (LOGICAL): Delete macro.
(_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
and && directly.

* cpphash.c (HASHSIZE): Increase to 4096.
(struct hashdummy): Add hash field.
(eq_HASHNODE): Compare unreduced hashes, then lengths, then
the string values using memcmp.
(cpp_lookup): Set dummy.hash.

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

24 years ago * configure.in (m88k-openbsd): Express configuration using new fragment
law [Wed, 12 Jul 2000 19:19:18 +0000 (19:19 +0000)]
    * configure.in (m88k-openbsd): Express configuration using new fragment
        style.
        * configure: Rebuilt.
        * m88k/aout-dbx.h: New.
        * m88k/openbsd.h: New.
        * m88k/xm-openbsd.h: New.

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

24 years ago * g77.f-torture/compile/20000630-2.f: New test.
law [Wed, 12 Jul 2000 19:12:14 +0000 (19:12 +0000)]
    * g77.f-torture/compile/20000630-2.f:  New test.
        * g77.f-torture/compile/20000630-2.x

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

24 years ago * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
ghazi [Wed, 12 Jul 2000 18:55:57 +0000 (18:55 +0000)]
* expr.c (expand_expr): Return const0_rtx, not error_mark_node.

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

24 years ago * reload.c (push_secondary_reload): Make sure to add the new
rth [Wed, 12 Jul 2000 17:20:17 +0000 (17:20 +0000)]
    * reload.c (push_secondary_reload): Make sure to add the new
        reload at the end, after acquiring secondary memory.

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

24 years agoOops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.
ghazi [Wed, 12 Jul 2000 17:08:20 +0000 (17:08 +0000)]
Oops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.

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

24 years ago * cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.
ghazi [Wed, 12 Jul 2000 16:44:41 +0000 (16:44 +0000)]
* cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.

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

24 years agoWarning fixes:
ghazi [Wed, 12 Jul 2000 16:17:15 +0000 (16:17 +0000)]
Warning fixes:

* c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.

* c-parse.in (stmt): Delete unused variables.

* convert.c (convert_to_vector): Likewise.

* gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.

* tree.c (finish_vector_type): Prototype.

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

24 years agoremoved dinkleberries and use xmalloc instead of a private version
korbb [Wed, 12 Jul 2000 14:45:05 +0000 (14:45 +0000)]
removed dinkleberries and use xmalloc instead of a private version

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

24 years ago * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
neil [Wed, 12 Jul 2000 14:37:47 +0000 (14:37 +0000)]
* cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
* cpplex.c (TOKEN_SPELL) Move to cpphash.h.

* cpphash.c: (struct macro_info, alloc_macro, free_macro,
struct toklist_dummy): New.
(cpp_free_definition): Free macros with free_macro.
(count_params): Don't save paramter spellings.  Save macro
information in a struct macro_info.
(parse_define): Don't allocate a token list.
(save_expansion): Allocate the macro's token list, and
save parameter spellings if necessary.  Use TOKEN_SPELL.
(cpp_create_definition): Make list const.

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

24 years ago2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Wed, 12 Jul 2000 14:12:51 +0000 (14:12 +0000)]
2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>

* c-typeck.c (pedwarn_c99): Move to
* c-errors.c: ... Here.
* toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
* diagnostic.c (verror, vwarning, vpedwarn): Make static.
* Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
(c-errors.o): List dependency.

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

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

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

24 years ago * gcc_update (files_and_dependencies): Remove generated YACC files.
mmitchel [Wed, 12 Jul 2000 07:12:56 +0000 (07:12 +0000)]
* gcc_update (files_and_dependencies): Remove generated YACC files.

* c-parse.c: Remove.
* c-parse.h: Likewise.
* c-parse.y: Likewise.
* objc/objc-parse.c: Likewise.
* objc/objc-pasre.y: Likewise.

* Makefile.in ($(PARSE_H)): Depend directly on parse.y.
* parse.c: Remove.
* parse.h: Likewise.

* parse-scan.c: Remove.

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

24 years ago2000-07-12 Bryce McKinlay <bryce@albatross.co.nz>
bryce [Wed, 12 Jul 2000 04:52:04 +0000 (04:52 +0000)]
2000-07-12  Bryce McKinlay  <bryce@albatross.co.nz>

Merged implementation of java.applet from classpath:
* java/applet/Applet.java: New file.
* java/applet/AppletContext.java: New file.
* java/applet/AppletStub.java: New file.
* java/applet/AudioClip.java: New file.

* Makefile.am: Added new java.applet classes.
* Makefile.in: Rebuilt.

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

24 years ago * gcc.texi: Fix minor typos
law [Wed, 12 Jul 2000 04:29:22 +0000 (04:29 +0000)]
    * gcc.texi: Fix minor typos
        * extend.texi: Fix minor typos

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

24 years ago * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
law [Wed, 12 Jul 2000 04:26:07 +0000 (04:26 +0000)]
* pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
true.

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

24 years ago * collect2.c (main): Recognize .lo as object files.
law [Wed, 12 Jul 2000 04:17:40 +0000 (04:17 +0000)]
    * collect2.c (main): Recognize .lo as object files.

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

24 years ago * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
law [Wed, 12 Jul 2000 04:06:13 +0000 (04:06 +0000)]
    * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
        with MAP_ANONYMOUS and MAP_ANON.
        * configure, config.in: Rebuilt.

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

24 years agoBig AWT patch.
bryce [Wed, 12 Jul 2000 03:32:07 +0000 (03:32 +0000)]
Big AWT patch.

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

24 years ago2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
gdr [Wed, 12 Jul 2000 00:48:02 +0000 (00:48 +0000)]
2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>

* diagnostic.c (save_output_state): Remove.
(restore_output_state): Likewise.
(clear_text_info): New function.
(clear_diagnostic_info): Likewise.
(output_text_length, is_starting_newline, output_prefix,
line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
prefixing_policy, output_buffer_ptr_to_format_args): New macros
(set_real_maximum_length, output_set_maximum_length,
output_set_prefix, output_get_prefix, output_set_maximum_length,
output_destroy_prefix, init_output_buffer,
reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
output_add_newline, output_add_character, output_add_space,
output_append_r, output_append, wrap_text, output_format,
output_do_printf, output_printf, output_do_verbatim,
output_verbatim, verbatim): Use them.
(output_clear): Split into cleat_text_info and
clear_diagnostic_info.
(struct output_state): Move to...

* diagnostic.h: ...Here
(struct output_buffer): Adjust.

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

24 years ago * g77.f-torture/execute/20000503-1.x: Delete. Test now passes.
law [Tue, 11 Jul 2000 23:45:16 +0000 (23:45 +0000)]
    * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.

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

24 years agoRemove. No longer expected to fail.
law [Tue, 11 Jul 2000 23:44:21 +0000 (23:44 +0000)]
Remove.  No longer expected to fail.

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

24 years ago2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
zack [Tue, 11 Jul 2000 23:20:53 +0000 (23:20 +0000)]
2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>

* cpplex.c (parse_name): No longer inline (premature optimization).
(do_pop_context): Fold into pop_context.
(pop_context): Returns int.
(lex_next): Hoist test for end of directive into pop_context.
(push_macro_context): Returns int; takes just reader and token.
Hoist test for excessive nesting to caller.
(push_arg_context): Returns void; takes just reader and token.
Do not call stringify_arg or get_raw_token.
(get_raw_token): Convert tail recursion through push_arg_context
to a loop at this level.  Call stringify_arg here if appropriate.
(maybe_paste_with_next): Convert tail recursion to a while loop.
Hoist test of paste_level to caller.

(stringify_arg): Push arg context at beginning.
(cpp_get_token): Split out core into _cpp_get_token.  Call
process_directive here.  Throw away CPP_PLACEMARKER tokens.
(_cpp_get_token): Convert tail recursion through
push_macro_context to a loop at this level.
(_cpp_glue_header_name, is_macro_disabled, stringify_arg,
_cpp_get_raw_token): Use _cpp_get_token.
(_cpp_skip_rest_of_line): Drop the context stack directly; do
not call pop_context.
(_cpp_run_directive): Call lex_next directly.

* cpphash.h: Prototype _cpp_get_token.
* cppexp.c (lex): Use it.
* cpphash.c (parse_define): Use it.
* cpplib.c (get_define_node, do_undef, parse_include,
read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
parse_ifdef, validate_else): Use it.
(cpp_push_buffer): Tweak error message; abort if anyone tries
to push a buffer while macro expansions are stacked.

2000-07-11  Donn Terry  <donnte@microsoft.com>

* cpplex.c (free_macro_args, save_token): Cast arg of free
and/or xrealloc to PTR.
(_cpp_init_input_buffer): Clear all fields of the base context.

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

24 years agonew tests results from changes
korbb [Tue, 11 Jul 2000 22:29:52 +0000 (22:29 +0000)]
new tests results from changes

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

24 years agoRegenerate after this patch:
zack [Tue, 11 Jul 2000 22:21:58 +0000 (22:21 +0000)]
Regenerate after this patch:
2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>

        * c-parse.in (BREAK): Change to build tree, then generate RTL.
        (CONTINUE): Likewise.
        (RETURN): Likewise.
        (CASE): Likewise.
        (DEFAULT): Likewise.

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

24 years agofixinc/inclhack.def(libc1_ifdefd_memx) omit #if/#endif pair
korbb [Tue, 11 Jul 2000 22:20:38 +0000 (22:20 +0000)]
fixinc/inclhack.def(libc1_ifdefd_memx) omit #if/#endif pair

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

24 years ago * gensupport.c (process_rtx): Make rtl checking stop
cpopetz [Tue, 11 Jul 2000 22:08:47 +0000 (22:08 +0000)]
* gensupport.c (process_rtx): Make rtl checking stop
complaining about the define_insn while it is being
converted from a define_insn_and_split.

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

24 years ago2000-07-11 Phil Edwards <pme@sourceware.cygnus.com>
pme [Tue, 11 Jul 2000 21:45:08 +0000 (21:45 +0000)]
2000-07-11  Phil Edwards  <pme@sourceware.cygnus.com>

* docs:  Update sourceware->sources in every HTML file.  Minor updates.

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