OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago2003-08-05 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 5 Aug 2003 23:32:23 +0000 (23:32 +0000)]
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).

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

20 years ago* c.opt: Introduce -fworking-directory.
aoliva [Tue, 5 Aug 2003 21:15:57 +0000 (21:15 +0000)]
* 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.

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

20 years ago2003-08-05 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 5 Aug 2003 20:54:43 +0000 (20:54 +0000)]
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.

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

20 years ago Fix for PR libgcj/11779:
tromey [Tue, 5 Aug 2003 20:06:57 +0000 (20:06 +0000)]
Fix for PR libgcj/11779:
* java/lang/reflect/natField.cc (getAddr): Skip frames in Field
class.

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

20 years ago * java/lang/reflect/Method.java: Updated status comment.
tromey [Tue, 5 Aug 2003 19:50:54 +0000 (19:50 +0000)]
* 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.

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

20 years ago For PR java/11600:
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.

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

20 years ago * pretty-print.h (pp_set_line_maximum_length): Make macro.
gdr [Tue, 5 Aug 2003 19:23:14 +0000 (19:23 +0000)]
* 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.

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

20 years ago Fix for PR java/11600:
tromey [Tue, 5 Aug 2003 18:47:22 +0000 (18:47 +0000)]
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.

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

20 years ago2003-08-05 Chris Demetriou <cgd@broadcom.com>
cgd [Tue, 5 Aug 2003 18:41:49 +0000 (18:41 +0000)]
2003-08-05  Chris Demetriou  <cgd@broadcom.com>

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

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

20 years ago2003-08-05 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Tue, 5 Aug 2003 18:04:09 +0000 (18:04 +0000)]
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.

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

20 years ago2003-08-05 Steven Bosscher <steven@gcc.gnu.org>
steven [Tue, 5 Aug 2003 14:11:53 +0000 (14:11 +0000)]
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.

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

20 years ago2003-08-05 Matthias Klose <doko@debian.org>
doko [Tue, 5 Aug 2003 06:45:20 +0000 (06:45 +0000)]
2003-08-05  Matthias Klose  <doko@debian.org>

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

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

20 years ago * gcse.c (try_replace_reg): Fix updating of note.
zlomek [Tue, 5 Aug 2003 04:22:05 +0000 (04:22 +0000)]
* gcse.c (try_replace_reg): Fix updating of note.

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

20 years ago2003-08-04 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 5 Aug 2003 02:00:18 +0000 (02:00 +0000)]
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.

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

20 years ago2003-08-04 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 5 Aug 2003 01:38:46 +0000 (01:38 +0000)]
2003-08-04  Phil Edwards  <pme@gcc.gnu.org>

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

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

20 years ago2003-08-04 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 5 Aug 2003 01:34:28 +0000 (01:34 +0000)]
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.

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

20 years ago2003-08-04 Phil Edwards <pme@gcc.gnu.org>
pme [Tue, 5 Aug 2003 01:20:15 +0000 (01:20 +0000)]
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.

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

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

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

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

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

20 years ago PR target/11739
janis [Mon, 4 Aug 2003 23:47:36 +0000 (23:47 +0000)]
PR target/11739
* gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
a value for -mtune.

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

20 years ago PR middle-end/11771
sayle [Mon, 4 Aug 2003 23:46:34 +0000 (23:46 +0000)]
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.

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

20 years ago * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
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.
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.

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

20 years ago * libjava.jacks/jacks.exp (gcj_jacks_run): Just ignore errors
tromey [Mon, 4 Aug 2003 22:07:06 +0000 (22:07 +0000)]
* libjava.jacks/jacks.exp (gcj_jacks_run): Just ignore errors
from jacks.

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

20 years ago2003-08-04 David P Grove <groved@us.ibm.com>
tromey [Mon, 4 Aug 2003 21:21:01 +0000 (21:21 +0000)]
2003-08-04  David P Grove  <groved@us.ibm.com>

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

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

20 years ago * c-common.c (flag_noniso_default_format_attributes): Delete.
sayle [Mon, 4 Aug 2003 20:44:20 +0000 (20:44 +0000)]
* 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.

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

