gcc.git
21 years agore PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000...
Bernardo Innocenti [Thu, 7 Aug 2003 20:53:57 +0000 (22:53 +0200)]
re PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68000 targets.)

2003-08-07  Bernardo Innocenti  <bernie@develer.com>

PR libstdc++/11784
* libstdc++-v3/config/cpu/m68k/atomicity.h (__exchange_and_add):
Replace variants with new BSET-based version.

From-SVN: r70230

21 years agodemangle.h: Do not use cctype functions that depend on locale.
Carlo Wood [Thu, 7 Aug 2003 19:54:06 +0000 (19:54 +0000)]
demangle.h: Do not use cctype functions that depend on locale.

2003-08-07  Carlo Wood  <carlo@alinoe.com>

        * include/bits/demangle.h: Do not use cctype functions that depend
on locale.

From-SVN: r70228

21 years agosh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
J"orn Rennecke [Thu, 7 Aug 2003 19:35:52 +0000 (19:35 +0000)]
sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.

* sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
* sh.c (calc_live_regs): Use sh_pr_n_sets to determine if pr
needs saving on SHmedia.

From-SVN: r70227

21 years agore PR c++/5767 (ICE with forwarding template template parameters)
Kriang Lerdsuwanakij [Thu, 7 Aug 2003 14:36:39 +0000 (14:36 +0000)]
re PR c++/5767 (ICE with forwarding template template parameters)

PR c++/5767
* parser.c (cp_parser_class_name): Return immediately when scope
is error_mark_node.

* g++.dg/parse/crash11.C: New test.

From-SVN: r70226

21 years agoMake-lang.in (cp/call.o): Add dependency for target.h.
Aldy Hernandez [Thu, 7 Aug 2003 12:49:57 +0000 (12:49 +0000)]
Make-lang.in (cp/call.o): Add dependency for target.h.

2003-08-07  Aldy Hernandez  <aldyh@redhat.com>

* cp/Make-lang.in (cp/call.o): Add dependency for target.h.

* cp/call.c (standard_conversion): Support opaque types.
Include target.h.
(strip_top_quals): Use cp_build_qualified_type instead of
TYPE_MAIN_VARIANT.

* cp/typeck.c (convert_for_assignment): Support opaque types.

* testsuite/g++.dg/other/opaque-1.C: New.

* testsuite/g++.dg/other/opaque-2.C: New.

From-SVN: r70223

21 years ago* config/s390/s390.md: Replace all occurrences of \\t with \t.
Ulrich Weigand [Thu, 7 Aug 2003 11:05:54 +0000 (11:05 +0000)]
* config/s390/s390.md: Replace all occurrences of \\t with \t.

From-SVN: r70221

21 years ago* local-alloc.c (combine_regs): Fix comment typo.
Richard Sandiford [Thu, 7 Aug 2003 08:24:55 +0000 (08:24 +0000)]
* local-alloc.c (combine_regs): Fix comment typo.

From-SVN: r70220

