gcc.git
21 years agoc-format.c (format_length_info, [...]): De-const-ify structure members.
Kaveh R. Ghazi [Sat, 31 May 2003 14:03:06 +0000 (14:03 +0000)]
c-format.c (format_length_info, [...]): De-const-ify structure members.

* c-format.c (format_length_info, format_char_info,
format_flag_spec, format_flag_pair, format_kind_info):
De-const-ify structure members.

From-SVN: r67271

21 years agoflags.h (flag_wrapv): New flag controlling overflow semantics.
Roger Sayle [Sat, 31 May 2003 13:23:32 +0000 (13:23 +0000)]
flags.h (flag_wrapv): New flag controlling overflow semantics.

* flags.h (flag_wrapv): New flag controlling overflow semantics.
* toplev.c (flag_wrapv): Declare the variable with default false.
(lang_independent_options): New option "-fwrapv" to set the above.

* fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
as x, when signed arithmetic overflow wraps around.
(fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
* loop.c (basic_induction_var): Ignore BIVs that rely on undefined
overflow when flag_wrapv is true.

* java/lang.c (java_init_options): Prescribe wrap-around two's
complement arithmetic overflow by setting flag_wrapv.

* doc/invoke.texi: Document new -fwrapv command line option.
* doc/c-tree.texi: Mention that the overflow semantics of
NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
upon both flag_wrapv and flag_trapv.

* gcc.dg/fwrapv-1.c: New test case.
* gcc.dg/fwrapv-2.c: New test case.

* libjava.lang/Overflow.java: New test.
* libjava.lang/Overflow.out: New file.

From-SVN: r67270

21 years agodecl.c (cp_binding_level::this_entity): Rename from this_class.
Gabriel Dos Reis [Sat, 31 May 2003 12:53:41 +0000 (12:53 +0000)]
decl.c (cp_binding_level::this_entity): Rename from this_class.

* decl.c (cp_binding_level::this_entity): Rename from this_class.
(cxx_scope_descriptor): New function.
(cxx_scope_debug): Likewise.
(push_binding_level): Use it.
(pop_binding_level): Likewise.
(suspend_binding_level): Likewise.
(resume_binding_level): Likewise.
(pushlevel_class): Adjust use of this_class.
(pushtag): Likewise.
(lookup_name_real): Likewise.
(global_scope_name): New variable.
(initialize_predefined_identifiers): Initialize it.
(push_namespace): Use it.
(make_cxx_scope): New function.
(pushlevel): Use it.
(pushlevel_class): Likewise.
(push_binding_level): Simplify.  Loose the last two arguments.
(make_binding_level): Remove.
(initial_push__namespace_scope): New function.
(push_namespace): Use it.  Simplify.
(cxx_init_decl_processing): Likewise.
(declare_namespace_level): Remove.

From-SVN: r67269

21 years agore PR c++/10956 (ICE when specializing a template member function of a template class...
Kriang Lerdsuwanakij [Sat, 31 May 2003 12:13:30 +0000 (12:13 +0000)]
re PR c++/10956 (ICE when specializing a template member function of a template class, in tsubst, at cp/pt.c:6459)

PR c++/10956
* pt.c (instantiate_decl): Don't use full template arguments if
we are dealing with specializations.

* g++.dg/template/spec9.C: New test.

From-SVN: r67268

21 years agoinstall.texi (mips-sgi-irix5): Add missing HTML <hr> marker.
Eric Botcazou [Sat, 31 May 2003 09:31:41 +0000 (11:31 +0200)]
install.texi (mips-sgi-irix5): Add missing HTML <hr> marker.

* doc/install.texi (mips-sgi-irix5): Add missing
HTML <hr> marker.

From-SVN: r67265

21 years agomd.texi (Machine Constraints): Document missing SPARC constraints.
Eric Botcazou [Sat, 31 May 2003 07:53:13 +0000 (09:53 +0200)]
md.texi (Machine Constraints): Document missing SPARC constraints.

* doc/md.texi (Machine Constraints): Document
missing SPARC constraints.

From-SVN: r67263

21 years agomd.texi (Automaton pipeline description): Use "type" instead of "cpu" as the attribut...
Eric Botcazou [Sat, 31 May 2003 07:43:47 +0000 (09:43 +0200)]
md.texi (Automaton pipeline description): Use "type" instead of "cpu" as the attribute in the examples.

* doc/md.texi (Automaton pipeline description): Use
"type" instead of "cpu" as the attribute in the examples.

From-SVN: r67261

21 years agocom.c (ffecom_init_0): Define built-in functions for tan and atan.
Roger Sayle [Sat, 31 May 2003 02:44:34 +0000 (02:44 +0000)]
com.c (ffecom_init_0): Define built-in functions for tan and atan.

* com.c (ffecom_init_0): Define built-in functions for tan and atan.
* com-rt.def: Use then to implement g77's tan and atan intrinsics.

From-SVN: r67260

21 years agoDaily bump.
GCC Administrator [Sat, 31 May 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67257

21 years ago* system.h: Poison OBJC_PROLOGUE.
Stan Shebs [Fri, 30 May 2003 23:14:41 +0000 (23:14 +0000)]
* system.h: Poison OBJC_PROLOGUE.

From-SVN: r67255

21 years agoemit-rtl.c (gen_complex_constant_part): New function for getting the constant real...
Roger Sayle [Fri, 30 May 2003 21:41:21 +0000 (21:41 +0000)]
emit-rtl.c (gen_complex_constant_part): New function for getting the constant real or imaginary part of a complex constant.

* emit-rtl.c (gen_complex_constant_part): New function for getting
the constant real or imaginary part of a complex constant.
(gen_realpart): Use it.
(gen_imagpart): Likewise.

From-SVN: r67252

21 years agoinvoke.texi: Fix typos.
Kazu Hirata [Fri, 30 May 2003 19:50:02 +0000 (19:50 +0000)]
invoke.texi: Fix typos.

* doc/invoke.texi: Fix typos.
* doc/rtl.texi: Likewise.

From-SVN: r67251

21 years agocrti.asm: Use .h8300hn and .h8300sn for normal mode.
Dhananjay Deshpande [Fri, 30 May 2003 19:26:14 +0000 (19:26 +0000)]
crti.asm: Use .h8300hn and .h8300sn for normal mode.

* config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
mode.
* config/h8300/crtn.asm: Likewise.
* config/h8300/lib1funcs.asm: Likewise.
* config/h8300/h8300.c (asm_file_start): Likewise.
* config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
h8300snelf emulations for normal mode.
* config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
emulations for normal mode.

From-SVN: r67250

21 years agofilter: New file.
Phil Edwards [Fri, 30 May 2003 19:12:56 +0000 (19:12 +0000)]
filter: New file.

2003-05-30  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/filter:  New file.
* docs/doxygen/filter.sed:  New file.
* docs/doxygen/run_doxygen:  Add g flag to sed substitutions.  Duh.
* docs/doxygen/user.cfg.in (INPUT_FILTER):  Point to new filter.
* docs/html/documentation.html:  Fix links to doxygen pages.

From-SVN: r67249

21 years agoh8300.c (h8300_tiny_constant_address_p): Return true if TARGET_NORMAL_MODE.
Dhananjay Deshpande [Fri, 30 May 2003 19:12:42 +0000 (19:12 +0000)]
h8300.c (h8300_tiny_constant_address_p): Return true if TARGET_NORMAL_MODE.

* config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
true if TARGET_NORMAL_MODE.

From-SVN: r67248

21 years agocse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitution.
Roger Sayle [Fri, 30 May 2003 17:49:44 +0000 (17:49 +0000)]
cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when making a substitution.

* cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
making a substitution.
(dead_libcall_p): If directly replacing a libcall with a
constant value produces an invalid instruction, also try forcing
the constant into the constant pool.
* expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
obvious that the source is a constant.
(compress_float_constant): Use set_unique_reg_note to place
REG_EQUAL notes on instructions.

From-SVN: r67247

21 years agomips.c (extern_list): Add GTY marker.
Eric Christopher [Fri, 30 May 2003 16:23:59 +0000 (16:23 +0000)]
mips.c (extern_list): Add GTY marker.

2003-05-30  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.c (extern_list): Add GTY marker.
(extern_head): Separate out definition. Add marker.
(mips_output_external): Use ggc_alloc for extern_list
allocation.
(mips_output_external_libcall): Ditto.

From-SVN: r67245

21 years agoinstall.texi: Ada-enabled bootstrap requires GNAT 3.14 or later.
Florian Weimer [Fri, 30 May 2003 15:52:42 +0000 (17:52 +0200)]
install.texi: Ada-enabled bootstrap requires GNAT 3.14 or later.

2003-05-30  Florian Weimer  <fw@deneb.enyo.de>

* doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
later.

From-SVN: r67244

21 years agovax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warnings.
Kaveh R. Ghazi [Fri, 30 May 2003 14:02:48 +0000 (14:02 +0000)]
vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warnings.

* vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
warnings.
(PRINT_OPERAND): Likewise.

From-SVN: r67243

21 years agomips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move -mdebug/-no-mdebug switches ...
Rainer Orth [Fri, 30 May 2003 12:02:45 +0000 (12:02 +0000)]
mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move -mdebug/-no-mdebug switches ...

* config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
-mdebug/-no-mdebug switches ...
(MDEBUG_ASM_SPEC): ... here.
Use only with gas.
(EXTRA_SPECS): Initialize mdebug_asm_spec.

From-SVN: r67242

21 years agofstream.tcc (_M_convert_to_external): Don't check for __ilen > 0.
Paolo Carlini [Fri, 30 May 2003 11:39:56 +0000 (13:39 +0200)]
fstream.tcc (_M_convert_to_external): Don't check for __ilen > 0.

2003-05-30  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/fstream.tcc (_M_convert_to_external): Don't
check for __ilen > 0.

From-SVN: r67240

21 years agoRemove conflict marker.
Matt Kraai [Fri, 30 May 2003 00:50:32 +0000 (00:50 +0000)]
Remove conflict marker.

From-SVN: r67239

21 years agogthr-gnat.c: Remove #undef UNUSED.
Matt Kraai [Fri, 30 May 2003 00:43:08 +0000 (00:43 +0000)]
gthr-gnat.c: Remove #undef UNUSED.

* gthr-gnat.c: Remove #undef UNUSED.
(__gnat_default_lock, __gnat_default_unlock): Prototype.
(__gnat_task_lock, __gnat_task_unlock): Make declarations
prototypes.
(__gnat_install_locks): Convert declaration to ISO C90, make
parameter declarations prototypes, and remove blank line.
* gthr-gnat.h (__gnat_install_locks): Make parameter
declarations prototypes.

From-SVN: r67238

21 years agoDaily bump.
GCC Administrator [Fri, 30 May 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67236

21 years ago* Makefile.in (unstrap): Remove stage_last after make unstage1.
Jason Merrill [Thu, 29 May 2003 23:05:39 +0000 (19:05 -0400)]
* Makefile.in (unstrap): Remove stage_last after make unstage1.

From-SVN: r67233

21 years ago* mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
Roger Sayle [Thu, 29 May 2003 21:36:52 +0000 (21:36 +0000)]
* mips-tfile.c (PAGE_SIZE): Increase page size to 32K.

From-SVN: r67232

21 years agoadd comment
Jason Merrill [Thu, 29 May 2003 21:33:50 +0000 (17:33 -0400)]
add comment

From-SVN: r67231

21 years agore PR bootstrap/10169 (Bootstrap fails on mainline with Tru64 5.1B)
Roger Sayle [Thu, 29 May 2003 21:33:35 +0000 (21:33 +0000)]
re PR bootstrap/10169 (Bootstrap fails on mainline with Tru64 5.1B)

PR bootstrap/10169
* mips-tfile.c (main): Use getopt_long instead of getopt.
Add new command line option --version to display version.
Treat --verbose like -v to report a single line version.
(options): New global variable for getopt_long.
* mips-tdump.c (main): Use getopt_long instead of getopt.
New command line options -v, --version and -verbose to display
the program version number (to match mips-tfile's behavior).
(options): New global variable for getopt_long.

* gcov.c (options): Zero-terminate getopt_long array.
* gcov-dump.c (options): Likewise.

* Makefile.in (mips-tdump.o): Add dependency on version.h.

Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
From-SVN: r67230

21 years agoRemove OBJC_PROLOGUE everywhere.
Stan Shebs [Thu, 29 May 2003 21:13:35 +0000 (21:13 +0000)]
Remove OBJC_PROLOGUE everywhere.

* objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
* config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
* config/d30v/d30v.h: Similarly.
* config/ip2k/ip2k.h: Similarly.
* doc/tm.texi: Remove doc of OBJC_PROLOGUE.

From-SVN: r67229

21 years agodecl.c (ENABLE_SCOPE_CHECKING): Rename from DEBUG_BINDING_LEVELS.
Gabriel Dos Reis [Thu, 29 May 2003 17:25:04 +0000 (17:25 +0000)]
decl.c (ENABLE_SCOPE_CHECKING): Rename from DEBUG_BINDING_LEVELS.

        * decl.c (ENABLE_SCOPE_CHECKING): Rename from DEBUG_BINDING_LEVELS.
        (binding_depth): Unconditionally define.
        (is_class_level): Likewise.
        (indent): Likewise.  Take an indenting parameter.
        (push_binding_level): Remove conditional definittion.
        (pop_binding_level): Likewise.
        (suspend_binding_level): Likewise.
        (resume_binding_level): Likewise.
        (pushlevel): Likewise.
        (pushlevel_class): Likewise.
        (poplevel_class): Likewise.
        (pop_everything): Likewise.

From-SVN: r67226

21 years agobuiltins.c (cos_builtin, [...]): Delete.
Roger Sayle [Thu, 29 May 2003 16:38:04 +0000 (16:38 +0000)]
builtins.c (cos_builtin, [...]): Delete.

* builtins.c (cos_builtin, sin_builtin, sqrt_builtin): Delete.
(builtin_record): Add an additional builtin_code field to
record which GCC built-in corresponds to the Java function.
(java_builtins):  Add new entries for atan, atan2, exp, log,
pow and tan.
(max_builtin, min_builtin, abs_builtin): Perform constant
folding on the resulting tree.
(java_build_function_call_expr): Likewise, perform constant
folding on the resulting tree.
(initialize_builtins): The NULL creators are now allowed in
the java_builtins table, which is now terminated by an entry
with builtin_code == END_BUILTINS.
(check_for_builtin): Likewise.  If the matching creator is
NULL, construct the call using java_build_function_call_expr
directly with the decl for the corresponding builtin_code.

From-SVN: r67225

21 years agoc-semantics.c (genrtl_do_stmt_1): New function split out from...
Roger Sayle [Thu, 29 May 2003 16:33:47 +0000 (16:33 +0000)]
c-semantics.c (genrtl_do_stmt_1): New function split out from...

* c-semantics.c (genrtl_do_stmt_1): New function split out from...
(gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
(expand_unreachable_stmt): Expand unreachable while statements
using genrtl_do_stmt_1.

* gcc.dg/duff-4.c: New test case.

From-SVN: r67224

21 years ago[multiple changes]
Paolo Carlini [Thu, 29 May 2003 12:21:26 +0000 (12:21 +0000)]
[multiple changes]

2003-05-29  Sylvain Pion  <Sylvain.Pion@mpi-sb.mpg.de>

PR libstdc++/10783
* include/bits/stl_iterator.h (class __normal_iterator):
Don't inherit from iterator, add missing typedefs.

2003-05-29  Paolo Carlini <pcarlini@unitus.it>

* testsuite/24_iterators/reverse_iterator.cc: Split up, as follows.
* testsuite/24_iterators/reverse_iterator/1.cc: New.
* testsuite/24_iterators/reverse_iterator/2.cc: New.
* testsuite/24_iterators/reverse_iterator/3.cc: New, from
PR libstdc++/10783.

From-SVN: r67223

21 years agoname-lookup.h (global_scope_p): New macro.
Gabriel Dos Reis [Thu, 29 May 2003 11:04:10 +0000 (11:04 +0000)]
name-lookup.h (global_scope_p): New macro.

        * name-lookup.h (global_scope_p): New macro.
        * decl.c (pop_binding_level): Use it.  Don't refer directly to
        global_binding_level.
        (suspend_binding_level): Likewise.
        (global_bindings_p): Likewise.
        (print_other_binding_stack): Likewise.
        (print_binding_stack): Likewise.
        (maybe_push_to_top_level): Likewise.
        (pushdecl_namespace_level): Likewise.
        (cxx_init_decl_processing): Likewise.
        (start_decl): Likewise.
        (cp_finish_decl): Likewise.
        (start_function): Likewise.
        (global_binding_level): Remove.

From-SVN: r67221

21 years agomips-protos.h (mips_output_load_label): Declare.
Richard Sandiford [Thu, 29 May 2003 08:33:25 +0000 (08:33 +0000)]
mips-protos.h (mips_output_load_label): Declare.

* config/mips/mips-protos.h (mips_output_load_label): Declare.
* config/mips/mips.c (mips_output_load_label): New function.
(mips_output_conditional_branch): Use it.
* config/mips/mips.md (jump): And here.

From-SVN: r67220

21 years agoRemove myself as m32r/v850 maintainer
Michael Meissner [Thu, 29 May 2003 00:22:36 +0000 (00:22 +0000)]
Remove myself as m32r/v850 maintainer

From-SVN: r67219

21 years agoDaily bump.
GCC Administrator [Thu, 29 May 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67217

21 years agoxtensa-protos.h (smalloffset_double_mem_p): Delete.
Bob Wilson [Thu, 29 May 2003 00:08:36 +0000 (00:08 +0000)]
xtensa-protos.h (smalloffset_double_mem_p): Delete.

        * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
        (xtensa_split_operand_pair): New proto.
        * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
        (smalloffset_double_mem_p): Delete.
        (gen_float_relational, printx, print_operand, xtensa_va_arg):
        Fix whitespace.
        (xtensa_split_operand_pair): New.
        (xtensa_dbx_register_number): Fix formatting.
        * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
        * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
        instead of splitting them into single-word moves.  Remove unnecessary
        checks for reload_in_progress and reload_completed.
        (movdi_internal, movdf_internal): Change to post-reload split patterns.
        Add constraints to allow constant operands.
        (movsf_internal): Allow CONST_INT operands.

From-SVN: r67215

21 years agoFix ChangeLog whitespace for last commit.
Danny Smith [Wed, 28 May 2003 21:17:07 +0000 (21:17 +0000)]
Fix ChangeLog whitespace for last commit.

From-SVN: r67214

21 years agoconfig.gcc (i[34567]86-*-mingw32*): Add host makefile fragment i386/x-mingw32.
Danny Smith [Wed, 28 May 2003 21:06:23 +0000 (21:06 +0000)]
config.gcc (i[34567]86-*-mingw32*): Add host makefile fragment i386/x-mingw32.

       * config.gcc (i[34567]86-*-mingw32*): Add host makefile
        fragment i386/x-mingw32.
* config/i386/x-mingw32: New file. Make local_includedir
relative to EXEC_PREFIX.

From-SVN: r67213

21 years agomingw32.h (STANDARD_INCLUDE_DIR): Update.
Aaron W. LaFramboise [Wed, 28 May 2003 20:54:19 +0000 (20:54 +0000)]
mingw32.h (STANDARD_INCLUDE_DIR): Update.

2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>

* config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
(MD_STARTFILE_PREFIX): Define.

From-SVN: r67212

21 years agocselib.c (cselib_invalidate_regno): Abort if hardreg have a VOIDmode.
Denis Chertykov [Wed, 28 May 2003 19:18:29 +0000 (19:18 +0000)]
cselib.c (cselib_invalidate_regno): Abort if hardreg have a VOIDmode.

* cselib.c (cselib_invalidate_regno): Abort if hardreg have a
VOIDmode.
* cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
call of cselib_invalidate_regno.

From-SVN: r67210

21 years agoMakefile.tpl: Make maybe-check-gcc .PHONY.
DJ Delorie [Wed, 28 May 2003 19:15:38 +0000 (15:15 -0400)]
Makefile.tpl: Make maybe-check-gcc .PHONY.

* Makefile.tpl: Make maybe-check-gcc .PHONY.
* Makefile.in: Regenerate.

From-SVN: r67209

21 years agolinux.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread.
Daniel Jacobowitz [Wed, 28 May 2003 18:00:52 +0000 (18:00 +0000)]
linux.h (LIB_SPEC): Add missing -lc and correct -lthread to -lpthread.

* config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
-lthread to -lpthread.

From-SVN: r67208

21 years agosnapshot-index.html: Refer to .bz2 files instead of .gz files.
Gerald Pfeifer [Wed, 28 May 2003 15:14:37 +0000 (17:14 +0200)]
snapshot-index.html: Refer to .bz2 files instead of .gz files.

* snapshot-index.html: Refer to .bz2 files instead of .gz files.
Simplify the note on not using unannounced snapshots.

From-SVN: r67207

21 years agoinclhack.def: Add missing declaration of getpagesize() to unistd.h on Solaris 2.5.1.
Eric Botcazou [Wed, 28 May 2003 11:53:34 +0000 (11:53 +0000)]
inclhack.def: Add missing declaration of getpagesize() to unistd.h on Solaris 2.5.1.

* fixinc/inclhack.def: Add missing declaration of getpagesize()
to unistd.h on Solaris 2.5.1.
Fix prototype of recv() and send() in sys/socket.h on
Solaris 2.5.1 and 2.6.
* fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
* fixinc/tests/base/sys/socket.h: Add solaris_socket test.
* fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
* fixinc/fixincl.x: Regenerate.

From-SVN: r67206

21 years agosnapshot-README: Refer to .bz2 files instead of .gz files.
Gerald Pfeifer [Wed, 28 May 2003 11:23:36 +0000 (13:23 +0200)]
snapshot-README: Refer to .bz2 files instead of .gz files.

* snapshot-README: Refer to .bz2 files instead of .gz files.
Add a note on where to find the diff files.
Simplify the note on not using unannounced snapshots.
Remove documentation of the gcc_latest_snapshot tag.

From-SVN: r67205

21 years agoDaily bump.
GCC Administrator [Wed, 28 May 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67203

21 years agotree.c (expr_first, [...]): New fns.
Jason Merrill [Tue, 27 May 2003 22:53:01 +0000 (18:53 -0400)]
tree.c (expr_first, [...]): New fns.

        * tree.c (expr_first, expr_length): New fns.
        * tree.h: Declare them.

        * tree.c (iterative_hash_expr): Hash commutative expressions
        consistently.

From-SVN: r67201

21 years agolocale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits...
Brendan Kehoe [Tue, 27 May 2003 22:44:26 +0000 (18:44 -0400)]
locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the...

2003-05-26  Brendan Kehoe  <brendan@zen.org>

    * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and
    make sure the number of digits required after the decimal-point
    (if any) is exactly the value returned by frac_digits().
    * testsuite/22_locale/money_get/get/char/9.cc: New.
    * testsuite/22_locale/money_get/get/wchar_t/9.cc: New.

From-SVN: r67196

21 years agoos_defines.h: Define _LIBUNWIND_STD_ABI if we are on IA64 HP-UX.
Steve Ellcey [Tue, 27 May 2003 21:45:48 +0000 (21:45 +0000)]
os_defines.h: Define _LIBUNWIND_STD_ABI if we are on IA64 HP-UX.

* config/os/hpux/os_defines.h: Define _LIBUNWIND_STD_ABI if we are
on IA64 HP-UX.
* libsupc++/eh_throw.cc: Don't call _Unwind_Resume_or_Rethrow if
_LIBUNWIND_STD_ABI is set.

From-SVN: r67193

21 years agolocale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits...
Brendan Kehoe [Tue, 27 May 2003 21:14:49 +0000 (17:14 -0400)]
locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the...

2003-05-26  Brendan Kehoe  <brendan@zen.org>

    * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and
    make sure the number of digits required after the decimal-point
    (if any) is exactly the value returned by frac_digits().

From-SVN: r67192

21 years agorevert change on wrong branch
Jason Merrill [Tue, 27 May 2003 19:59:13 +0000 (15:59 -0400)]
revert change on wrong branch

From-SVN: r67191

21 years agotree.h (contains_placeholder_p): Now returns bool.
Richard Kenner [Tue, 27 May 2003 18:44:57 +0000 (14:44 -0400)]
tree.h (contains_placeholder_p): Now returns bool.

* tree.h (contains_placeholder_p): Now returns bool.
(CONTAINS_PLACEHOLDER_P): New macro.
(type_contains_placeholder_p): New function.
* tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
(contains_placeholder_p): Now returns bool.
Rework to use CONTAINS_PLACEHOLDER_P macro.
(type_contains_placeholder_p): New function.
* fold-const.c (fold, case COMPONENT_REF): Don't fold if
type_contains_placeholder_p.
(fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
Use CONTAINS_PLACEHOLDER_P macro.
* builtins.c (fold_builtin): Likewise.
* calls.c (initialize_argument_information): Likewise.
* emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
* explow.c (expr_size): Likewise.
* expr.c (store_constructor, get_inner_reference): Likewise.
* function.c (assign_parms): Likewise.
* stor-layout.c (variable_size): Likewise.

From-SVN: r67189

21 years agoc-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source location...
Jason Merrill [Tue, 27 May 2003 16:09:28 +0000 (12:09 -0400)]
c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source location of its first line.

        * c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the
        source location of its first line.

From-SVN: r67188

21 years agostd_istream.h, [...]: Typo in comment.
Jonathan Wakely [Tue, 27 May 2003 13:29:39 +0000 (14:29 +0100)]
std_istream.h, [...]: Typo in comment.

2003-05-27  Jonathan Wakely  <redi@gcc.gnu.org>

* include/std/std_istream.h, include/std/std_ostream.h: Typo in comment.

From-SVN: r67187

21 years agogcc_release (build_diffs): Add diagnostics in case we cannot generate a specific...
Gerald Pfeifer [Tue, 27 May 2003 13:26:23 +0000 (15:26 +0200)]
gcc_release (build_diffs): Add diagnostics in case we cannot generate a specific diff file.

* gcc_release (build_diffs): Add diagnostics in case we cannot
generate a specific diff file.

From-SVN: r67186

21 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 27 May 2003 06:34:29 +0000 (06:34 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/util/zip/Deflater.java
(FILTERED): Merged documentation from classpath.
* java/util/zip/DeflaterOutputStream.java
(DeflaterOutputStream): Merged documentation and argument validity
check from classpath.
(deflate): Merged documentation from classpath.
(finish): Likewise.
* java/util/zip/Inflater.java
(Inflater): Merged class documentation from classpath.
(zstream): Reordered.
(is_finished): Reordered.
(dict_needed): Reordered.
(Inflater): Reordered, merged documentation from classpath.
(end): Likewise.
(finalize): Merged documentation from classpath.
(finished): Likewise.
(getAdler): Likewise.
(getRemaining): Likewise.
(getTotalIn): Likewise.
(getTotalOut): Likewise.
(inflate): Likewise.
(needsDictionary): Likewise.
(needsInput): Likewise.
(reset): Likewise.
(setDictionary): Likewise.
(setInput): Likewise.

From-SVN: r67185

21 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 27 May 2003 06:17:57 +0000 (06:17 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/net/URLConnection.java
(getHeaderFieldInt): Merged with classpath.

From-SVN: r67184

21 years ago2003-05-27 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 27 May 2003 06:04:28 +0000 (06:04 +0000)]
2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/io/PrintStream.java
(PrintStream): Reformatted.
(PrintStream): New method, merged from classpath.
(write): Reformatted.

From-SVN: r67183

21 years agoSystem.java: Explicitely import needed classes.
Michael Koch [Tue, 27 May 2003 06:03:14 +0000 (06:03 +0000)]
System.java: Explicitely import needed classes.

2003-05-27  Michael Koch  <konqueror@gmx.de>

* java/lang/System.java:
Explicitely import needed classes.

From-SVN: r67182

21 years agore PR fortran/10843 (g77 -ffree-form rejects "GO TO".)
David Billinghurst [Tue, 27 May 2003 05:07:58 +0000 (05:07 +0000)]
re PR fortran/10843 (g77 -ffree-form rejects "GO TO".)

2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)

PR fortran/10843
* g77.dg/ffixed-form-1.f: New test
* g77.dg/ffixed-form-2.f: New test
* g77.dg/ffree-form-2.f: New test - XFAIL pending fix
* g77.dg/ffree-form-3.f: New test

From-SVN: r67181

21 years agoDaily bump.
GCC Administrator [Tue, 27 May 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67179

21 years agowchar_t-1.c: XFAIL on darwin, no wchar.h available.
Andreas Tobler [Mon, 26 May 2003 18:10:20 +0000 (20:10 +0200)]
wchar_t-1.c: XFAIL on darwin, no wchar.h available.

2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
        * gcc.dg/wint_t-1.c: Likewise.

From-SVN: r67176

21 years agore PR libstdc++/9339 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering)
Benjamin Kosnik [Mon, 26 May 2003 14:54:42 +0000 (14:54 +0000)]
re PR libstdc++/9339 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering)

2003-05-26  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/9339
* include/std/std_fstream.h (basic_filebuf::_M_overflow): Remove.
(_M_pback): No array necessary.
* include/bits/fstream.tcc (basic_filebuf::_M_overflow): Add
unbuffered case, coalesec into ...
(basic_filebuf::overflow): ...this.
* testsuite/27_io/basic_filebuf/sputn/char/9339.cc: New.
* testsuite/27_io/basic_filebuf/sputc/char/2.cc: Unbuffered.

From-SVN: r67175

21 years agoNetPermission.java, [...]: New versions from classpath.
Michael Koch [Mon, 26 May 2003 12:58:02 +0000 (12:58 +0000)]
NetPermission.java, [...]: New versions from classpath.

2003-05-26  Michael Koch  <konqueror@gmx.de>

* java/net/NetPermission.java,
java/net/NetworkInterface.java,
java/net/PasswordAuthentication.java,
java/net/SocketPermission.java:
New versions from classpath.

From-SVN: r67174

21 years agoDaily bump.
GCC Administrator [Mon, 26 May 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67172

21 years agodiagnostic.h (output_verbatim, verbatim): Remove printf attribute.
Gabriel Dos Reis [Sun, 25 May 2003 20:36:30 +0000 (20:36 +0000)]
diagnostic.h (output_verbatim, verbatim): Remove printf attribute.

* diagnostic.h (output_verbatim, verbatim):  Remove  printf
attribute.

From-SVN: r67169

21 years ago* doc/contrib.texi (Contributors): Update Kean Johnston.
Gerald Pfeifer [Sun, 25 May 2003 18:48:45 +0000 (20:48 +0200)]
* doc/contrib.texi (Contributors): Update Kean Johnston.

From-SVN: r67167

21 years agoparser.c (cp_parser_explicit_instantiation): Restore old access before template insta...
Kriang Lerdsuwanakij [Sun, 25 May 2003 12:59:22 +0000 (12:59 +0000)]
parser.c (cp_parser_explicit_instantiation): Restore old access before template instantiation.

* parser.c (cp_parser_explicit_instantiation): Restore old
access before template instantiation.

* g++.dg/template/access11.C: New test.

From-SVN: r67166

21 years agoPushbackInputStream.java, [...]: Merged new versions from classpath.
Michael Koch [Sun, 25 May 2003 11:40:19 +0000 (11:40 +0000)]
PushbackInputStream.java, [...]: Merged new versions from classpath.

2003-05-25  Michael Koch  <konqueror@gmx.de>

* java/io/PushbackInputStream.java,
java/net/Authenticator.java,
java/net/ContentHandler.java,
java/net/ContentHandlerFactory.java,
java/net/DatagramSocket.java,
java/net/DatagramSocketImpl.java,
java/net/DatagramSocketImplFactory.java,
java/net/FileNameMap.java,
java/net/SocketImplFactory.java,
java/net/SocketOptions.java,
java/net/URLStreamHandlerFactory.java:
Merged new versions from classpath.

From-SVN: r67165

21 years agoCheckbox.java, [...]: New versions from classpath.
Michael Koch [Sun, 25 May 2003 11:24:27 +0000 (11:24 +0000)]
Checkbox.java, [...]: New versions from classpath.

2003-05-25  Michael Koch  <konqueror@gmx.de>

* java/awt/Checkbox.java,
java/awt/Dialog.java,
java/awt/Font.java,
java/awt/Frame.java,
java/awt/ScrollPaneAdjustable.java,
java/awt/Scrollbar.java,
java/awt/Window.java:
New versions from classpath.

From-SVN: r67164

21 years agore PR c++/10849 (Cannot define an out-of-class specialization of a private nested...
Kriang Lerdsuwanakij [Sun, 25 May 2003 10:34:51 +0000 (10:34 +0000)]
re PR c++/10849 (Cannot define an out-of-class specialization of a private nested template class)

PR c++/10849
* g++.dg/template/access10.C: New test.

From-SVN: r67163

21 years ago* config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
David Edelsohn [Sun, 25 May 2003 04:18:06 +0000 (04:18 +0000)]
* config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.

From-SVN: r67160

21 years agoDaily bump.
GCC Administrator [Sun, 25 May 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67158

21 years ago440.md, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode [Sat, 24 May 2003 16:54:04 +0000 (16:54 +0000)]
440.md, [...]: Replace "GNU CC" with "GCC".

* config/rs6000/440.md, config/stormy16/stormy16protos.h,
config/stormy16/stormy16.c, config/stormy16/stormy16.md:
Replace "GNU CC" with "GCC".

From-SVN: r67156

21 years agoMakefile.am, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode [Sat, 24 May 2003 16:22:03 +0000 (16:22 +0000)]
Makefile.am, [...]: Replace "GNU CC" with "GCC".

2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>

* libsupc++/Makefile.am, libsupc++/cxxabi.h, libsupc++/del_op.cc,
libsupc++/del_opnt.cc, libsupc++/del_opv.cc, libsupc++/del_opvnt.cc,
libsupc++/eh_alloc.cc, libsupc++/eh_aux_runtime.cc,
libsupc++/eh_catch.cc, libsupc++/eh_exception.cc,
libsupc++/eh_globals.cc, libsupc++/eh_personality.cc,
libsupc++/eh_term_handler.cc, libsupc++/eh_terminate.cc,
libsupc++/eh_throw.cc, libsupc++/eh_type.cc,
libsupc++/eh_unex_handler.cc, libsupc++/exception,
libsupc++/new, libsupc++/new_handler.cc, libsupc++/new_op.cc,
libsupc++/new_opnt.cc, libsupc++/new_opv.cc, libsupc++/new_opvnt.cc,
libsupc++/pure.cc, libsupc++/tinfo.cc, libsupc++/tinfo2.cc,
libsupc++/typeinfo, libsupc++/unwind-cxx.h, libsupc++/vec.cc:
Replace "GNU CC" with "GCC".

From-SVN: r67155

21 years agobuiltins.c (expand_builtin_memcpy): Use mode of dest_addr for intermediate computation.
Matt Kraai [Sat, 24 May 2003 14:50:02 +0000 (14:50 +0000)]
builtins.c (expand_builtin_memcpy): Use mode of dest_addr for intermediate computation.

* builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
intermediate computation.

From-SVN: r67154

21 years agosimd-5.x: XFAIL on SPARC64.
Eric Botcazou [Sat, 24 May 2003 11:52:18 +0000 (13:52 +0200)]
simd-5.x: XFAIL on SPARC64.

* gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.

Co-Authored-By: Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
From-SVN: r67151

21 years agoAndreas Tobler <a.tobler@schweiz.ch>
Andreas Tobler [Sat, 24 May 2003 06:04:35 +0000 (08:04 +0200)]
Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
        suppress for powerpc-*-darwin*.
        * gcc.dg/torture/builtin-noret-2.c: Likewise.

From-SVN: r67150

21 years agobuiltins.exp: Add -multiply_defined suppress option for powerpc-*-darwin*.
Andreas Tobler [Sat, 24 May 2003 05:58:15 +0000 (07:58 +0200)]
builtins.exp: Add -multiply_defined suppress option for powerpc-*-darwin*.

2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>

        * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
        suppress option for powerpc-*-darwin*.

From-SVN: r67149

21 years ago* ChangeLog: Correct typo in my previous ChangeLog entry.
Roger Sayle [Sat, 24 May 2003 05:23:27 +0000 (05:23 +0000)]
* ChangeLog: Correct typo in my previous ChangeLog entry.

From-SVN: r67148

21 years ago* include/backward/new.h: Replace "GNU CC" with "GCC".
Nathanael Nerode [Sat, 24 May 2003 04:50:19 +0000 (04:50 +0000)]
* include/backward/new.h: Replace "GNU CC" with "GCC".

From-SVN: r67147

21 years agoDaily bump.
GCC Administrator [Sat, 24 May 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r67145

21 years agogcc_release (build_sources): Only update ChangeLog files which do not yet contain...
Gerald Pfeifer [Fri, 23 May 2003 22:55:50 +0000 (00:55 +0200)]
gcc_release (build_sources): Only update ChangeLog files which do not yet contain the entry we are going to add.

* gcc_release (build_sources): Only update ChangeLog files which
do not yet contain the entry we are going to add.
Fix typo in added ChangeLog entries.

From-SVN: r67143

21 years agomips.md (clzsi, clzdi): New patterns.
Eric Christopher [Fri, 23 May 2003 22:19:16 +0000 (22:19 +0000)]
mips.md (clzsi, clzdi): New patterns.

2003-05-23  Eric Christopher  <echristo@redhat.com>

        * config/mips/mips.md (clzsi, clzdi): New patterns.

From-SVN: r67142

21 years agors6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.
Geoffrey Keating [Fri, 23 May 2003 20:57:11 +0000 (20:57 +0000)]
rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.

* config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
and ! TARGET_STRING cases.

From-SVN: r67140

21 years agoMakefile.in: Correct description.
Nathanael Nerode [Fri, 23 May 2003 20:48:48 +0000 (20:48 +0000)]
Makefile.in: Correct description.

2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* fixinc/Makefile.in: Correct description.
* fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
fixinc/genfixes: Replace "GNU CC" with "GCC".

From-SVN: r67139

21 years agobuiltins.def: Defome atan...
Roger Sayle [Fri, 23 May 2003 20:45:40 +0000 (20:45 +0000)]
builtins.def: Defome atan...

* builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl
builtin functions (and their __builtin_* variants).
* builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
(expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
optimizing.

* doc/extend.texi: Document new tan and atan builtins, and
their float and long double variants.

* gcc.dg/builtins-1.c: Add tests for tan and atan.
* gcc.dg/builtins-4.c: Add test for fmod.

From-SVN: r67137

21 years agoFix typo.
Mike Stump [Fri, 23 May 2003 20:42:41 +0000 (20:42 +0000)]
Fix typo.

From-SVN: r67136

21 years agonetbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case.
Jason Thorpe [Fri, 23 May 2003 20:36:04 +0000 (20:36 +0000)]
netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case.

* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
__sparcv9 in the TARGET_ARCH64 case.

From-SVN: r67135

21 years agohash.c, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode [Fri, 23 May 2003 20:25:39 +0000 (20:25 +0000)]
hash.c, [...]: Replace "GNU CC" with "GCC".

* hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m,
makefile.dos, misc.c, nil_method.c, objects.c, sarray.c,
selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c,
thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c,
thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c,
thr-win32.c, thr.c: Replace "GNU CC" with "GCC".

From-SVN: r67134

21 years ago* i386.c (ix86_reorg): Calls are also jumps.
Jan Hubicka [Fri, 23 May 2003 20:25:21 +0000 (22:25 +0200)]
* i386.c (ix86_reorg): Calls are also jumps.

From-SVN: r67133

21 years agocse.c (count_reg_usage): When processing an INSNs REG_EQUAL note containing an EXPR_L...
J"orn Rennecke [Fri, 23 May 2003 20:08:22 +0000 (20:08 +0000)]
cse.c (count_reg_usage): When processing an INSNs REG_EQUAL note containing an EXPR_LIST...

* cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
note containing an EXPR_LIST, process all the arguments.

From-SVN: r67132

21 years agoMakefile.in, [...]: Replace "GNU CC" with "GCC".
Nathanael Nerode [Fri, 23 May 2003 20:04:58 +0000 (20:04 +0000)]
Makefile.in, [...]: Replace "GNU CC" with "GCC".

2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>

* Makefile.in, NXConstStr.m, Object.m, Protocol.m, archive.c,
class.c, encoding.c, gc.c, objc/NXConstStr.h, objc/Object.h,
objc/Protocol.h, objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/objc-list.h, objc/objc.h, ocjc/runtime.h, objc/sarray.h,
objc/thr.h, objc/typedstream.h: Replace "GNU CC" with "GCC".

From-SVN: r67131

21 years agoi386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__; do not use assertion.
Jan Hubicka [Fri, 23 May 2003 19:43:34 +0000 (21:43 +0200)]
i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__; do not use assertion.

* i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
do not use assertion.

Co-Authored-By: Andreas Jaeger <aj@suse.de>
From-SVN: r67130

21 years agotlink.c (scan_linker_output): Add support for darwin linker...
Mike Stump [Fri, 23 May 2003 18:23:13 +0000 (18:23 +0000)]
tlink.c (scan_linker_output): Add support for darwin linker...

        * tlink.c (scan_linker_output): Add support for darwin linker, as it
        emits unresolved symbols one per line, consuming the entire line.

From-SVN: r67126

21 years agoexplow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
Larin Hennessy [Fri, 23 May 2003 18:19:21 +0000 (18:19 +0000)]
explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.

2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
    Zack Weinberg <zack@codesourcery.com>

* explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
* config/m68k/m68k.c (m68k_output_function_prologue):
Remove code under #if NEED_PROBE.
* config/m68k/m68k.h: Don't define NEED_PROBE.
* config/m68k/m68k.md: Remove "probe" insn.
* doc/md.texi: Remove documentation of "probe" pattern.

Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
From-SVN: r67125

21 years ago* win32-host.c: Normalize copyright boilerplate.
Nathanael Nerode [Fri, 23 May 2003 18:18:49 +0000 (18:18 +0000)]
* win32-host.c: Normalize copyright boilerplate.

From-SVN: r67124

21 years ago* exgettext: Add "This file is part of GCC".
Nathanael Nerode [Fri, 23 May 2003 17:52:54 +0000 (17:52 +0000)]
* exgettext: Add "This file is part of GCC".

From-SVN: r67123