20 years ago * config/mips/mips.c (override_options): Disable -G on targets that
rsandifo [Mon, 4 Aug 2003 20:23:15 +0000 (20:23 +0000)]
* 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.

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

20 years ago * fixinc/inclhack.def (svr4_undeclared_getrnge): Introduce and enable.
neroden [Mon, 4 Aug 2003 19:30:11 +0000 (19:30 +0000)]
* 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.

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

20 years ago * java-tree.h (METHOD_TRANSIENT): Removed.
tromey [Mon, 4 Aug 2003 19:06:24 +0000 (19:06 +0000)]
* 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.

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

20 years ago2003-08-04 Matthias Klose <doko@debian.org>
doko [Mon, 4 Aug 2003 18:27:27 +0000 (18:27 +0000)]
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.

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

20 years ago* c-ppoutput.c (cb_line_change): Don't skip line changing while
aoliva [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.

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

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

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

20 years ago * config.in: Remove HAVE_LSTAT.
neil [Mon, 4 Aug 2003 13:07:25 +0000 (13:07 +0000)]
* config.in: Remove HAVE_LSTAT.
* configure, configure.in: Don't test for lstat.

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

20 years ago PR c++/11713
mmitchel [Mon, 4 Aug 2003 11:30:06 +0000 (11:30 +0000)]
PR c++/11713
* search.c (setup_class_bindings): Handle conversion operators
specially.

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

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

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

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

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

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

20 years ago * opts.c (decode_options): Do language-specific initialization for
gdr [Sun, 3 Aug 2003 22:14:47 +0000 (22:14 +0000)]
* 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.

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

20 years ago * pretty-print.h: Adjust macro definitions.
gdr [Sun, 3 Aug 2003 20:02:56 +0000 (20:02 +0000)]
* 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.

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

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

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

20 years ago * builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
ghazi [Sun, 3 Aug 2003 14:31:29 +0000 (14:31 +0000)]
* builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
BUILT_IN_LLABS): Move to miscellaneous section.

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

20 years agocp:
nathan [Sun, 3 Aug 2003 14:23:34 +0000 (14:23 +0000)]
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.

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

20 years agocp:
nathan [Sun, 3 Aug 2003 14:19:00 +0000 (14:19 +0000)]
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.

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

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

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

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

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

20 years ago PR c++/9453
lerdsuwa [Sun, 3 Aug 2003 09:42:00 +0000 (09:42 +0000)]
PR c++/9453
* g++.dg/template/friend15.C: New test.

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

20 years ago * cppfiles.c (stack_file): Use file path.
neil [Sun, 3 Aug 2003 09:28:25 +0000 (09:28 +0000)]
* cppfiles.c (stack_file): Use file path.
testsuite:
* lib/dg-pch.exp: Work round PCH bug.

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

20 years ago * builtin-types.def (BT_SSIZE): New primitive type.
sayle [Sun, 3 Aug 2003 03:23:18 +0000 (03:23 +0000)]
* 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.

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

20 years ago * config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
kkojima [Sun, 3 Aug 2003 00:48:52 +0000 (00:48 +0000)]
* 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.

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

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

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

20 years ago * gcc.dg/builtins-1.c: Add macro helpers. Add missing math
ghazi [Sat, 2 Aug 2003 19:14:25 +0000 (19:14 +0000)]
* 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.

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

20 years agocp:
nathan [Sat, 2 Aug 2003 18:52:16 +0000 (18:52 +0000)]
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.

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

20 years ago * cppfiles.c (struct _cpp_file): Rename once_only_next to
neil [Sat, 2 Aug 2003 16:29:46 +0000 (16:29 +0000)]
* 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.

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

20 years ago * cppfiles.c (ENOTDIR): Remove.
neil [Sat, 2 Aug 2003 12:44:27 +0000 (12:44 +0000)]
* 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.

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