21 years agore PR libgcj/10868 (java.net.ServerSocket's constructors create and leak extra sockets)
Bryce McKinlay [Thu, 7 Aug 2003 06:30:16 +0000 (06:30 +0000)]
re PR libgcj/10868 (java.net.ServerSocket's constructors create and leak extra sockets)

* java/net/Socket.java (Socket (SocketImpl)): Don't allow null
SocketImpl. Update Javadoc.
(bind): Call close() not impl.close() in event of exception.
(connect): Likewise.
Remove superfluous null checks throughout.
* java/net/ServerSocket.java (ServerSocket (int, int, InetAddress)):
Don't create an extra socket. Fix for PR libgcj/10868.
(bind): Clean up exception handling.
Remove superfluous null checks throughout.

From-SVN: r70219

21 years agoc-decl.c (builtin_decls): Replace with first_builtin_decl and last_builtin_decl.
Zack Weinberg [Thu, 7 Aug 2003 03:12:09 +0000 (03:12 +0000)]
c-decl.c (builtin_decls): Replace with first_builtin_decl and last_builtin_decl.

* c-decl.c (builtin_decls): Replace with first_builtin_decl
and last_builtin_decl.
(c_init_decl_processing): Initialize both.
(c_reset_state): Iterate from first_builtin_decl to
last_builtin_decl inclusive to reintroduce builtins.

From-SVN: r70218

21 years agonatPlainSocketImplPosix.cc (connect): Pass the FD as a ready-to-write argument to...
Jacob Gladish [Thu, 7 Aug 2003 01:13:46 +0000 (01:13 +0000)]
natPlainSocketImplPosix.cc (connect): Pass the FD as a ready-to-write argument to _Jv_Select.

* java/net/natPlainSocketImplPosix.cc (connect): Pass the FD as a
ready-to-write argument to _Jv_Select. Reset the socket back to
non-blocking state after connecting.
(accept): Pass the FD as a ready-to-write argument to _Jv_Select.
Throw SocketTimeoutException not InterruptedIOException.
(read): Throw SocketTimeoutException not InterruptedIOException.

Co-Authored-By: Bryce McKinlay <bryce@mckinlay.net.nz>
From-SVN: r70217

21 years agoThread.java (Thread): Check for null "name" from start of private constructor...
Bryce McKinlay [Thu, 7 Aug 2003 01:12:27 +0000 (01:12 +0000)]
Thread.java (Thread): Check for null "name" from start of private constructor...

* java/lang/Thread.java (Thread): Check for null "name" from
start of private constructor, not after calling the private
constructor.

From-SVN: r70216

21 years agoDaily bump.
GCC Administrator [Thu, 7 Aug 2003 00:16:40 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70214.2

21 years agoDaily bump.
GCC Administrator [Thu, 7 Aug 2003 00:16:37 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70213.2

21 years agodecl.c (grokparms): Use cp_build_qualified_type instead TYPE_MAIN_VARIANT.
Aldy Hernandez [Thu, 7 Aug 2003 00:10:03 +0000 (00:10 +0000)]
decl.c (grokparms): Use cp_build_qualified_type instead TYPE_MAIN_VARIANT.

2003-08-06  Aldy Hernandez  <aldyh@redhat.com>

* decl.c (grokparms): Use cp_build_qualified_type instead
TYPE_MAIN_VARIANT.

[[Split portion of a mixed commit.]]

From-SVN: r70211.2

21 years ago* gcc.dg/cpp/spacing1.c: Update.
Alexandre Oliva [Wed, 6 Aug 2003 21:33:32 +0000 (21:33 +0000)]
* gcc.dg/cpp/spacing1.c: Update.

From-SVN: r70210

21 years agoextend.texi (Function Attributes): Document the IA-64 version of the "model" attribute.
David Mosberger [Wed, 6 Aug 2003 21:08:29 +0000 (21:08 +0000)]
extend.texi (Function Attributes): Document the IA-64 version of the "model" attribute.

        * doc/extend.texi (Function Attributes): Document the IA-64 version
        of the "model" attribute.

        * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
        (SYMBOL_REF_SMALL_ADDR_P): Ditto.
        (PREDICATE_CODES): Mention "small_addr_symbolic_operand".

        * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
        (ia64_encode_section_info): Likewise.
        (ia64_attribute_table): Add "model" attribute.
        (TARGET_ENCODE_SECTION_INFO): Define.
        (small_addr_symbolic_operand): New function.
        (got_symbolic_operand): Return 0 for a symbolref to an object
        in the small address area.
        (enum ia64_addr_area): New type.
        (small_ident1): New variable.
        (small_ident2): Likewise.
        (init_idents): New function.
        (ia64_get_addr_area): Likewise.
        (ia64_encode_addr_area): Likewise.
        (ia64_encode_section_info): Likewise.
        (ia64_expand_load_address): For symbolic references to objects in
        the small-address-area, load the address via gen_rtx_SET() (which,
        eventually, will expand into "addl").

From-SVN: r70209

21 years agoFilePermission.java (equals): Use correct index for last character of path.
Tom Tromey [Wed, 6 Aug 2003 19:47:24 +0000 (19:47 +0000)]
FilePermission.java (equals): Use correct index for last character of path.

* java/io/FilePermission.java (equals): Use correct index for
last character of path.

From-SVN: r70206

21 years agoline-map.h (fileline): New typedef.
Per Bothner [Wed, 6 Aug 2003 19:34:43 +0000 (19:34 +0000)]
line-map.h (fileline): New typedef.

* line-map.h (fileline):  New typedef.
(struct line_map, linemap_add, linemap_lookup):  Use it.
* input.h (struct location_s):  Comment notes that long-term we want
to replace it by fileline.

From-SVN: r70205

21 years agoFix SHcompact exception handling:
J"orn Rennecke [Wed, 6 Aug 2003 19:33:13 +0000 (19:33 +0000)]
Fix SHcompact exception handling:

2003-08-06  J"orn Rennecke <joern.rennecke@superh.com>

Fix SHcompact exception handling:
* sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
by the prologue, return a MEM with return_address_pointer_rtx
as address.
* sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
(RETURN_ADDR_OFFSET): Don't define.
(SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
registers that are visible in compact mode.  Show that SHmedia
registers still exist in compact mode, even if there are not
readily accessible.
(ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
if GLOBAL.  Use DW_EH_PE_textrel (nominally) for CODE,
and DW_EH_PE_pcrel for pic data.
(ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
set SYMBOL_FLAG_FUNCTION in symbol, and actually use
DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
(ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
* sh.md (movsi_media-1): New splitter.

From-SVN: r70204

21 years agoPreliminary i386-pc-nto-qnx6 support.
Graeme Peterson [Wed, 6 Aug 2003 17:04:39 +0000 (17:04 +0000)]
Preliminary i386-pc-nto-qnx6 support.

* config/i386/nto.h: New.
* config/i386/t-nto: New.
* config.gcc (i[34567]86-*-nto-qnx*): New.

From-SVN: r70203

21 years agoinstall.texi (*-*-solaris2*): Refine configure instructions.
Phil Edwards [Wed, 6 Aug 2003 16:20:22 +0000 (16:20 +0000)]
install.texi (*-*-solaris2*): Refine configure instructions.

2003-08-06  Phil Edwards  <pme@gcc.gnu.org>

* doc/install.texi (*-*-solaris2*):  Refine configure instructions.

From-SVN: r70202

21 years agocalls.c (load_register_parameters): Arrange for call_fusage to report the whole regis...
Alan Modra [Wed, 6 Aug 2003 03:26:17 +0000 (03:26 +0000)]
calls.c (load_register_parameters): Arrange for call_fusage to report the whole register as used when...

* calls.c (load_register_parameters): Arrange for call_fusage to
report the whole register as used when shifting to the msb.

From-SVN: r70201

21 years agoacinclude.m4 (LIBGCJ_CONFIGURE): Remove AC_CANONICAL_BUILD.
Alan Modra [Wed, 6 Aug 2003 02:49:45 +0000 (02:49 +0000)]
acinclude.m4 (LIBGCJ_CONFIGURE): Remove AC_CANONICAL_BUILD.

* acinclude.m4 (LIBGCJ_CONFIGURE): Remove AC_CANONICAL_BUILD.
* configure.in: Compare with_cross_host to build_alias, not build.
* aclocal.m4: Regenerate.
* configure: Regenerate.

From-SVN: r70199

21 years agoDaily bump.
GCC Administrator [Wed, 6 Aug 2003 00:16:11 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70197.2

21 years agoDaily bump.
GCC Administrator [Wed, 6 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70196.2

21 years agobuiltins.c (expand_builtin): When not optimizing...
Roger Sayle [Wed, 6 Aug 2003 00:11:55 +0000 (00:11 +0000)]
builtins.c (expand_builtin): When not optimizing...

* builtins.c (expand_builtin): When not optimizing, call the library
function for all builtins that have library functions (except alloca).

From-SVN: r70195

21 years agoconfigure.in: Rename...
Phil Edwards [Tue, 5 Aug 2003 23:32:23 +0000 (23:32 +0000)]
configure.in: Rename...

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

* configure.in:  Rename...
* configure.ac:  ...to this.
* docs/html/17_intro/porting.texi:  Update name.

* docs/html/17_intro/porting.html:  Regenerate.
* config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in,
libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
testsuite/Makefile.in:  Regenerate (picks up new dependancy).

From-SVN: r70194

21 years agoc.opt: Introduce -fworking-directory.
Alexandre Oliva [Tue, 5 Aug 2003 21:15:57 +0000 (21:15 +0000)]
c.opt: Introduce -fworking-directory.

* c.opt: Introduce -fworking-directory.
* doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
* c-common.h (flag_working_directory): Declare.
* c-common.c (flag_working_directory): Define.
* c-opts.c (c_common_handle_options): Set it.
(sanitize_cpp_opts): Set...
* cpplib.h (struct cpp_options): ... working_directory option.
(struct cpp_callbacks): Add dir_change.
* cppinit.c (read_original_filename): Call...
(read_original_directory): New.  Look for # 1 "directory//"
and process it.
(cpp_read_main_file): Call dir_change callback if working_directory
option is set.
* gcc.c (cpp_unique_options): Pass -g*.
* c-lex.c (cb_dir_change): New.
(init_c_lex): Set dir_change callback.
* toplev.c (src_pwd): New static variable.
(set_src_pwd, get_src_pwd): New functions.
* toplev.h (get_src_pwd, set_src_pwd): Declare.
* dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
* dwarf2out.c (gen_compile_unit_die): Likewise.
* dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.

From-SVN: r70189

21 years agoacinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack pipe...
Phil Edwards [Tue, 5 Aug 2003 20:54:43 +0000 (20:54 +0000)]
acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Put down the crack pipe...

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

* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS):  Put down the crack
pipe, open the window to let out the fumes, redo the option-handling
logic to properly execute the detection test.
* aclocal.m4, configure:  Regenerate.

From-SVN: r70186

21 years agore PR libgcj/11779 (Field reflection incorrectly throws IllegalAccessException)
Tom Tromey [Tue, 5 Aug 2003 20:06:57 +0000 (20:06 +0000)]
re PR libgcj/11779 (Field reflection incorrectly throws IllegalAccessException)

Fix for PR libgcj/11779:
* java/lang/reflect/natField.cc (getAddr): Skip frames in Field
class.

From-SVN: r70185

21 years agoMethod.java: Updated status comment.
Tom Tromey [Tue, 5 Aug 2003 19:50:54 +0000 (19:50 +0000)]
Method.java: Updated status comment.

* java/lang/reflect/Method.java: Updated status comment.
Imported javadoc from Classpath and re-ordered methods.
* java/lang/reflect/Constructor.java: Reindented.  Updated
status comment.  Imported javadoc from Classpath and re-ordered
methods.

From-SVN: r70184

21 years agoFor PR java/11600:
Tom Tromey [Tue, 5 Aug 2003 19:43:20 +0000 (19:43 +0000)]
For PR java/11600:

* libjava.compile/PR11600.xfail: New file.
* libjava.compile/PR11600.java: New file.

From-SVN: r70183

21 years agopretty-print.h (pp_set_line_maximum_length): Make macro.
Gabriel Dos Reis [Tue, 5 Aug 2003 19:23:14 +0000 (19:23 +0000)]
pretty-print.h (pp_set_line_maximum_length): Make macro.

* pretty-print.h (pp_set_line_maximum_length): Make macro.
(pp_set_prefix): Likewise.
(pp_destroy_prefix): Likewise.
(pp_remaining_character_count_for_line): Likewise.
(pp_clear_output_area): Likewise.
(pp_formatted_text): Likewise.
(pp_last_position_in_text): Likewise.
(pp_emit_prefix): Likewise.
(pp_append_text): Likewise.
(pp_flush): Likewise.
(pp_format_text): Likewise.
(pp_format_verbatim): Likewise.
(pp_tree_identifier): Tidy.
* pretty-print.c (pp_base_format_text): Rename from pp_format_text.
(pp_base_format_verbatim): Rename from pp_format_verbatim.
(pp_base_flush): Rename from pp_flush.
(pp_base_set_line_maximum_length): Rename from
pp_set_line_maximum_length.
(pp_base_clear_output_area): Rename from pp_clear_output_area.
(pp_base_set_prefix): Rename from pp_set_prefix.
(pp_base_destroy_prefix): Rename from pp_destroy_prefix.
(pp_base_emit_prefix): Rename from pp_emit_prefix.
(pp_base_append_text): Rename from pp_append_text.
(pp_base_formatted_text): Rename from pp_formatted_text.
(pp_base_last_position_in_text): Rename from pp_last_position_in_text.
(pp_base_remaining_character_count_for_line): Rename from
pp_remaining_character_count_for_line.
* diagnostic.h (diagnostic_format_decoder): Tidy.
(diagnostic_flush_buffer): Likewise.
* c-pretty-print.h: (pp_c_string_literal): Declare.
(pp_c_real_literal): Likewise.
(pp_c_integer_literal): Likewise.
* c-pretty-print.c (pp_c_char): Use pp_string in lieu of
pp_identifier.
(pp_c_character_literal): Tidy.
(pp_c_string_literal): Make public.
(pp_c_bool_literal): Likewise.
(pp_c_integer_literal): Likewise.
(pp_c_real_literal): Likewise.

* Makefile.in (C_PRETTY_PRINT_H): New variable.
(c-pretty-print.o): Update dependence.

cp/
* cxx-pretty-print.h: New file.
* cxx-pretty-print.c: Likewise.
* error.c (scratch_pretty_printer): Change type.
(init_error): Tidy.
(dump_aggr_type): Likewise.
(dump_global_iord): Likewise.
(dump_expr): Likewise.
(dump_char): Remove.
* cp-lang.c (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
(cxx_initialize_diagnostics): New function.
* Make-lang.in (CXX_OBJS): Add cp/cxx-pretty-print.o
(CXX_PRETTY_PRINT_H): New variable.
(cp/cxx-pretty-print.o): New rule.
(cp/cp-lang.o): Update dependence.
(cp/error.o): Likewise.

From-SVN: r70182

21 years agore PR java/11600 (CloneNotSupportedException not checked on super.clone())
Tom Tromey [Tue, 5 Aug 2003 18:47:22 +0000 (18:47 +0000)]
re PR java/11600 (CloneNotSupportedException not checked on super.clone())

Fix for PR java/11600:
* parse.y (java_complete_lhs): See whether we're calling a method
on an array.
(check_thrown_exceptions): Added `is_array_call' argument;
fixed `clone' checking; updated all callers.

From-SVN: r70180

21 years agomips.md (fix_truncdfsi2_macro): Properly restore ".set nomacro" state.
Chris Demetriou [Tue, 5 Aug 2003 18:41:49 +0000 (18:41 +0000)]
mips.md (fix_truncdfsi2_macro): Properly restore ".set nomacro" state.

2003-08-05  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.md (fix_truncdfsi2_macro): Properly restore
        ".set nomacro" state.
        (fix_truncsfsi2_macro): Likewise.

From-SVN: r70179

21 years agoGtkComponentPeer.java (postKeyEvent): Add keyLocation parameter.
Thomas Fitzsimmons [Tue, 5 Aug 2003 18:04:09 +0000 (18:04 +0000)]
GtkComponentPeer.java (postKeyEvent): Add keyLocation parameter.

2003-08-05  Thomas Fitzsimmons  <fitzsim@redhat.com>

* gnu/java/awt/peer/gtk/GtkComponentPeer.java (postKeyEvent):
Add keyLocation parameter.
* java/awt/event/KeyEvent.java (getKeyText): Fix "NumPad-"
string.
(paramString): Generate keyChar string according to keyChar, not
keyCode.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
(state_to_awt_mods): Handle ALT key.
(keyevent_state_to_awt_mods): New function.
(get_first_keyval_from_keymap): New function.
(keysym_to_awt_keycode): Get virtual key code from keymap.
Handle missing VK_ values.
(keysym_to_awt_keylocation): New function.
(keyevent_to_awt_keychar): New function.
(generates_key_typed_event): Handle non-text-component case.
Handle GDK_KP_Delete and GDK_KP_Enter.
(awt_event_handler): Call new functions to get postKeyEvent
parameters.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c (gtkInit):
Update postKeyEvent method signature.
* jni/gtk-peer/gtkpeer.h: Add KEY_LOCATION defines.  Add missing
VK_ defines.

From-SVN: r70178

21 years agotree.h (DID_INLINE_FUNC): Remove macro.
Steven Bosscher [Tue, 5 Aug 2003 14:11:53 +0000 (14:11 +0000)]
tree.h (DID_INLINE_FUNC): Remove macro.

2003-08-05  Steven Bosscher  <steven@gcc.gnu.org>

* tree.h (DID_INLINE_FUNC): Remove macro.
(DECL_DECLARED_INLINE_P): Move from c-tree.h and cp/cp-tree.h,
add tree check for FUNCTION_DECL.
(DECL_ESTIMATED_INSNS): Move from c-common.h and java/java-tree.h.
(struct tree_decl): Rename inlined_function_flag to
declared_inline_flag.
* c-common.h (c_lang_decl): Remove.
(DECL_ESTIMATED_INSNS): Remove.
* c-tree.h (struct lang_decl): Don't include c_lang_decl.
(DECL_DECLARED_INLINE_P): Remove.
* c-decl.c (grokdeclarator): Update comment.  With -finline-functions,
do not reset DECL_DECLARED_INLINE_P.  Don't use DID_INLINE_FUNC.
(finish_function): Make uninlinable a bool.  Fixup call to
tree_inlinable_function_p() and fix some code style issues.
* cgraph.h (disgread_inline_limits): Fix spelling: `disregard'.
* cgraph.c (dump_cgraph): Likewise.
* cgraphunit.c (cgraph_decide_inlining): Likewise
(cgraph_finalize_compilation_unit): Likewise.
Also update call to tree_inlinable_function_p().
(cgraph_default_inline_p): Don't use DID_INLINE_FUNC.  Instead
look at DECL_DECLARED_INLINE and reverse logic.
* print-tree.c (print_node): Likewise.
* toplev.c (rest_of_handle_inlining): Don't use DID_INLINE_FUNC.
* tree-inline.h (tree_inlinable_function_p): Make a bool.  Update
prototype.
* tree-inline.c (inlinable_function_p): Split up in this function to
check for basic inlining inhibiting conditions, and new
limits_allow_inlining() function.  Warn if inlining is impossible
because the inline candidate calls alloca or uses sjlj exceptions.
(limits_allow_inlining): this new function to check if the inlining
limits are satisfied.  Throttle from currfn_max_inline_insns, not from
MAX_INLINE_INSNS_SINGLE.  The latter only makes sense if
MAX_INLINE_INSNS_AUTO and MAX_INLINE_INSNS_SINGLE are equal.
Update prototypes.
(tree_inlinable_function_p): Make a bool.  Update call to
inlinable_function_p
(expand_call_inline): Use limits_allow_inlining() when not in
unit-at-a-time mode to decide on inlining.  Don't use DID_INLINE_FUNC,
instead see if the function was declared `inline'.

cp/
* cp-tree.h (struct lang_decl): Don't include c_lang_decl.
(DECL_DECLARED_INLINE_P): Remove.
* decl2.c (import_export_decl): Only look at DECL_DECLARED_INLINE_P
if decl is a FUNCTION_DECL.  This never made sense, but now it is
required to avoid a tree check failure.
* decl.c (grokfndecl): Don't touch DID_INLINE_FUNC.
* optimize.c (maybe_clone_body): Likewise.

java/
* java-tree.h (DECL_ESTIMATED_INSNS): Remove.

From-SVN: r70174

21 years agoaclocal.m4: check for libart-config binary under the name libart2-config as well.
Matthias Klose [Tue, 5 Aug 2003 06:45:20 +0000 (06:45 +0000)]
aclocal.m4: check for libart-config binary under the name libart2-config as well.

2003-08-05  Matthias Klose  <doko@debian.org>

        * aclocal.m4: check for libart-config binary
          under the name libart2-config as well.
        * configure: regenerated.

From-SVN: r70169

21 years ago* gcse.c (try_replace_reg): Fix updating of note.
Josef Zlomek [Tue, 5 Aug 2003 04:22:05 +0000 (06:22 +0200)]
* gcse.c (try_replace_reg): Fix updating of note.

From-SVN: r70168

21 years agoConvert to new autotools.
Phil Edwards [Tue, 5 Aug 2003 02:00:18 +0000 (02:00 +0000)]
Convert to new autotools.

2003-08-04  Phil Edwards  <pme@gcc.gnu.org>

Convert to new autotools.
* acconfig.h:  Update with correct names.
* configure.host (ATOMICITYH):  Rename to atomicity_include_dir.
(qnx6.[12]*):  'q' comes before 's', not after 'w'.
* configure.in:  Update.  Split hardcoded cross-configury settings
out to...
* crossconfig.m4:  ...here.  New file.  Contents untouched.
* acinclude.m4:  Reorganize and rewrite as needed.  Split large
chunks out to...
* linkage.m4:  ...here.  New file.  Math and stdlib linkage tests.
Contents untouched.
* scripts/testsuite_flags.in:  Update.

* Makefile.am:  Remove unneeded AUTOMAKE_OPTIONS settings and other
variables (already generated by automake).
* include/Makefile.am:  Ditto.
* libmath/Makefile.am:  Ditto.
* libsupc++/Makefile.am:  Ditto.
* po/Makefile.am:  Ditto.
* src/Makefile.am:  Ditto.

* aclocal.m4:  Regenerate using new versions.
* config.h.in:  Ditto.
* configure:  Ditto.
* Makefile.in:  Ditto.
* include/Makefile.in:  Ditto.
* libmath/Makefile.in:  Ditto.
* libsupc++/Makefile.in:  Ditto.
* po/Makefile.in:  Ditto.
* src/Makefile.in:  Ditto.
* testsuite/Makefile.in:  Ditto.

From-SVN: r70167

21 years agolibstdc++.pot: Re-extract/regenerate.
Phil Edwards [Tue, 5 Aug 2003 01:38:46 +0000 (01:38 +0000)]
libstdc++.pot: Re-extract/regenerate.

2003-08-04  Phil Edwards  <pme@gcc.gnu.org>

* po/libstdc++.pot:  Re-extract/regenerate.

From-SVN: r70166

21 years agoMakefile.am (DEJATOOL,EXPECT,RUNTEST,RUNTESTFLAGS): Remove unneeded variable assignments.
Phil Edwards [Tue, 5 Aug 2003 01:34:28 +0000 (01:34 +0000)]
Makefile.am (DEJATOOL,EXPECT,RUNTEST,RUNTESTFLAGS): Remove unneeded variable assignments.

2003-08-04  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/Makefile.am (DEJATOOL,EXPECT,RUNTEST,RUNTESTFLAGS):
Remove unneeded variable assignments.  Leave them for automake.
* testsuite/lib/libstdc++-v3.exp:  Rename...
* testsuite/lib/libstdc++.exp:  ...to this.  Adjust function names
accordingly.
* testsuite/libstdc++-v3.dg/dg.exp:  Rename...
* testsuite/libstdc++-dg/normal.exp:  ...to this.  Adjust function
names accordingly.

From-SVN: r70165

21 years agoguide.html: run_doxygen uses bash.
Phil Edwards [Tue, 5 Aug 2003 01:20:15 +0000 (01:20 +0000)]
guide.html: run_doxygen uses bash.

2003-08-04  Phil Edwards  <pme@gcc.gnu.org>

* docs/doxygen/guide.html:  run_doxygen uses bash.
* docs/doxygen/mainpage.html:  We'll be shipping tag files.
* docs/doxygen/run_doxygen:  Tweaks and improvements.
* docs/doxygen/user.cfg.in:  Set GENERATE_TAGFILE.
* docs/html/install.html:  Update autoconf/automake requirements.
* docs/html/test.html:  Add section describing DejaGNU support.
* docs/html/17_intro/confdeps.dot:  New file, generates...
* docs/html/17_intro/confdeps.png:  ...this new file.
* docs/html/Makefile:  Generated here.
* docs/html/17_intro/configury.html:  New file.

From-SVN: r70164

21 years agoDaily bump.
GCC Administrator [Tue, 5 Aug 2003 00:16:40 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70162.2

21 years agoDaily bump.
GCC Administrator [Tue, 5 Aug 2003 00:16:36 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r70161.2

21 years agore PR target/11739 (i386 prefetch tests need to made smarter)
Janis Johnson [Mon, 4 Aug 2003 23:47:36 +0000 (23:47 +0000)]
re PR target/11739 (i386 prefetch tests need to made smarter)

PR target/11739
* gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
a value for -mtune.

From-SVN: r70160

21 years agore PR middle-end/11771 (Segfault with simple double arithmetics)
Roger Sayle [Mon, 4 Aug 2003 23:46:34 +0000 (23:46 +0000)]
re PR middle-end/11771 (Segfault with simple double arithmetics)

PR middle-end/11771
* fold-const.c (negate_expr_p <MINUS_EXPR>): Change to match the
logic in negate_expr, i.e. we don't invert (A-B) for floating
point types unless flag_unsafe_math_optimizations.

* gcc.c-torture/compile/20030804-1.c: New test case.

From-SVN: r70159

21 years agofold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
Roger Sayle [Mon, 4 Aug 2003 23:42:48 +0000 (23:42 +0000)]
fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.

* fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
Optimize x*c+x and x+x*c into x*(c+1) and x*c1+x*c2 into x*(c1+c2)
for floating point expressions with -ffast-math.
(fold <MULT_EXPR>): Don't transform x*2.0 into x+x.
* expmed.c (expand_mult): Wrap long line.  Expand x*2.0 as x+x.

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

From-SVN: r70158

21 years agojacks.exp (gcj_jacks_run): Just ignore errors from jacks.
Tom Tromey [Mon, 4 Aug 2003 22:07:06 +0000 (22:07 +0000)]
jacks.exp (gcj_jacks_run): Just ignore errors from jacks.

* libjava.jacks/jacks.exp (gcj_jacks_run): Just ignore errors
from jacks.

From-SVN: r70157

21 years agoDecimalFormat.java (format): avoid ArithmeticException when groupingSize is 0.
David P Grove [Mon, 4 Aug 2003 21:21:01 +0000 (21:21 +0000)]
DecimalFormat.java (format): avoid ArithmeticException when groupingSize is 0.

2003-08-04  David P Grove  <groved@us.ibm.com>

* java/text/DecimalFormat.java (format): avoid ArithmeticException
when groupingSize is 0.
(parse): Likewise.

From-SVN: r70156

21 years agoc-common.c (flag_noniso_default_format_attributes): Delete.
Roger Sayle [Mon, 4 Aug 2003 20:44:20 +0000 (20:44 +0000)]
c-common.c (flag_noniso_default_format_attributes): Delete.

* c-common.c (flag_noniso_default_format_attributes): Delete.
(built_in_attribute): Don't define/undefine DEF_FN_ATTR.
(c_attrs_initialized): Delete.
(c_common_nodes_and_builtins): Don't test c_attrs_initialized,
always call c_init_attributes.
(c_init_attributes): Don't define/undefine DEF_FN_ATTR.  Don't
set c_attrs_initialized when done.
(c_common_insert_default_attributes): Delete.
* c-common.h (flag_noniso_default_format_attributes): Delete.
(c_coomon_insert_default_attributes): Delete prototype.
* c-opts.c (set_std_c89, set_std_c99, set_std_cxx98): Dont set
flag_noniso_default_format_attributes.

* c-decl.c (c_insert_default_attributes): Delete.
* c-tree.h (c_insert_default_attributes): Delete prototype.

* attribs.c (decl_attributes): Don't call insert_default_attributes
langhook.  Update function description comment.
* langhooks.h (lang_hooks): Remove insert_default_attributes field.
* langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Delete.
* c-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.
* system.h: Poison LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES macro.

cp/
* decl.c (cxx_insert_default_attributes): Delete.
* cp-tree.h (cxx_insert_default_attributes): Don't prototype.
* cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.

objc/
* objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.

From-SVN: r70155

21 years agomips.c (override_options): Disable -G on targets that have no .section support.
Richard Sandiford [Mon, 4 Aug 2003 20:23:15 +0000 (20:23 +0000)]
mips.c (override_options): Disable -G on targets that have no .section support.

* config/mips/mips.c (override_options): Disable -G on targets that
have no .section support.
(mips_select_section): Use default_select_section for such targets.

From-SVN: r70154

21 years agoinclhack.def (svr4_undeclared_getrnge): Introduce and enable.
Nathanael Nerode [Mon, 4 Aug 2003 19:30:11 +0000 (19:30 +0000)]
inclhack.def (svr4_undeclared_getrnge): Introduce and enable.

* fixinc/inclhack.def (svr4_undeclared_getrnge): Introduce and enable.
* fixinc/inclhack.def (static_getrnge): Remove disabled hack.
* fixinc/fixincl.x: Rebuild.
* fixinc/tests/base/regexp.h: New test.

From-SVN: r70153

21 years agojava-tree.h (METHOD_TRANSIENT): Removed.
Tom Tromey [Mon, 4 Aug 2003 19:06:24 +0000 (19:06 +0000)]
java-tree.h (METHOD_TRANSIENT): Removed.

* java-tree.h (METHOD_TRANSIENT): Removed.
* decl.c (pushdecl): Removed some dead code.
* class.c (get_access_flags_from_decl): Can't have transient
method.
(add_method_1): Can't have a transient method.

From-SVN: r70152

21 years agolibart.m4: check for libart-config binary under the name libart2-config as well.
Matthias Klose [Mon, 4 Aug 2003 18:27:27 +0000 (18:27 +0000)]
libart.m4: check for libart-config binary under the name libart2-config as well.

2003-08-04  Matthias Klose  <doko@debian.org>

        * libart.m4: check for libart-config binary
          under the name libart2-config as well.
        * configure, aclocal.m4: regenerated.

From-SVN: r70150

21 years agoc-ppoutput.c (cb_line_change): Don't skip line changing while parsing macro arguments...
Alexandre Oliva [Mon, 4 Aug 2003 16:49:38 +0000 (16:49 +0000)]
c-ppoutput.c (cb_line_change): Don't skip line changing while parsing macro arguments in the top-level context.

* c-ppoutput.c (cb_line_change): Don't skip line changing while
parsing macro arguments in the top-level context.

From-SVN: r70148

21 years ago* gcc.dg/cpp/separate-1.c: New test.
Alexandre Oliva [Mon, 4 Aug 2003 16:49:28 +0000 (16:49 +0000)]
* gcc.dg/cpp/separate-1.c: New test.

From-SVN: r70147

21 years agoconfig.in: Remove HAVE_LSTAT.
Neil Booth [Mon, 4 Aug 2003 13:07:25 +0000 (13:07 +0000)]
config.in: Remove HAVE_LSTAT.

* config.in: Remove HAVE_LSTAT.
* configure, configure.in: Don't test for lstat.

From-SVN: r70146

21 years agore PR c++/11713 (declaration conflicts)
Mark Mitchell [Mon, 4 Aug 2003 11:30:06 +0000 (11:30 +0000)]
re PR c++/11713 (declaration conflicts)

PR c++/11713
* search.c (setup_class_bindings): Handle conversion operators
specially.

PR c++/11713
* g++.dg/overload/operator1.C: New test.

From-SVN: r70136

21 years agoUse the proper authors of the README.SCO file in the ChangeLog entry.
Gerald Pfeifer [Mon, 4 Aug 2003 10:48:01 +0000 (10:48 +0000)]
Use the proper authors of the README.SCO file in the ChangeLog entry.

From-SVN: r70133

21 years agoDaily bump.
GCC Administrator [Mon, 4 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70131

21 years agoopts.c (decode_options): Do language-specific initialization for the global diagnosti...
Gabriel Dos Reis [Sun, 3 Aug 2003 22:14:47 +0000 (22:14 +0000)]
opts.c (decode_options): Do language-specific initialization for the global diagnostic context.

* opts.c (decode_options): Do language-specific initialization for
the global diagnostic context.
* langhooks-def.h (lhd_initialize_diagnostics): Declare.
(LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): New macro.
(LANG_HOOKS_INITIALIZER): Adjust.
* langhooks.h (struct lang_hooks): Add new field
initialize_diagnostics.
* langhooks.c (lhd_initialize_diagnostics): Define.

From-SVN: r70129

21 years agopretty-print.h: Adjust macro definitions.
Gabriel Dos Reis [Sun, 3 Aug 2003 20:02:56 +0000 (20:02 +0000)]
pretty-print.h: Adjust macro definitions.

* pretty-print.h:   Adjust macro definitions.
* pretty-print.c (pp_newline): Rename to pp_base_newline.
(pp_character): Rename to pp_base_character.
(pp_string): Rename to pp_base_string.
* c-pretty-print.c (pp_buffer): Move to pretty-print.h
(pp_newline):  Likewise.  Adjust.
(pp_c_char): Adjust.

From-SVN: r70128

21 years ago* README.SCO: New file.
Richard Stallman [Sun, 3 Aug 2003 14:51:42 +0000 (14:51 +0000)]
* README.SCO: New file.

From-SVN: r70122

21 years agobuiltins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section.
Kaveh R. Ghazi [Sun, 3 Aug 2003 14:31:29 +0000 (14:31 +0000)]
builtins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section.

* builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
BUILT_IN_LLABS): Move to miscellaneous section.

From-SVN: r70120

21 years agore PR c++/11704 (ICE in type_dependent_expression_p with wrong method call in templat...
Nathan Sidwell [Sun, 3 Aug 2003 14:23:34 +0000 (14:23 +0000)]
re PR c++/11704 (ICE in type_dependent_expression_p with wrong method call in template class)

cp:
PR c++/11704
* pt.c (type_dependent_expression_p): Cope with COMPONENT_REF with
unknown type.
testsuite:
PR c++/11704
* g++.dg/template/dependent-expr2.C: New test.

From-SVN: r70119

21 years agore PR c++/11766 (ICE in comp_ptr_ttypes_real)
Nathan Sidwell [Sun, 3 Aug 2003 14:19:00 +0000 (14:19 +0000)]
re PR c++/11766 (ICE in comp_ptr_ttypes_real)

cp:
PR c++/11766
* typeck.c (comp_ptr_ttypes_real): Don't loop on pointers to
member functions.
testsuite:
PR c++/11766
* g++.dg/expr/ptrmem1.C: New test.

From-SVN: r70118

21 years ago*** empty log message ***
Neil Booth [Sun, 3 Aug 2003 12:27:28 +0000 (12:27 +0000)]
*** empty log message ***

From-SVN: r70117

21 years ago* cppexp.c (parse_defined): Warn only if -pedantic.
Neil Booth [Sun, 3 Aug 2003 12:23:46 +0000 (12:23 +0000)]
* cppexp.c (parse_defined): Warn only if -pedantic.

From-SVN: r70116

21 years agore PR c++/9453 (ICE in is_specialization_of, at cp/pt.c:860)
Kriang Lerdsuwanakij [Sun, 3 Aug 2003 09:42:00 +0000 (09:42 +0000)]
re PR c++/9453 (ICE in is_specialization_of, at cp/pt.c:860)

PR c++/9453
* g++.dg/template/friend15.C: New test.

From-SVN: r70115

21 years agocppfiles.c (stack_file): Use file path.
Neil Booth [Sun, 3 Aug 2003 09:28:25 +0000 (09:28 +0000)]
cppfiles.c (stack_file): Use file path.

* cppfiles.c (stack_file): Use file path.
testsuite:
* lib/dg-pch.exp: Work round PCH bug.

From-SVN: r70114

21 years agobuiltin-types.def (BT_SSIZE): New primitive type.
Roger Sayle [Sun, 3 Aug 2003 03:23:18 +0000 (03:23 +0000)]
builtin-types.def (BT_SSIZE): New primitive type.

* builtin-types.def (BT_SSIZE): New primitive type.
(BT_FN_INT_PTR_CONST_STRING_VALIST_ARG,
BT_FN_STRING_CONST_STRING_CONST_STRING_INT,
BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR,
BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types.
* builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT,
BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON,
BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins.
* builtin-attrs.def: Remove DEF_FN_ATTR construct and the last
few functions that define default attributes using it.
* c-common.c (c_common_insert_default_attributes): Do nothing.

* doc/extend.texi: Document these "new" builtins.

From-SVN: r70113

21 years agolinux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
Kaz Kojima [Sun, 3 Aug 2003 00:48:52 +0000 (00:48 +0000)]
linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.

* config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
(LIB_SPEC): Set -lpthread always when -pthread set.  Set -lieee
when -mieee-fp set and -shared not set.
(SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5.

From-SVN: r70112

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

From-SVN: r70110

21 years agobuiltins-1.c: Add macro helpers.
Kaveh R. Ghazi [Sat, 2 Aug 2003 19:14:25 +0000 (19:14 +0000)]
builtins-1.c: Add macro helpers.

* gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
builtins.  Move cases from builtins-4.c here.

* gcc.dg/torture/builtin-math-1.c: New test taken from
bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
additional cases.

* gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
Delete.

From-SVN: r70108

21 years agore PR c++/9447 (using Base<T>::member does not work)
Nathan Sidwell [Sat, 2 Aug 2003 18:52:16 +0000 (18:52 +0000)]
re PR c++/9447 (using Base<T>::member does not work)

cp:
PR c++/9447
* cp-tree.def (USING_DECL): Document its type.
* class.c (pushclass): If we're entering a template, push any
dependent using decls it has.
* decl2.c (do_class_using_decl): Refactor. Type is NULL iff it is
a dependent scope.
* pt.c (tsubst_decl) <USING_DECL case>: Set type.
(tsubst): Remove USING_DECL checks.
(type_dependent_expression_p): Remove USING_DECL case.
* semantics.c (finish_member_declaration): A USING_DECL's type
indicates whether it is dependent.
testsuite:
PR c++/9447
* g++.dg/template/using7.C: New test.

From-SVN: r70107

21 years agocppfiles.c (struct _cpp_file): Rename once_only_next to next_file.
Neil Booth [Sat, 2 Aug 2003 16:29:46 +0000 (16:29 +0000)]
cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.

* cppfiles.c (struct _cpp_file): Rename once_only_next to
next_file.  Remove import and pragma_once, add once_only.
(find_file): Add new file structures to the all_files list.
(should_stack_file): Mark #import-ed files once-only, and
don't stack them if the file has already been stacked.
(_cp_mark_file_once_only): Simplify.
* cpphash.h (struct cpp_reader): Rename once_only_files
to all_files.  Rename saw_pragma_once to seen_once_only.
(_cpp_mark_file_once_only): Update prototype.
* cpplib.c (do_pragma_once): Update.
testsuite:
* import1.c, import2.c: New tests.

From-SVN: r70106

21 years agocppfiles.c (ENOTDIR): Remove.
Neil Booth [Sat, 2 Aug 2003 12:44:27 +0000 (12:44 +0000)]
cppfiles.c (ENOTDIR): Remove.

* cppfiles.c (ENOTDIR): Remove.
(open_file_in_dir): Rename find_file_in_dir.  Handle errors
other than ENOENT here.
(once_only_file_p): Rename should_stack_file.
(find_file, open_file_failed, read_file_guts): Report errors
with full path name.
(read_file): Move pch handling to should_stack_file.
(should_stack_file): Handle PCH and once-only issues, and
reading the file.
(stack_file): Don't do file reads.

From-SVN: r70104

21 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 2 Aug 2003 11:17:40 +0000 (11:17 +0000)]
2003-08-02  Michael Koch  <konqueror@gmx.de>

* java/nio/ByteBufferImpl.java
(getChar): Check remaining bytes, fixed comment about endianess.
(putChar): Likewise.
(getShort): Likewise.
(putShort): Likewise.
(getInt): Check remaining bytes, fixed conversion, fixed comment about
endianess.
(putInt): Likewise.
(getLong): Likewise.
(putLong): Likewise.
(getFloat): Likewise.
(putFloat): Likewise.
(getDouble): Likewise.
(putDouble): Likewise.
* java/nio/DirectByteBufferImpl.java
(getChar): Wrapped code, fixed comment about endianess.
(putchar): Likewise.
(getShort): Likewise.
(putShort): Likewise.
(getInt): Fixed conversion, fixed comment about endianess.
(putInt): Likewise.
(getLong): Likewise.
(putLong): Likewise.
(getFloat): Likewise.
(putFloat): Likewise.
(getDouble): Likewise.
(putDouble): Likewise.
* java/nio/MappedByteBufferImpl.java
(compact): Implemented.
(getChar): Implemented.
(putChar): Implemented.
(getDouble): Implemented.
(putdouble): Implemented.
(getFloat): Implemented.
(putFloat): Implemented.
(getInt): Implemented.
(putInt): Implemented.
(getLong): Implemented.
(putLong): Implemented.
(getShort): Implemented.
(putShort): Implemented.
* java/nio/channels/FileChannelImpl.java
(read): Set position where to access file.
(write): Likewise.
(transferTo): Flip buffer after read and before write.
(transferFrom): Likewise.

From-SVN: r70102

21 years agocp-tree.h (pushclass): Remove unneeded parameter.
Nathan Sidwell [Sat, 2 Aug 2003 11:01:38 +0000 (11:01 +0000)]
cp-tree.h (pushclass): Remove unneeded parameter.

cp:
* cp-tree.h (pushclass): Remove unneeded parameter.
* class.c (pushclass): Remove unneeded MODIFY parm. Adjust.
(push_nested_class): Adjust pushclass call.
* pt.c (instantiate_class_template): Likewise.
* semantics.c (begin_class_definition): Likewise.

From-SVN: r70101

21 years agolibgcov.c (gcov_exit): Cleanup and fix.
Zdenek Dvorak [Sat, 2 Aug 2003 10:30:48 +0000 (12:30 +0200)]
libgcov.c (gcov_exit): Cleanup and fix.

* libgcov.c (gcov_exit): Cleanup and fix.
* profile.c (compute_value_histograms): Don't try to read profiles
that are not present.

From-SVN: r70100

21 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 2 Aug 2003 09:15:05 +0000 (09:15 +0000)]
2003-08-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/lang/ArrayHelper.java
(equalsArray): Reformated, added method documentation.

From-SVN: r70099

21 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 2 Aug 2003 06:31:02 +0000 (06:31 +0000)]
2003-08-02  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java
(URL): Added paragraph about the
gnu.java.net.nocache_protocol_handlers property.
(ph_cache): Renamed from handlers to match classpath's implementation.
Reordered it with factory and serialVersionUID member variables.
(cache_handlers): New member variable.
(static): New static initializer to initialize cache_handlers from
gnu.java.net.nocache_protocol_handlers property.
(URL): Use ph_cache instead of handlers, reformatted some code to
match classpath's implementation.

From-SVN: r70098

21 years ago* builtins.def: Categorize.
Kaveh R. Ghazi [Sat, 2 Aug 2003 06:21:43 +0000 (06:21 +0000)]
* builtins.def: Categorize.

From-SVN: r70097

21 years agobuiltins.def (BUILT_IN_CABS, [...]): Mind fp rounding.
Kaveh R. Ghazi [Sat, 2 Aug 2003 06:19:40 +0000 (06:19 +0000)]
builtins.def (BUILT_IN_CABS, [...]): Mind fp rounding.

* builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
Mind fp rounding.
(BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.

From-SVN: r70096

21 years ago003-08-02 Andreas Tobler <a.tobler@schweiz.ch>
Andreas Tobler [Sat, 2 Aug 2003 05:51:02 +0000 (07:51 +0200)]
003-08-02  Andreas Tobler  <a.tobler@schweiz.ch>

        * config.gcc: Enable posix threads by default on darwin.

From-SVN: r70095

21 years agotypeck2.c (add_exception_specifier): Use 'bool' where appropriate.
Nathanael Nerode [Sat, 2 Aug 2003 02:07:49 +0000 (02:07 +0000)]
typeck2.c (add_exception_specifier): Use 'bool' where appropriate.

(cp)
* typeck2.c (add_exception_specifier): Use 'bool' where appropriate.

From-SVN: r70094

21 years agoFix typo
Nathanael Nerode [Sat, 2 Aug 2003 02:00:56 +0000 (02:00 +0000)]
Fix typo

From-SVN: r70093

21 years agoMakefile.tpl (check, check-c++): Express dependencies using dependencies rather than...
Matt Kraai [Sat, 2 Aug 2003 00:48:19 +0000 (00:48 +0000)]
Makefile.tpl (check, check-c++): Express dependencies using dependencies rather than commands.

* Makefile.tpl (check, check-c++): Express dependencies using
dependencies rather than commands.
* Makefile.in: Regenerate.

From-SVN: r70092

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

From-SVN: r70089

21 years agocfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedges1...
Jakub Jelinek [Fri, 1 Aug 2003 23:15:55 +0000 (01:15 +0200)]
cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedges1 is 0.

* cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
even if nehedges1 is 0.

* g++.dg/eh/crossjump1.C: New test.

From-SVN: r70080

21 years agofixfixes.c, [...]: ANSIfy function prototypes and defintions.
Nathanael Nerode [Fri, 1 Aug 2003 23:07:04 +0000 (23:07 +0000)]
fixfixes.c, [...]: ANSIfy function prototypes and defintions.

* fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
and defintions.

Add missed (?!) ChangeLog entry from previous commit earlier today:
* fixinc/inclhack.def (broken_cabs): Make matching more generous.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/math.h: Regenerate to match test_text change.

From-SVN: r70078

21 years ago* ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.
Rainer Orth [Fri, 1 Aug 2003 23:00:24 +0000 (23:00 +0000)]
* ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.

From-SVN: r70077

21 years agoinclhack.def (broken_cabs): Make matching more generous.
Nathanael Nerode [Fri, 1 Aug 2003 22:48:24 +0000 (22:48 +0000)]
inclhack.def (broken_cabs): Make matching more generous.

* fixinc/inclhack.def (broken_cabs): Make matching more generous.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/math.h: Regenerate to match test_text change.

From-SVN: r70076

21 years agoexcept.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to exc_ptr.
Richard Kenner [Fri, 1 Aug 2003 22:17:44 +0000 (22:17 +0000)]
except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to exc_ptr.

* except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
for accesses to exc_ptr.

From-SVN: r70075

21 years agosourcebuild.texi (Front End Directory): Don't make references to libsubdir, it's...
Geoffrey Keating [Fri, 1 Aug 2003 21:53:22 +0000 (21:53 +0000)]
sourcebuild.texi (Front End Directory): Don't make references to libsubdir, it's not part of the interface to frontends.

* doc/sourcebuild.texi (Front End Directory): Don't make references
to libsubdir, it's not part of the interface to frontends.
* doc/install.texi (Configuration): Help users read faster by saying
that GCC's configure options are the standard autoconf ones.
Mention --libdir.  Update the default rules for finding the
assembler.  Don't use libsubdir since we haven't said what it means.
(Specific): In the Solaris 7 notes, update the place to put the
assembler.
* doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
* doc/cpp.texi (Search Path): Actually, the search path
depends on libdir, which can relocate with cpp.
* doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
now a private interface between the Makefile and the driver.

From-SVN: r70073

21 years agosystem.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
Richard Henderson [Fri, 1 Aug 2003 21:51:13 +0000 (14:51 -0700)]
system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.

        * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.

        * varasm.c (lookup_constant_def): New function.
        * rtl.h (lookup_constant_def): Declare it.
        * dwarf2out.c (loc_descriptor_from_tree): Use it.
        Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR.

From-SVN: r70072

21 years agoconfigure.in (noconfigdirs): Do not add GDB when m32r-*-*.
Andrew Cagney [Fri, 1 Aug 2003 21:34:32 +0000 (21:34 +0000)]
configure.in (noconfigdirs): Do not add GDB when m32r-*-*.

2003-08-01  Andrew Cagney  <cagney@redhat.com>

* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
* configure: Ditto.

From-SVN: r70071

21 years agore PR libgcj/11241 (WeakHashMap throws a "/ zero" ArithmeticException when initialCap...
Tom Tromey [Fri, 1 Aug 2003 21:30:14 +0000 (21:30 +0000)]
re PR libgcj/11241 (WeakHashMap throws a "/ zero" ArithmeticException when initialCapacity is explicitly zero)

Fix for PR libgcj/11241:
* java/util/WeakHashMap.java (WeakHashMap(int,float)): If
initialCapacity is 0, set it to 1.

From-SVN: r70070

21 years agoSocketImpl.java (toString): Display the remote address of an unconnected server socke...
Stephen Crawley [Fri, 1 Aug 2003 21:08:33 +0000 (21:08 +0000)]
SocketImpl.java (toString): Display the remote address of an unconnected server socket as "0.0.0.0/0.0.0.0".

2003-08-01  Stephen Crawley <crawley@dstc.edu.au>

* java/net/SocketImpl.java (toString): Display the remote address
of an unconnected server socket as "0.0.0.0/0.0.0.0".

From-SVN: r70069