20 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
mkoch [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.

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

20 years agocp:
nathan [Sat, 2 Aug 2003 11:01:38 +0000 (11:01 +0000)]
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.

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

20 years ago * libgcov.c (gcov_exit): Cleanup and fix.
rakdver [Sat, 2 Aug 2003 10:30:48 +0000 (10:30 +0000)]
* libgcov.c (gcov_exit): Cleanup and fix.
* profile.c (compute_value_histograms): Don't try to read profiles
that are not present.

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

20 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
mkoch [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.

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

20 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
mkoch [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.

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

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

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

20 years ago * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
ghazi [Sat, 2 Aug 2003 06:19:40 +0000 (06:19 +0000)]
* builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
Mind fp rounding.
(BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.

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

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

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

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

20 years ago(cp)
neroden [Sat, 2 Aug 2003 02:07:49 +0000 (02:07 +0000)]
(cp)
* typeck2.c (add_exception_specifier): Use 'bool' where appropriate.

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

20 years agoFix typo
neroden [Sat, 2 Aug 2003 02:00:56 +0000 (02:00 +0000)]
Fix typo

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

20 years ago * Makefile.tpl (check, check-c++): Express dependencies using
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.in: Regenerate.

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

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

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

20 years ago * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
jakub [Fri, 1 Aug 2003 23:15:55 +0000 (23:15 +0000)]
* cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
even if nehedges1 is 0.

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

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

20 years ago * fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
neroden [Fri, 1 Aug 2003 23:07:04 +0000 (23:07 +0000)]
* 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.

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

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

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

20 years ago * fixinc/inclhack.def (broken_cabs): Make matching more generous.
neroden [Fri, 1 Aug 2003 22:48:24 +0000 (22:48 +0000)]
* fixinc/inclhack.def (broken_cabs): Make matching more generous.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/math.h: Regenerate to match test_text change.

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

20 years ago * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
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.

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

20 years ago * doc/sourcebuild.texi (Front End Directory): Don't make references
geoffk [Fri, 1 Aug 2003 21:53:22 +0000 (21:53 +0000)]
* 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.

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

20 years ago * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
rth [Fri, 1 Aug 2003 21:51:13 +0000 (21:51 +0000)]
    * 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.

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

20 years ago2003-08-01 Andrew Cagney <cagney@redhat.com>
cagney [Fri, 1 Aug 2003 21:34:32 +0000 (21:34 +0000)]
2003-08-01  Andrew Cagney  <cagney@redhat.com>

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

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

20 years ago Fix for PR libgcj/11241:
tromey [Fri, 1 Aug 2003 21:30:14 +0000 (21:30 +0000)]
Fix for PR libgcj/11241:
* java/util/WeakHashMap.java (WeakHashMap(int,float)): If
initialCapacity is 0, set it to 1.

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

20 years ago2003-08-01 Stephen Crawley <crawley@dstc.edu.au>
mkoch [Fri, 1 Aug 2003 21:08:33 +0000 (21:08 +0000)]
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".

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

20 years ago2003-08-01 Sascha Brawer <brawer@dandelis.ch>
mkoch [Fri, 1 Aug 2003 20:10:22 +0000 (20:10 +0000)]
2003-08-01  Sascha Brawer  <brawer@dandelis.ch>

* javax/swing/border/BevelBorder.java,
javax/swing/border/EtchedBorder.java,
javax/swing/border/LineBorder.java,
javax/swing/border/MatteBorder.java,
javax/swing/border/SoftBevelBorder.java,
javax/swing/plaf/BorderUIResource.java,
javax/swing/plaf/ComponentUI.java,
javax/swing/plaf/TreeUI.java,
javax/swing/plaf/basic/BasicBorders.java,
javax/swing/plaf/basic/BasicGraphicsUtils.java,
javax/swing/plaf/basic/BasicTreeUI.java:
Prepend "doc-files" to all paths to embedded Javadoc images, so
that the generated documentation contains the correct URL.

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

20 years ago PR c++/11697
mmitchel [Fri, 1 Aug 2003 18:48:50 +0000 (18:48 +0000)]
PR c++/11697
* decl.c (decls_match): Don't ignore the types of template
classes.

PR c++/11744
* pt.c (tsubst_copy_and_build): Refine Koenig lookup logic.

PR c++/11697
* g++.dg/template/using6.C: New test.

PR c++/11744
* g++.dg/template/koenig2.C: New test.

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

20 years ago * c-decl.c (gettags, pushdecl_function_level): Delete.
zack [Fri, 1 Aug 2003 18:41:40 +0000 (18:41 +0000)]
* c-decl.c (gettags, pushdecl_function_level): Delete.
(last_function_parm_vars): Rename last_function_parm_others.
(current_function_parm_vars): Rename current_function_parm_others.
(struct c_scope): Rewrite comment explaining this data structure.
Add names_last, blocks_last, parms_last fields.  Rename
incomplete_list to incomplete.
(SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
(poplevel): Ignore second argument.  No need to nreverse
anything.  Restructure such that each list is processed
exactly once.  Use 'const location_t *locus' syntactic sugar
variable where useful.  Issue unused variable warnings
ourselves, do not rely on function.c.
(insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
(pushdecl_top_level): Likewise.  Don't call duplicate_decls.
(implicitly_declare): decl cannot be error_mark_node.
(undeclared_variable): Manipulate scope structure directly.
(c_make_fname_decl): Likewise.
(getdecls, c_init_decl_processing): Fix comment.
(mark_forward_parm_decls): Use SCOPE_LIST_CONCAT.  No need
for 'last' variable.
(grokparms): No need to nreverse parms list.
(store_parm_decls_newstyle): Set up the parms_last and
names_last fields of the new scope too.
(store_parm_decls_oldstyle): Can assume DECL_WEAK is not set
on parms to begin with; check this under ENABLE_CHECKING.  Set
up parms_last.
(check_for_loop_decls): Refer directly to current_scope->tags.
Use consistent quote style in diagnostics.
(c_write_global_declarations): The names list is not backward.

* c-common.h: Don't prototype gettags.
* c-parse.in: Call poplevel with second argument 0 always.

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

20 years ago * builtins.def: Resort builtins.
ghazi [Fri, 1 Aug 2003 17:51:56 +0000 (17:51 +0000)]
* builtins.def: Resort builtins.

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

20 years ago * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
ghazi [Fri, 1 Aug 2003 17:50:38 +0000 (17:50 +0000)]
* builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
Prepend "__builtin_" onto NAME with string concatenation.  Remove
explicit "__builtin_" from each macro call.

Reformat entire file.

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

20 years ago * builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
ghazi [Fri, 1 Aug 2003 17:48:30 +0000 (17:48 +0000)]
* builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
ATTR_MATHFN_FPROUNDING_ERRNO): New macros.  Use throughout.

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

20 years ago * configure: Rebuilt.
tromey [Fri, 1 Aug 2003 16:17:33 +0000 (16:17 +0000)]
* configure: Rebuilt.
* configure.in (tool_include_dir): Redefine to match gcc.

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

20 years agoFix whitespace in last entry.
uweigand [Fri, 1 Aug 2003 15:49:21 +0000 (15:49 +0000)]
Fix whitespace in last entry.

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

20 years ago2003-08-01 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 1 Aug 2003 15:41:59 +0000 (15:41 +0000)]
2003-08-01  Andreas Krebbel <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
CCL1, or CCL2 modes with floating point operations.

* config/s390/s390.md ("*addsf3_cc", "*addsf3_cconly", "*adddf3_cc",
"*adddf3_cconly", "*subsf3_cc", "*subsf3_cconly", "*subdf3_cc",
"*subdf3_cconly"): New insns.
("*negabssi2", "*negabsdi2", "*negabsdf2", "*negabssf2"): Likewise.

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

20 years ago PR c++/7983
lerdsuwa [Fri, 1 Aug 2003 15:41:27 +0000 (15:41 +0000)]
PR c++/7983
* g++.dg/parse/typedef4.C: New test.

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

20 years ago * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
amodra [Fri, 1 Aug 2003 15:19:01 +0000 (15:19 +0000)]
* src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
structure passing.
(ffi_closure_helper_LINUX64): Likewise.
* src/powerpc/linux64.S: Remove code writing to parm save area.
* src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
address in lr from ffi_closure_helper_LINUX64 call to calculate
table address.  Optimize function tail.

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

20 years ago2003-08-01 Jerry Quinn <jlquinn@optonline.net>
mark [Fri, 1 Aug 2003 15:07:49 +0000 (15:07 +0000)]
2003-08-01  Jerry Quinn  <jlquinn@optonline.net>
            Mark Wielaard  <mark@klomp.org>

       * java/math/BigDecimal (divide): Correctly handle
       ROUND_HALF_EVEN when amount is greater than 0.5.
       Simplify and optimize code.

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

20 years ago PR c++/8442, c++/8806
lerdsuwa [Fri, 1 Aug 2003 15:06:02 +0000 (15:06 +0000)]
PR c++/8442, c++/8806
* decl.c (qualify_lookup): Accept TEMPLATE_DECL if types are
preferred.
(check_elaborated_type_specifier): Add allow_template_p
parameter.  Check tag mismatch and class template.
(xref_tag): Add template_header_p parameter.  Add assertion
that name is an IDENTIFIER_NODE.  Remove implicit typename
warning.  Simplify lookup process if globalize is true.
(cxx_init_decl_processing): Adjust call to xref_tag.
(xref_tag_from_type): Likewise.
* decl2.c (handle_class_head): Likewise.
* parser.c (cp_parser_elaborated_type_specifier,
cp_parser_class_head): Likewise.
* rtti.c (init_rtti_processing, build_dynamic_cast1,
tinfo_base_init, emit_support_tinfos): Likewise.
* class.c (is_base_of_enclosing_class): Remove.
* pt.c (convert_template_argument): Don't accept RECORD_TYPE as
template template argument.
* cp-tree.h (xref_tag): Adjust declaration.
(is_base_of_enclosing_class): Remove.
* NEWS: Document template template argument change.

* g++.dg/template/elab1.C: Likewise.
* g++.dg/template/type2.C: Likewise.
* g++.dg/template/ttp3.C: Adjust expected error message.
* g++.old-deja/g++.law/visibility13.C: Likewise.
* g++.old-deja/g++.niklas/t135.C: Likewise.
* g++.old-deja/g++.pt/ttp41.C: Likewise.
* g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
template argument.
* g++.old-deja/g++.pt/ttp44.C: Likewise.

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

20 years ago * parser.c (cp_parser_init_declarator,
nathan [Fri, 1 Aug 2003 14:33:46 +0000 (14:33 +0000)]
* parser.c (cp_parser_init_declarator,
cp_paser_member_declaration): Reformat.
* pt.c (lookup_template_class, type_unification_real, unify,
type_dependent_expression_p): Reformat.

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

20 years ago * Makefile.in: Refine dependencies.
neil [Fri, 1 Aug 2003 14:04:02 +0000 (14:04 +0000)]
* Makefile.in: Refine dependencies.
* c-opts.c (c_common_handle_option): Do nothing for -Wimport.
* c.opt: Update help for -Wimport.
* cppfiles.c: Include hashtab.h.  Update comments.
(stack_file): Read the file before updating dependencies.
(once_only_file_p): Be smarter about marking once-only files.
(_cpp_mark_file_once_only): Correct the check for existence on
the list.
(open_file_failed): Use name not path, which is NULL.
* cpphash.h: Don't include hashtab.h.
(struct _cpp_file): Remove.
(struct cpp_reader): Update.
* cppinit.c (cpp_create_reader): Don't initialize warn_import.
* cpplib.h (struct cpp_options): Remove warn_import.
(cpp_simplify_path): Remove.

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

20 years ago PR c++/11295
nathan [Fri, 1 Aug 2003 09:34:09 +0000 (09:34 +0000)]
PR c++/11295
* doc/extend.texi (Statement Expressions): Document C++ semantics.
cp:
PR c++/11295
* cp-tree.h (tubst_flags_t): Add tf_stmt_expr_cmpd,
tf_stmt_expr_body.
(finish_stmt_expr_expr): Declare.
* parser.c (cp_parser_primary_expression): Tell
cp_parser_compount_statement that it is a statement expression.
(cp_parser_statement, cp_parser_labeled_statement,
cp_parser_compound_statement, cp_parser_statement_seq_opt): Add
in_statement_expr_p parameter.
(cp_parser_expression_statement): Likewise. Call
finish_stmt_expr_expr for final expression of a statement
expression.
(cp_parser_for_init_statement,
cp_parser_implicitly_scoped_statement,
cp_parser_already_scoped_statement, cp_parser_function_definition,
cp_parser_try_block, cp_parser_handled): Adjust.
* pt.c (tsubst_copy) <STMT_EXPR case>: Pass tf_stmt_expr.
(tsubst_expr): Process tf_stmt_expr and tf_stmt_exprs flags.
(tsubst_expr) <EXPR_STMT case>: Check tf_stmt_exprs flag.
* semantics.c (finish_expr_stmt): Do not deal with statement
expressions.
(begin_stmt_expr): Clear last_expr_type.
(finish_stmt_expr_expr): New.
(finish_stmt_expr): Process the value expression.
testsuite:
PR c++/11295
* g++.dg/ext/stmtexpr1.C: New test.

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

20 years agocp:
nathan [Fri, 1 Aug 2003 09:16:09 +0000 (09:16 +0000)]
cp:
* typeck.c (build_compound_expr): If RHS is a TARGET_EXPR, put the
compound expr inside the target's initializer.
testsuite:
* g++.dg/opt/tmp1.C: New test.

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

20 years agocp:
nathan [Fri, 1 Aug 2003 09:10:29 +0000 (09:10 +0000)]
cp:
PR c++/11525
* parser.c (cp_parser_primary_expression): Do not set
non-constant-p merely because it is a dependent scope.
testsuite:
PR c++/11525
* g++.dg/parse/constant4.C: New test.

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

20 years ago2003-07-31 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
kkojima [Fri, 1 Aug 2003 09:05:16 +0000 (09:05 +0000)]
2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>

* config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.

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

20 years agocp:
nathan [Fri, 1 Aug 2003 09:01:12 +0000 (09:01 +0000)]
cp:
PR c++/9447
* decl2.c (do_class_using_decl): Set type to NULL_TREE.
* semantics.c (finish_expr_stmt): Do not convert to void in a
template.
testsuite:
PR c++/9447
* g++.dg/template/using5.C: New test.

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

20 years ago More for PR libgcj/11737:
tromey [Fri, 1 Aug 2003 03:34:52 +0000 (03:34 +0000)]
More for PR libgcj/11737:
* java/io/ObjectInputStream.java (processResolution): Use
getMethod.
(getMethod): Make method accessible.
(getField): Make field accessible.
(setBooleanField): Don't call setAccessible here.
(setByteField, setCharField, setDoubleField, setFloatField,
setIntField, setLongField, setShortField, setObjectField):
Likewise.
(callReadMethod): Don't check whether method is null.  Catch
NoSuchMethodException.
* java/io/ObjectOutputStream.java (callWriteMethod): Initialize
cause on thrown exceptions.

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

20 years ago2003-07-31 Stepan Koltsov <yozh@mx1.ru>
tromey [Fri, 1 Aug 2003 03:32:42 +0000 (03:32 +0000)]
2003-07-31  Stepan Koltsov  <yozh@mx1.ru>

Fix for PR libgcj/11728:

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

20 years ago * texi2pod.pl: Remove extra line.
kraai [Fri, 1 Aug 2003 03:10:56 +0000 (03:10 +0000)]
* texi2pod.pl: Remove extra line.

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

20 years ago Fix for PR libgcj/11737:
tromey [Fri, 1 Aug 2003 03:02:00 +0000 (03:02 +0000)]
Fix for PR libgcj/11737:
* java/io/ObjectOutputStream.java (getMethod): Make method
accessible.
(getField): Likewise.
(writeObject): Use getMethod.
Import PrivilegedAction and AccessController.
(callWriteMethod): Don't check whether m is null.  Catch
NoSuchMethodException.

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

20 years ago * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
ghazi [Fri, 1 Aug 2003 02:11:17 +0000 (02:11 +0000)]
* builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
throughout.
* builtins.def: Likewise.

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

20 years ago2003-07-31 Phil Edwards <pme@gcc.gnu.org>
pme [Fri, 1 Aug 2003 00:49:14 +0000 (00:49 +0000)]
2003-07-31  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/lib/libstdc++-v3-dg.exp:  Rename...
* testsuite/lib/libstdc++-v3.exp:  ...to this.
* testsuite/libstdc++-v3.dg/dg.exp:  No special case needed now.

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