platform/upstream/gcc.git
21 years agoDaily bump.
GCC Administrator [Mon, 17 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62995

21 years agoc-typeck.c (build_c_cast): Fold constant variables into initial values.
Jan Hubicka [Sun, 16 Feb 2003 22:10:10 +0000 (22:10 +0000)]
c-typeck.c (build_c_cast): Fold constant variables into initial values.

* c-typeck.c (build_c_cast):  Fold constant variables into
initial values.

* gcc.dg/c90-const-expr-3.c (DZERO): New static variable
(foo): Add few extra tests
* gcc.dg/c99-const-expr-3.c: Likewise.
* gcc.c-torture/execute/20030216-1.c: New.

From-SVN: r62987

21 years agoinstall.texi (Specific): Fix link for m68k-att-sysv.
Gerald Pfeifer [Sun, 16 Feb 2003 21:07:30 +0000 (22:07 +0100)]
install.texi (Specific): Fix link for m68k-att-sysv.

* doc/install.texi (Specific): Fix link for m68k-att-sysv.
(Binaries): Ditto for Sinix/Reliant Unix.

From-SVN: r62984

21 years agoMAINTAINERS: Remove John Carr (who never actually had access to gcc.gnu.org).
Gerald Pfeifer [Sun, 16 Feb 2003 20:10:37 +0000 (21:10 +0100)]
MAINTAINERS: Remove John Carr (who never actually had access to gcc.gnu.org).

* MAINTAINERS: Remove John Carr (who never actually had access to
gcc.gnu.org).

From-SVN: r62982

21 years agoarm.c (arm_reload_in_hi): Ensure that the scratch register does not overlap the final...
Richard Earnshaw [Sun, 16 Feb 2003 19:40:11 +0000 (19:40 +0000)]
arm.c (arm_reload_in_hi): Ensure that the scratch register does not overlap the final result register.

* arm.c (arm_reload_in_hi): Ensure that the scratch register does
not overlap the final result register.

From-SVN: r62981

21 years agoverify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unused variable.
Tom Tromey [Sun, 16 Feb 2003 19:34:49 +0000 (19:34 +0000)]
verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unused variable.

* verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unused
variable.

From-SVN: r62980

21 years agore PR c++/9459 (typeof in return type specification of template not supported)
Kriang Lerdsuwanakij [Sun, 16 Feb 2003 17:04:27 +0000 (17:04 +0000)]
re PR c++/9459 (typeof in return type specification of template not supported)

PR c++/9459
* error.c (dump_type_prefix): Handle TYPEOF_TYPE.
(dump_type_suffix): Likewise.

* g++.dg/ext/typeof4.C: New test.

From-SVN: r62973

21 years ago+ * libjava.mauve/xfails: Add Class.reflect2 and String.getBytes FAILs.
Mark Wielaard [Sun, 16 Feb 2003 14:47:03 +0000 (14:47 +0000)]
+       * libjava.mauve/xfails: Add Class.reflect2 and String.getBytes FAILs.

From-SVN: r62970

21 years agoNew file.
Richard Henderson [Sun, 16 Feb 2003 08:33:17 +0000 (00:33 -0800)]
New file.

From-SVN: r62968

21 years agoMark PR last change.
Richard Henderson [Sun, 16 Feb 2003 08:26:30 +0000 (00:26 -0800)]
Mark PR last change.

From-SVN: r62966

21 years agofold-const.c (extract_muldiv_1): Rename from extract_muldiv; rearrange mult arguments...
Arend Bayer [Sun, 16 Feb 2003 08:24:25 +0000 (08:24 +0000)]
fold-const.c (extract_muldiv_1): Rename from extract_muldiv; rearrange mult arguments for less recursion.

        * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
        rearrange mult arguments for less recursion.
        (extract_muldiv): New.  Prevent runaway recursion.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r62963

21 years agocygwin.h (TARGET_SUBTARGET_DEFAULT): Set MASK_ALIGN_DOUBLE.
Danny Smith [Sun, 16 Feb 2003 06:27:19 +0000 (06:27 +0000)]
cygwin.h (TARGET_SUBTARGET_DEFAULT): Set MASK_ALIGN_DOUBLE.

* config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
MASK_ALIGN_DOUBLE.

From-SVN: r62960

21 years agoi386.c (x86_ext_80387_constants): Use 80387 insns to load mathematical constants...
Roger Sayle [Sun, 16 Feb 2003 01:35:38 +0000 (01:35 +0000)]
i386.c (x86_ext_80387_constants): Use 80387 insns to load mathematical constants on K6, Athlon, Pentium 4 and PPro.

2003-02-15  Roger Sayle  <roger@eyesopen.com>

* config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
(ext_80387_constants_table): Global table of 80387 special constants
guarded by ext_80387_constants_init flag when not initialized.
(init_ext_80387_constants): New function to initialize this table.
(standard_80387_constant_p): Extend to recognize extra 80387
constants, in XFmode, on processors where this is a win.
(standard_80387_constant_opcode): New function to return the
opcode associated with standard_80387_constant_p.
(standard_80387_constant_rtx): New function to return the XFmode
CONST_DOUBLE associated with standard_80387_constant_p.
(ix86_rtx_costs): Give the new constants the same cost as 1.0.

* config/i386/i386-protos.h (standard_80387_constant_opcode):
Prototype here.
(standard_80387_constant_rtx): Likewise.

* config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
*movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
*movtf_integer): Simplify using new standard_80387_constant_opcode.

* gcc.dg/i386-387-3.c: New test case.

From-SVN: r62958

21 years ago* doc/invoke.texi (Optimize Options): Correct @option syntax.
Geoffrey Keating [Sun, 16 Feb 2003 01:11:41 +0000 (01:11 +0000)]
* doc/invoke.texi (Optimize Options): Correct @option syntax.

From-SVN: r62957

21 years agoconfigure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure target...
Geoffrey Keating [Sun, 16 Feb 2003 01:09:27 +0000 (01:09 +0000)]
configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*, don't configure target-libobjc.

* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
don't configure target-libobjc.
* configure: Regenerate.

From-SVN: r62956

21 years agoMakefile.in (cfglayout.o): Depend on TARGET_H.
Richard Henderson [Sun, 16 Feb 2003 00:58:29 +0000 (16:58 -0800)]
Makefile.in (cfglayout.o): Depend on TARGET_H.

        * Makefile.in (cfglayout.o): Depend on TARGET_H.
        * cfglayout.c: Include target.h.
        (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
        * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
        * target.h (struct gcc_target): Add cannot_copy_insn_p.

        * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
        (TARGET_CANNOT_COPY_INSN_P): New.
        (override_options): Revert 2003-02-08 hack.

From-SVN: r62955

21 years agoDaily bump.
GCC Administrator [Sun, 16 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62954

21 years ago- Add copyright notices.
David Edelsohn [Sat, 15 Feb 2003 22:04:30 +0000 (17:04 -0500)]
- Add copyright notices.

From-SVN: r62946

21 years agogcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
Richard Henderson [Sat, 15 Feb 2003 21:37:22 +0000 (13:37 -0800)]
gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.

        * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
        (bypass_conditional_jumps): Accept computed_jump_p insns as well.

From-SVN: r62945

21 years agobb-reorder.c (find_traces_1_round): Don't connect easy to copy successors with multip...
Richard Henderson [Sat, 15 Feb 2003 21:22:56 +0000 (13:22 -0800)]
bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors with multiple predecessors.

        * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
        successors with multiple predecessors.
        (connect_traces): Try harder to copy traces of length 1.

        * function.h (struct function): Add computed_goto_common_label,
        computed_goto_common_reg.
        * function.c (free_after_compilation): Zap them.
        * stmt.c (expand_computed_goto): Use them to produce one
        indirect branch per function.

From-SVN: r62944

21 years agors6000.h (processor_type): Add PPC440.
David Edelsohn [Sat, 15 Feb 2003 21:19:01 +0000 (21:19 +0000)]
rs6000.h (processor_type): Add PPC440.

* config/rs6000/rs6000.h (processor_type): Add PPC440.
* config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
TARGET_SCHED_VARIABLE_ISSUE): Define.
(rs6000_use_dfa_pipeline_interface): New function.
(rs6000_multipass_dfa_lookahead): New Function.
(rs6000_variable_issue): New function.
(rs6000_adjust_cost): Add CMP and DELAYED_CR types.
(rs6000_issue_rate): Add PPC440.
* config/rs6000/rs6000.md (unspec list): Correct typo.
(attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
cmp, delayed_cr, mfcr, mtcr.
(automata_option): Set "ndfa".
(extendMMNN2): Update attributes.
(movcc_internal1): Discourage move to non-cr0.  Update
attributes.
(movMM_update): Update attributes.
(cmpMM_internal): Update attributes.
(sCC CR materialization): Update attributes.
(branch patterns): Do not discourage non-cr0.
(cr logical patterns): Prefer destructive register allocation.
Update attributes.
(movesi_from_cr): Update attribute.
(mtcrf_operation): Update attribute.
(mtcrfsi): Update attribute.
* config/rs6000/40x.md: New file.
* config/rs6000/603.md: New file.
* config/rs6000/6xx.md: New file.
* config/rs6000/7450.md: New file.
* config/rs6000/7xx.md: New file.
* config/rs6000/mpc.md: New file.
* config/rs6000/power4.md: New file.
* config/rs6000/rios1.md: New file.
* config/rs6000/rios2.md: New file.
* config/rs6000/rs64.md: New file.
[Some DFA descriptions based on work by Michael Hayes]

From-SVN: r62943

21 years agocfgcleanup.c: Include params.h.
Richard Henderson [Sat, 15 Feb 2003 21:06:16 +0000 (13:06 -0800)]
cfgcleanup.c: Include params.h.

        * cfgcleanup.c: Include params.h.
        (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
        too many outgoing edges from a block.
        * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
        * params.def (max-crossjump-edges): New.
        * doc/invoke.texi: Document it.

From-SVN: r62942

21 years agorecog.c (split_all_insns): Include new blocks in life update; do a global life update.
Richard Henderson [Sat, 15 Feb 2003 21:01:48 +0000 (13:01 -0800)]
recog.c (split_all_insns): Include new blocks in life update; do a global life update.

        * recog.c (split_all_insns): Include new blocks in life update;
        do a global life update.

From-SVN: r62941

21 years agosearch.c: ANSIfy function declarations and definitions.
Nathan Sidwell [Sat, 15 Feb 2003 18:03:22 +0000 (18:03 +0000)]
search.c: ANSIfy function declarations and definitions.

* search.c: ANSIfy function declarations and definitions.
* cp-tree.h (lookup_field, lookup_member): Last parameter is a bool.
* call.c (build_method_call, resolve_scoped_fn_name,
build_java_interface_fn_ref): Adjust lookup_field, lookup_member
calls.
* class.c (handle_using_decl): Likewise.
* decl.c (make_typename_type, make_unmound_class_template,
start_decl, compute_array_index_type): Likewise.
* decl2.c (build_expr_from_tree, build_call_from_tree): Likewise.
* init.c (expand_member_init, build_member_call): Likewise.
* pt.c (tsubst_copy, tsubst_copy_and_build, do_decl_instantiation,
resolve_typename_type): Likewise.
* typeck.c (lookup_destructor, finish_class_member_access_exprm
build_prememfunc_access_expr): Likewise.

From-SVN: r62939

21 years agolibjava.exp (test_libjava_from_javac): Use regsub not string map.
Mark Wielaard [Sat, 15 Feb 2003 16:39:28 +0000 (16:39 +0000)]
libjava.exp (test_libjava_from_javac): Use regsub not string map.

       * lib/libjava.exp (test_libjava_from_javac): Use regsub not string map.
       * libjava.mauve/mauve.exp (mauve_compute_uses): Likewise.
       (test_mauve): Likewise.

From-SVN: r62937

21 years ago2003-02-15 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 15 Feb 2003 13:26:26 +0000 (13:26 +0000)]
2003-02-15  Michael Koch  <konqueror@gmx.de>

* java/awt/datatransfer/DataFlavor.java
(isRepresentationClassByteBuffer): Removed try-catch block.
(isRepresentationClassCharBuffer): Removed try-catch block.
(isRepresentationClassReader): Removed try-catch block.

From-SVN: r62935

21 years ago2003-02-15 Jesse Rosenstock <jmr@ugcs.caltech.edu>
Jesse Rosenstock [Sat, 15 Feb 2003 09:39:51 +0000 (09:39 +0000)]
2003-02-15  Jesse Rosenstock  <jmr@ugcs.caltech.edu>

* java/nio/charset/Charset.java
(isRegistered): Fixed method args and implementation.
* java/nio/charset/CharsetEncoder.java
(unmappableCharacterAction): New method.

From-SVN: r62934

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

* java/awt/CheckboxMenuItem.java
(CheckBoxMenuItem): Dont implement Serializable.
(getListeners): New method,
(getItemListeners): New method.
* java/awt/Choice.java
(getListeners): New method,
(getItemListeners): New method.
* java/awt/Container.java
(getListeners): Added exception documentation.
(setFocusTraversalKeys): Throw exceptions, added documentattion.
(getFocusTraversalKeys): Added documentation.
(areFocusTraversalKeysSet): Added documentation.
(applyComponentOrientation): Added documentation.
* java/awt/ContainerOrderFocusTraversalPolicy.java
(implicitDownCycleTraversal): Renamed from downCycle for
serialization.
(ContainerOrderFocusTraversalPolicy): Added documentation.
(accept): Reformated.
* java/awt/Dialog.java
(Dialog): Dont implement Serializable.
(Dialog): Added documentation.
* java/awt/Font.java
(Font): Dont use absolute class name.
* java/awt/Frame.java
(Frame): Font implement Serializable.
* java/awt/List.java
(getListeners): New method,
(getActionListeners): New method.
(getItemListeners): New method.
* java/awt/Menu.java
(countItems): New deprecated method.
* java/awt/Scrollbar.java
(getListeners): New method,
(getAdjustmentListeners): New method,
* java/awt/TextComponent.java
(getListeners): New method,
(getTextListeners): New method,
* java/awt/TextField.java
(getListeners): New method,
(getActionListeners): New method.
* java/awt/Window.java
(windowFocusListener): New member variable.
(windowStateListener): New member variable.
(getWindowFocusListeners): New method.
(getWindowStateListeners): New method.
(addWindowFocusListener): New method.
(addWindowStateListener): New method.
(removeWindowFocusListener): New method.
(removeWindowStateListener): New method.
* java/awt/datatransfer/DataFlavor.java
(isRepresentationClassByteBuffer): New method.
(isRepresentationClassCharBuffer): New method.
(isRepresentationClassReader): New method.

From-SVN: r62933

21 years agomingw32.h (LIBGCC_SPEC): Add libmingwex.a.
Danny Smith [Sat, 15 Feb 2003 04:58:22 +0000 (04:58 +0000)]
mingw32.h (LIBGCC_SPEC): Add libmingwex.a.

* config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
Update copyright.
* config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a, for
-mno-cygwin case.

From-SVN: r62932

21 years agoDaily bump.
GCC Administrator [Sat, 15 Feb 2003 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62931

21 years agore PR rtl-optimization/7702 (gcc-3.2 optimization problem on a DEC alpha under OSF1)
Falk Hueffner [Fri, 14 Feb 2003 22:23:48 +0000 (14:23 -0800)]
re PR rtl-optimization/7702 (gcc-3.2 optimization problem on a DEC alpha under OSF1)

        PR optimization/7702
        * reload1.c (reload_cse_simplify_set): Honor
        CANNOT_CHANGE_MODE_CLASS.

From-SVN: r62921

21 years agolibjava.exp (test_libjava_from_javac): Don't create .o files containing $ characters...
Mark Wielaard [Fri, 14 Feb 2003 22:17:00 +0000 (22:17 +0000)]
libjava.exp (test_libjava_from_javac): Don't create .o files containing $ characters and always quote class files with...

       * lib/libjava.exp (test_libjava_from_javac): Don't create .o files
       containing $ characters and always quote class files with "'"s.

From-SVN: r62919

21 years agomn10300.c (mn10300_wide_const_load_uses_clr): New function.
Alexandre Oliva [Fri, 14 Feb 2003 21:47:48 +0000 (21:47 +0000)]
mn10300.c (mn10300_wide_const_load_uses_clr): New function.

* config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
function.
* config/mn10300/mn10300-protos.h: Declare it.
* config/mn10300/mn10300.md (movdi, movdf): Use it to compute
attribute cc of instructions that may use clr.

From-SVN: r62916

21 years agomauve.exp (mauve_compute_uses): Add inner class object files by changing all occuranc...
Mark Wielaard [Fri, 14 Feb 2003 20:36:00 +0000 (20:36 +0000)]
mauve.exp (mauve_compute_uses): Add inner class object files by changing all occurances of $ to ^.

       * libjava.mauve/mauve.exp (mauve_compute_uses): Add inner class
       object files by changing all occurances of $ to ^.
       (test_mauve): Replace ^ with $ for class file names and quote
       them with "'"s.

From-SVN: r62914

21 years agoMakefile.tpl (RANLIB): Define.
Rainer Orth [Fri, 14 Feb 2003 20:35:24 +0000 (20:35 +0000)]
Makefile.tpl (RANLIB): Define.

* Makefile.tpl (RANLIB): Define.
* Makefile.in: Regenerate.

From-SVN: r62913

21 years agoBigDecimal.java (BigDecimal(String)): Always set scale to zero when there is an expon...
Mark Wielaard [Fri, 14 Feb 2003 18:48:50 +0000 (18:48 +0000)]
BigDecimal.java (BigDecimal(String)): Always set scale to zero when there is an exponent and the significant is zero.

       * java/math/BigDecimal.java (BigDecimal(String)): Always set scale to
       zero when there is an exponent and the significant is zero.
       (divide): Always set scale to newScale even in special ZERO case.

From-SVN: r62908

21 years agosimplify-rtx.c (simplify_binary_operation): Simplify ~y when (x - (x & y)) is found.
Kazu Hirata [Fri, 14 Feb 2003 17:50:30 +0000 (17:50 +0000)]
simplify-rtx.c (simplify_binary_operation): Simplify ~y when (x - (x & y)) is found.

* simplify-rtx.c (simplify_binary_operation): Simplify ~y when
(x - (x & y)) is found.

From-SVN: r62906

21 years agoSystem.java (properties): Use Properties.clone.
Tom Tromey [Fri, 14 Feb 2003 17:43:34 +0000 (17:43 +0000)]
System.java (properties): Use Properties.clone.

* java/lang/System.java (properties): Use Properties.clone.
(setProperties): Likewise.

From-SVN: r62903

21 years agoconfigure.in: Fix typo.
Rainer Orth [Fri, 14 Feb 2003 17:28:55 +0000 (17:28 +0000)]
configure.in: Fix typo.

* configure.in: Fix typo.
* configure: Regenerate.

From-SVN: r62902

21 years ago* config/h8300/h8300.md (a peephole2): New.
Kazu Hirata [Fri, 14 Feb 2003 16:22:03 +0000 (16:22 +0000)]
* config/h8300/h8300.md (a peephole2): New.

From-SVN: r62900

21 years agonatServerSocketChannelImpl.cc: Removed.
Michael Koch [Fri, 14 Feb 2003 12:07:31 +0000 (12:07 +0000)]
natServerSocketChannelImpl.cc: Removed.

2003-02-14  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/natServerSocketChannelImpl.cc: Removed.
* gnu/java/nio/ServerSocketChannelImpl.java
(SocketAccept): Removed.
(accept): Commented out use of SocketAccept.

From-SVN: r62898

21 years ago20030213-1.c: Expect warning for unsupported -fpic on cris-*-elf* cris-*-aout* and...
Josef Zlomek [Fri, 14 Feb 2003 09:17:22 +0000 (10:17 +0100)]
20030213-1.c: Expect warning for unsupported -fpic on cris-*-elf* cris-*-aout* and mmix-*-*.

* gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
cris-*-elf* cris-*-aout* and mmix-*-*.

From-SVN: r62896

21 years agore PR rtl-optimization/2391 (Exponential compilation time explosion in combine)
Adam Nemet [Fri, 14 Feb 2003 07:35:44 +0000 (07:35 +0000)]
re PR rtl-optimization/2391 (Exponential compilation time explosion in combine)

        PR opt/2391
        * combine.c: Fix spelling in comment.
        (cached_nonzero_bits): New function.
        (cached_num_sign_bit_copies): New function.
(nonzero_bits_with_known): New macro.
(num_sign_bit_copies_with_known): New macro.
        (nonzero_bits1): Rename from nonzero_bits.  Add three new
arguments.  Change calls from nonzero_bits to
nonzero_bits_with_known.
        (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
three new arguments.  Change calls from num_sign_bit_copies to
num_sign_bit_copies_with_known.
        (nonzero_bits): New macro.
        (num_sign_bit_copies): New macro.
        (update_table_tick): Don't traverse identical subexpression more
than once.
        (get_last_value_validate): Likewise.

From-SVN: r62893

21 years agodecl2.c: Include "timevar.h".
Gabriel Dos Reis [Fri, 14 Feb 2003 06:04:41 +0000 (06:04 +0000)]
decl2.c: Include "timevar.h".

* decl2.c: Include "timevar.h".
(namespace_ancestor): Time name lookup.
(add_using_namespace): Likewise.
(lookup_using_namespace): Likewise.
(qualified_lookup_using_namespace): Likewise.
(decl_namespace): Likewise.
(lookup_arg_dependent): Likewise.
* lex.c (do_identifier): Likewise.
(do_scoped_id): Likewise.
* pt.c (lookup_template_class): Likewise.

From-SVN: r62892

21 years agoemit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
Zack Weinberg [Fri, 14 Feb 2003 05:42:30 +0000 (05:42 +0000)]
emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.

* emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
* function.h (struct emit_status): Length of regno_pointer_align
and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
not regno_pointer_align_length (i.e. length actually used, not
length as allocated)

* config/i386/i386.c (struct stack_local_entry): New.
(struct machine_function): Replace huge array with alist.
(assign_386_stack_local): Change to match.

From-SVN: r62891

21 years agoinclhack.def (hpux_long_double): Tighten select and add bypass regexp.
John David Anglin [Fri, 14 Feb 2003 04:19:03 +0000 (04:19 +0000)]
inclhack.def (hpux_long_double): Tighten select and add bypass regexp.

* inclhack.def (hpux_long_double): Tighten select and add bypass
regexp.
* fixincl.x: Rebuilt.

From-SVN: r62886

21 years agoDaily bump.
GCC Administrator [Fri, 14 Feb 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62885

21 years agoverify.cc (state::seen_subrs): New field.
Tom Tromey [Thu, 13 Feb 2003 23:48:39 +0000 (23:48 +0000)]
verify.cc (state::seen_subrs): New field.

* verify.cc (state::seen_subrs): New field.
(state::state): Initialize it.
(state::clean_subrs): New method.
(state::~state): Call it.
(state::copy): Copy subroutine list.
(state::add_subr): New method.
(state::merge): Only register a change if the current subroutine
hasn't yet been noted.

From-SVN: r62878

21 years agoInputStreamReader.java (getEncoding): Return null when closed.
Mark Wielaard [Thu, 13 Feb 2003 23:28:57 +0000 (23:28 +0000)]
InputStreamReader.java (getEncoding): Return null when closed.

       * java/io/InputStreamReader.java (getEncoding): Return null when
       closed.
       * java/io/OutputStreamWriter.java (getEncoding): Likewise.

From-SVN: r62875

21 years agoInflaterInputStream.java (read): Return zero when len is zero.
Mark Wielaard [Thu, 13 Feb 2003 23:15:20 +0000 (23:15 +0000)]
InflaterInputStream.java (read): Return zero when len is zero.

       * java/util/zip/InflaterInputStream.java (read): Return zero when len
       is zero.

From-SVN: r62872

21 years agoTestcase for http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01017.html
Josef Zlomek [Thu, 13 Feb 2003 23:05:28 +0000 (00:05 +0100)]
Testcase for gcc.gnu.org/ml/gcc-patches/2003-02/msg01017.html

Testcase for http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01017.html
* gcc.dg/20030213-1.c: New test.

From-SVN: r62869

21 years agoBufferedOutputStream.java (write(int)): Only flush when next byte cannot be buffered.
Mark Wielaard [Thu, 13 Feb 2003 22:48:36 +0000 (22:48 +0000)]
BufferedOutputStream.java (write(int)): Only flush when next byte cannot be buffered.

       * java/io/BufferedOutputStream.java (write(int)): Only flush when
       next byte cannot be buffered.

From-SVN: r62867

21 years agoc++config (_GLIBCPP_EXTERN_TEMPLATE): Define.
Benjamin Kosnik [Thu, 13 Feb 2003 21:39:03 +0000 (21:39 +0000)]
c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.

2003-02-13  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.
* include/bits/basic_ios.tcc: Guard use of extern template.
* include/std/std_iomanip.h: Same.
* include/bits/streambuf.tcc: Same.
* include/bits/stl_alloc.h: Same.
* include/bits/locale_facets.tcc: Same.
* include/bits/ostream.tcc: Same.
* include/bits/istream.tcc: Same.
* include/bits/fstream.tcc: Same.
* include/bits/basic_string.tcc: Same.

From-SVN: r62865

21 years ago2003-02-13 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 13 Feb 2003 19:28:32 +0000 (19:28 +0000)]
2003-02-13  Michael Koch  <konqueror@gmx.de>

* java/awt/Label.java
(Label): Don't implement Serializable directly.
(addNotify): Fixed typo in documentation.
* java/awt/List.java
(List): Don't implement Serializable directly.
* java/awt/PopupMenu.java
(PopupMenu): Don't implement Serializable directly.
* java/awt/ScrollPane.java
(ScrollPane): Don't implement Serializable directly.
* java/awt/Scrollbar.java
(Scrollbar): Don't implement Serializable directly.
* java/awt/TextArea.java
(preferredSize): Fixed method arguments.
* java/awt/TextField.java
(TextField): Don't implement Serializable directly.
* java/awt/color/ICC_ColorSpace.java
(fromCIOXYZ): Documentation added.
(getMinValue): Documentation added.
(getMaxValue): Documentation added.
* java/awt/datatransfer/DataFlavor.java
(isMimeTypeEqual): May not be final.
(clone): Throws CloneNotSupportedException.
(getReaderForText): Don't throws UnsupportedEncodingException.

From-SVN: r62863

21 years ago2003-02-13 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 13 Feb 2003 19:26:57 +0000 (19:26 +0000)]
2003-02-13  Michael Koch  <konqueror@gmx.de>

* gnu/java/awt/peer/gtk/GdkGraphics.java
(drawString): New stubbed method.
* java/awt/Graphics.java
(drawString): New method.

From-SVN: r62862

21 years agocfgcleanup.c (outgoing_edges_match): When there is single outgoing edge and block...
Josef Zlomek [Thu, 13 Feb 2003 18:31:40 +0000 (19:31 +0100)]
cfgcleanup.c (outgoing_edges_match): When there is single outgoing edge and block ends with a jump insn it must be...

* cfgcleanup.c (outgoing_edges_match): When there is single outgoing
edge and block ends with a jump insn it must be simple jump.

From-SVN: r62858

21 years agoostream.tcc (sentry::sentry): Improve performance-wise the fix for libstdc++/9563.
Paolo Carlini [Thu, 13 Feb 2003 17:43:58 +0000 (18:43 +0100)]
ostream.tcc (sentry::sentry): Improve performance-wise the fix for libstdc++/9563.

2003-02-13  Paolo Carlini  <pcarlini@unitus.it>

* include/bits/ostream.tcc (sentry::sentry): Improve
performance-wise the fix for libstdc++/9563.

From-SVN: r62855

21 years agoMakefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@.
Daniel Jacobowitz [Thu, 13 Feb 2003 17:23:56 +0000 (17:23 +0000)]
Makefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@.

* Makefile.in (PREPROCESSOR_DEFINES): Add
@TARGET_SYSTEM_ROOT_DEFINE@.
* configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
is specified or if building a cross compiler.
(TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
if the sysroot is under $exec_prefix.
* configure: Regenerated.
* cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
defined.
(struct default_include): Add add_sysroot field.
(cpp_SYSROOT): Declare.
* cppdefault.c (cpp_include_defaults): Fill in add_sysroot
field.
(cpp_SYSROOT): New variable.
* cppinit.c (cpp_create_reader): Initialize
CPP_OPTION (pfile, sysroot).
(init_standard_includes): Handle add_sysroot.  Do not
add unrelocated copies of relocated directories.
(COMMAND_LINE_OPTIONS): Add -isysroot.
(cpp_handle_option): Handle -isysroot.
* cpplib.h (struct cpp_options): Add sysroot member.
* gcc.c (The Specs Language): Update description of %I.
(target_system_root_changed): New variable.
(process_command): Conditionalize make_relative_prefix call
on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
target_system_root_changed.
(do_spec_1): Add -isysroot to %I.
* doc/invoke.texi (Spec Files): Update description of %I.
* doc/install.texi (--with-sysroot): Update comment about
relocation.

From-SVN: r62853

21 years agore PR c++/7612 (Memory leaks in cplus-dem.c)
Daniel Jacobowitz [Thu, 13 Feb 2003 17:21:20 +0000 (17:21 +0000)]
re PR c++/7612 (Memory leaks in cplus-dem.c)

Fix PR c++/7612.
* cplus-dem.c (demangle_signature): Call string_delete.
Remove extra string_init.
(demangle_arm_hp_template): Call string_delete instead of
string_clear.  Add missing string_delete call.
(demangle_qualified): Add missing string_delete call.
(do_type): Remove unused variable btype.  Add missing string_delete
call.  Call string_delete instead of string_clear.
(demangle_fund_type): Move variable btype inside of the switch
statement.  Add missing string_delete call.
(do_arg): Call string_delete instead of string_clear.  Remove extra
string_init.
(demangle_nested_args): Free work->previous_argument.

From-SVN: r62852

21 years agore PR libgcj/9271 (Severe bias in java.security.SecureRandom)
Casey Marshall [Thu, 13 Feb 2003 17:00:22 +0000 (17:00 +0000)]
re PR libgcj/9271 (Severe bias in java.security.SecureRandom)

2003-02-13  Casey Marshall  <rsdio@metastatic.org>

PR libgcj/9271:
* java/security/SecureRandom.java (next): Avoid bias in results.

From-SVN: r62851

21 years agoxfails: Added entries for an unimplemented Class method.
Tom Tromey [Thu, 13 Feb 2003 16:36:57 +0000 (16:36 +0000)]
xfails: Added entries for an unimplemented Class method.

* libjava.mauve/xfails: Added entries for an unimplemented Class
method.

From-SVN: r62843

21 years ago* config/h8300/h8300.md (a peephole2): New.
Kazu Hirata [Thu, 13 Feb 2003 16:33:00 +0000 (16:33 +0000)]
* config/h8300/h8300.md (a peephole2): New.

From-SVN: r62842

21 years ago2003-02-13 Michael <konqueror@gmx.de>
Michael Koch [Thu, 13 Feb 2003 15:12:36 +0000 (15:12 +0000)]
2003-02-13  Michael  <konqueror@gmx.de>

* gnu/java/nio/FileChannelImpl.java
(lengthInternal): Must be native.
(size): Check if channel is already closed.
(implCloseChannel): Reformated.
(read): w was unused, removed it.
(read): Removed.
(read): New method.
(write): New method.
(map): Check arguments.
(force): Throws IOException, check if channel is closed.
(transferTo): New method.
(transferFrom): New method.
(lock): New method.
(tryLock): New method.
(position): New method.
(truncate): New method.
(nio_mmap_file): Uncommented.
(nio_munmap_file): Uncommented.
(nio_msync): Uncommented.
* gnu/java/nio/natFileChannelImpl.cc: New file.

From-SVN: r62841

21 years agoinstall.texi (Specific): Update three SCO-related URLs.
Robert Lipe [Thu, 13 Feb 2003 14:16:45 +0000 (14:16 +0000)]
install.texi (Specific): Update three SCO-related URLs.

* doc/install.texi (Specific): Update three SCO-related URLs.

Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
From-SVN: r62840

21 years agocgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
Andreas Schwab [Thu, 13 Feb 2003 12:28:26 +0000 (12:28 +0000)]
cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.

* cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
Parenthesize properly.
(NPREDECESORS): Parenthesize properly.

From-SVN: r62838

21 years ago2003-02-13 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 13 Feb 2003 11:37:10 +0000 (11:37 +0000)]
2003-02-13  Michael Koch  <konqueror@gmx.de>

* java/nio/ByteBuffer.java
(endian): New member variable.
(get): New methods.
(equals): New method.
(compareTo): New method.
(order): New methods.
(compact): New method.
(isDirect): New method.
(slice): New method.
(duplicate): New method.
(asReadOnlyBuffer): New method.
(asCharBuffer): New method.
(asDoubleBuffer): New method.
(asFloatBuffer): New method.
(asIntBuffer): New method.
(asLongBuffer): New method.
(asShortBuffer): New method.
(get*): New methods.
(put*): New methods.
(toString): New method.
* java/nio/CharBuffer.java
(CharBuffer): Implement Comparable instead of Cloneable.
(get): May not be final.
(put): May not be final.

From-SVN: r62836

21 years agoNameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of indexOf...
Ranjit Mathew [Thu, 13 Feb 2003 09:33:18 +0000 (09:33 +0000)]
NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of indexOf( ) to find the colon before the line...

2002-02-13  Ranjit Mathew  <rmathew@hotmail.com>

       * gnu/gcj/runtime/NameFinder.java (createStackTraceElement): Use
       lastIndexOf( ) instead of indexOf( ) to find the colon before
       the line number, because Win32 file names might contain a
       drive letter and a colon at the start of an absolute path.

From-SVN: r62834

21 years ago2003-02-13 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 13 Feb 2003 08:50:52 +0000 (08:50 +0000)]
2003-02-13  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/natSocketChannelImpl.cc
(SocketConnect): This is not implemented yet.
(SocketBind): This is not implemented yet.

From-SVN: r62833

21 years agonatByteBufferImpl.cc, [...]: Added copyright and license.
Michael Koch [Thu, 13 Feb 2003 08:40:35 +0000 (08:40 +0000)]
natByteBufferImpl.cc, [...]: Added copyright and license.

2003-02-13  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/natByteBufferImpl.cc,
gnu/java/nio/natCharBufferImpl.cc,
gnu/java/nio/natDoubleBufferImpl.cc,
gnu/java/nio/natFloatBufferImpl.cc,
gnu/java/nio/natIntBufferImpl.cc,
gnu/java/nio/natLongBufferImpl.cc,
gnu/java/nio/natShortBufferImpl.cc:
Added copyright and license.
* java/nio/DoubleBuffer.java,
java/nio/FloatBuffer.java,
java/nio/IntBuffer.java,
java/nio/LongBuffer.java,
java/nio/ShortBuffer.java
(array): Throw exceptions.
(arrayOffset): Throw exceptions.

From-SVN: r62832

21 years agoImprove previous fix.
Gabriel Dos Reis [Thu, 13 Feb 2003 08:10:27 +0000 (08:10 +0000)]
Improve previous fix.

From-SVN: r62831

21 years agodecl.c: (define_label): Fix warning for return 0 instead of NULL.
Andrew Pinski [Thu, 13 Feb 2003 08:02:39 +0000 (08:02 +0000)]
decl.c: (define_label): Fix warning for return 0 instead of NULL.

2003-02-14   Andrew Pinski <pinskia@physics.uc.edu>

        * decl.c: (define_label): Fix warning for return 0 instead of NULL.

From-SVN: r62828

21 years agoFileBasedFactory.java, [...]: New files, all merged from classpath.
Michael Koch [Thu, 13 Feb 2003 07:45:58 +0000 (07:45 +0000)]
FileBasedFactory.java, [...]: New files, all merged from classpath.

2003-02-13  Michael Koch  <konqueror@gmx.de>

* gnu/java/util/prefs/FileBasedFactory.java,
gnu/java/util/prefs/MemmoryBasedFactory.java,
gnu/java/util/prefs/MemoryBasedPreferences.java,
gnu/java/util/prefs/NodeReader.java,
gnu/java/util/prefs/NodeWriter.java,
java/util/prefs/AbstractPreferences.java,
java/util/prefs/BackingStoreException.java,
java/util/prefs/InvalidPreferencesFormatException.java,
java/util/prefs/NodeChangeEvent.java,
java/util/prefs/NodeChangeListener.java,
java/util/prefs/PreferenceChangeEvent.java,
java/util/prefs/PreferenceChangeListener.java,
java/util/prefs/Preferences.java,
java/util/prefs/PreferencesFactory.java:
New files, all merged from classpath.
* Makefile.am
(ordinary_java_source_files): Added the following files:
gnu/java/util/prefs/FileBasedFactory.java,
gnu/java/util/prefs/MemmoryBasedFactory.java,
gnu/java/util/prefs/MemoryBasedPreferences.java,
gnu/java/util/prefs/NodeReader.java,
gnu/java/util/prefs/NodeWriter.java,
(core_java_source_files): Added the following files:
java/util/prefs/AbstractPreferences.java,
java/util/prefs/BackingStoreException.java,
java/util/prefs/InvalidPreferencesFormatException.java,
java/util/prefs/NodeChangeEvent.java,
java/util/prefs/NodeChangeListener.java,
java/util/prefs/PreferenceChangeEvent.java,
java/util/prefs/PreferenceChangeListener.java,
java/util/prefs/Preferences.java,
java/util/prefs/PreferencesFactory.java
* Makefile.in: Regenerated.

From-SVN: r62827

21 years agoMoved ChangeLog entry into correct ChangeLog file
Michael Koch [Thu, 13 Feb 2003 07:36:10 +0000 (07:36 +0000)]
Moved ChangeLog entry into correct ChangeLog file

From-SVN: r62825

21 years ago2003-02-13 Michael Koch <konqueror@gmx.de>
Michael Koch [Thu, 13 Feb 2003 07:33:40 +0000 (07:33 +0000)]
2003-02-13  Michael Koch  <konqueror@gmx.de>

* java/net/NetPermission.java
(NetPermission): Make doucmentation match the method declaration.
* java/net/NetworkInterface.java
(equals): Reformated for GNU coding style.
* java/net/ServerSocket.java: Merged with classpath.
* java/net/Socket.java: Partly merged with classpath (Added some @since).
* java/net/SocketImpl.java
(localPort): Merged with classpath (initialize with -1).
* java/net/SocketPermission.java: Merged with classpath (reindented).
* java/net/URLDecoder.java: Merged with classpath (reindented).

From-SVN: r62824

21 years agoGridBagConstraints.java (FIRST_LINE_ENT, [...]): New constants.
Michael Koch [Thu, 13 Feb 2003 07:02:12 +0000 (07:02 +0000)]
GridBagConstraints.java (FIRST_LINE_ENT, [...]): New constants.

2003-02-13  Michael Koch  <konqueror@gmx.de>

* java/awt/GridBagConstraints.java
(FIRST_LINE_ENT, FIRST_LINE_START, LAST_LINE_END, LAST_LINE_START,
LINE_END, LINE_START, PAGE_END, PAGE_START): New constants.
* java/awt/KeyboardFocusManager.java
(setGlobalCurrentFocusCycleRoot): Must be public.
* java/awt/MenuComponent.java
(MenuComponent): Must be public.
* java/awt/Toolkit.java:
Added some empty lines to make documentation more readable.
(getFontPeer): Added @deprecated.
(getColorModel): Added exception documentation.
(getProperty): Fixed documentation.

From-SVN: r62822

21 years agotimevar.h (POP_TIMEVAR_AND_RETURN): New macro.
Gabriel Dos Reis [Thu, 13 Feb 2003 04:57:20 +0000 (04:57 +0000)]
timevar.h (POP_TIMEVAR_AND_RETURN): New macro.

* timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
cp/
* decl.c: Include "timevar.h".
(poplevel): Time name lookup.
(find_binding): Likewise.
(push_namespace): Likewise.
(pop_nested_namespace): Likewise.
(store_bindings): Likewise.
(maybe_push_to_top_level): Likewise.
(pop_from_top_level): Likewise.
(push_local_name): Likewise.
(pushtag): Likewise.
(pushdecl): Likewise.
(pushdecl_with_scope): Likewise.
(pushdecl_namespace_level): Likewise.
(pushdecl_top_level): Likewise.
(pushdecl_class_level): Likewise.
(push_class_level_binding): Likewise.
(push_using_decl): Likewise.
(push_using_directive): Likewise.
(push_overloaded_decl): Likewise.
(lookup_label): Likewise.
(define_label): Likewise.
(lookup_tag): Likewise.
(lookup_tag_reverse): Likewise.
(lookup_namespace_name): Likewise.
(select_decl): Likewise.
(unqualified_namespace_lookup): Likewise.
(lookup_name_real): Likewise.
(lookup_name_current_level): Likewise.
(lookup_type_current_level): Likewise.
(maybe_inject_for_scope_var): Likewise.
(xref_tag): Likewise.

* Make-lang.in (cp/decl.o): Add dependency on timevar.h

From-SVN: r62819

21 years agoatomicity.h (_Atomic_add_mutex): Fix declaration.
Phil Edwards [Thu, 13 Feb 2003 04:02:20 +0000 (04:02 +0000)]
atomicity.h (_Atomic_add_mutex): Fix declaration.

2003-02-12  Phil Edwards  <pme@gcc.gnu.org>

* config/cpu/generic/atomicity.h (_Atomic_add_mutex):  Fix declaration.
(_GLIBCPP_NEED_GENERIC_MUTEX):  Define for this file.
(_Atomic_add_mutex_once, __gthread_atomic_add_mutex_once):  Declare
when we don't have static mutex initialization.
(__exchange_and_add):  Use _Atomic_add_mutex_once.
* src/misc-inst.cc:  Definitions of all the above.

From-SVN: r62818

21 years agodecl.c (build_enumerator): Remove unneeded test.
Phil Edwards [Thu, 13 Feb 2003 03:50:18 +0000 (03:50 +0000)]
decl.c (build_enumerator): Remove unneeded test.

2003-02-12  Phil Edwards  <pme@gcc.gnu.org>

* decl.c (build_enumerator):  Remove unneeded test.

From-SVN: r62817

21 years agoi386.md (UNSPEC_FPATAN): New UNSPEC constant.
Roger Sayle [Thu, 13 Feb 2003 03:09:45 +0000 (03:09 +0000)]
i386.md (UNSPEC_FPATAN): New UNSPEC constant.

* config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
(atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.

* reg-stack.c (subst_stack_regs_pat): Add support for binary
UNSPEC instructions (e.g. "fpatan").

* gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
* gcc.dg/i386-387-2.c: Likewise.

From-SVN: r62816

21 years agoconfigure.host (alpha*-*): Default to -mieee.
Jeff Sturm [Thu, 13 Feb 2003 02:51:26 +0000 (02:51 +0000)]
configure.host (alpha*-*): Default to -mieee.

* configure.host (alpha*-*): Default to -mieee.
* configure.in (IEEESPEC): New.
* libgcj.spec.in (jc1): Add IEEESPEC.
* configure: Rebuild.

From-SVN: r62815

21 years agoacconfig.h: New file.
Kaveh R. Ghazi [Thu, 13 Feb 2003 01:54:07 +0000 (01:54 +0000)]
acconfig.h: New file.

* acconfig.h: New file.  Add uintptr_t.
* config.in: Regenerated.

From-SVN: r62811

21 years agovarray.c (element_size): Remove.
Mike Stump [Thu, 13 Feb 2003 00:41:28 +0000 (00:41 +0000)]
varray.c (element_size): Remove.

* varray.c (element_size): Remove.
(uses_ggc): Remove.
(element): Add.
(varray_init): Use new interface.
(varray_grow): Use new interface.
(varray_clear): Use new interface.

From-SVN: r62810

21 years agoDaily bump.
GCC Administrator [Thu, 13 Feb 2003 00:17:06 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r62809

21 years agowin32.h: Include ws2tcpip.h instead of winsock.h to obtain definition of the socklen_...
Ranjit Mathew [Thu, 13 Feb 2003 00:07:37 +0000 (00:07 +0000)]
win32.h: Include ws2tcpip.h instead of winsock.h to obtain definition of the socklen_t type.

2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>

* include/win32.h: Include ws2tcpip.h instead of
winsock.h to obtain definition of the socklen_t type.
Remove IP_TOS definition - not needed with ws2tcpip.h
(_Jv_connect): Correct slight formatting error.

From-SVN: r62801

21 years agoppc-spe.c: Fix formatting.
Aldy Hernandez [Wed, 12 Feb 2003 23:54:32 +0000 (23:54 +0000)]
ppc-spe.c: Fix formatting.

2003-02-12  Aldy Hernandez  <aldyh@redhat.com>

        * testsuite/gcc.dg/ppc-spe.c: Fix formatting.
        Enable tests that were previously unsupported by gas.
        Delete tests for instructions that no longer exist.
        Switch arguments on evsubifw builtin.

From-SVN: r62798

21 years agospe.h: Add casts to the arguments of the following macros...
Aldy Hernandez [Wed, 12 Feb 2003 23:49:30 +0000 (23:49 +0000)]
spe.h: Add casts to the arguments of the following macros...

2003-02-12  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.h: Add casts to the arguments of the following
        macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
        evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
        evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
        __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
        __ev_get_u16, __ev_get_s16.

From-SVN: r62797

21 years agojni.cc (_Jv_LookupJNIMethod): Modify to accept the size of the arguments for a JNI...
Ranjit Mathew [Wed, 12 Feb 2003 23:40:31 +0000 (23:40 +0000)]
jni.cc (_Jv_LookupJNIMethod): Modify to accept the size of the arguments for a JNI function.

2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>

* jni.cc (_Jv_LookupJNIMethod): Modify to accept the
size of the arguments for a JNI function. For Win32,
modify to search for all forms of possible exported
names of an stdcall JNI function.
(_Jv_JNIMethod::call): Modify to calculate the size
of the arguments passed to a JNI function and pass
it to _Jv_LookupJNIMethod.

From-SVN: r62796

21 years agodecl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to reflect the...
Ranjit Mathew [Wed, 12 Feb 2003 23:39:50 +0000 (23:39 +0000)]
decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to reflect the change in signature of...

2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>

* decl.c (java_init_decl_processing): Change
soft_lookupjnimethod_node to reflect the change in
signature of _Jv_LookupJNIMethod in libjava/jni.cc
* expr.c (build_jni_stub): Calculate and pass the size
on the stack of the arguments to a JNI function. Use
new target macro MODIFY_JNI_METHOD_CALL to allow a
target to modify the call to a JNI method.

From-SVN: r62795

21 years ago* config/h8300/h8300.md (a peephole2): New.
Kazu Hirata [Wed, 12 Feb 2003 23:32:21 +0000 (23:32 +0000)]
* config/h8300/h8300.md (a peephole2): New.

From-SVN: r62792

21 years agoMakefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
Jan Hubicka [Wed, 12 Feb 2003 21:48:59 +0000 (22:48 +0100)]
Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time

* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
(OBJS): Add callgraph.o
(callgraph.o): New.
* c-decl.c (expand_body_1): Break out from ...
(expand_body): This one;  change calling convention
(finish_function): Move some of expand_body logic here.
(c_expand_deferred_function): Update call of expand_body
(c_expand_stmt): Use c_expand_body_1.
* c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
* c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
* c-tree.h (c_expand_body): Declare.
* callgraph.c: New file.
* flags.h (flag_unit_at_a_time): Declare.
* langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
* langhooks.h (struct lang_hooks_for_callgraph): New.
(struct lang_hooks): Add callgraph field.
* toplev.c (flag_unit_at_a_time): New.
(lang_independent_options): Add flag_unit_at_a_time.
(process_options): Disable unit-at-a-time mode for frontends not
supporting callgraph.
* tree-inline.c (typedef struct inline_data): Add "decl"
(expand_call_inline): Update callgraph.
(optimize_inline_calls): Set id.decl.
* tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
cgraph_calls_p): Declare.
* invoke.texi (-funit-at-a-time): Document

From-SVN: r62789

21 years agospe.h: Fix misc formatting.
Aldy Hernandez [Wed, 12 Feb 2003 20:25:38 +0000 (20:25 +0000)]
spe.h: Fix misc formatting.

2003-02-12  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.h: Fix misc formatting.
        (__ev_create_ufix32_fs): Cast ev argument.
        (__ev_create_sfix32_fs): Same.
        (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
        (__ev_get_ufix32_fs_internal): Same.

From-SVN: r62788

21 years agoparser.c (cp_parser_postfix_expression): Set idk properly for object->scope::member.
Jason Merrill [Wed, 12 Feb 2003 20:02:40 +0000 (15:02 -0500)]
parser.c (cp_parser_postfix_expression): Set idk properly for object->scope::member.

        * parser.c (cp_parser_postfix_expression): Set idk properly for
        object->scope::member.

From-SVN: r62784

21 years agore PR libstdc++/9563 (ostream::sentry returns true after a failed preparation)
Paolo Carlini [Wed, 12 Feb 2003 19:39:19 +0000 (20:39 +0100)]
re PR libstdc++/9563 (ostream::sentry returns true after a failed preparation)

2003-02-12  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/9563
* include/bits/ostream.tcc (sentry::sentry): Check
the state of the stream after the preparation.
* testsuite/27_io/ostream_sentry.cc (test02): Add.

From-SVN: r62779

21 years agotm.texi (MODIFY_JNI_METHOD_CALL): Document.
Ranjit Mathew [Wed, 12 Feb 2003 18:39:35 +0000 (18:39 +0000)]
tm.texi (MODIFY_JNI_METHOD_CALL): Document.

2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>

* doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
* config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.

From-SVN: r62776

21 years agocpplib.c (do_include_common): Move warnings for #include_next and #import out to...
Zack Weinberg [Wed, 12 Feb 2003 17:01:53 +0000 (17:01 +0000)]
cpplib.c (do_include_common): Move warnings for #include_next and #import out to callers.

* cpplib.c (do_include_common): Move warnings for
#include_next and #import out to callers.  Use early-return
instead of nested ifs.  Don't do check_eol here.
(parse_include): Do check_eol here with the rest of the
parsing stuff.
(do_include_next, do_import): Now handle warnings.

From-SVN: r62772

21 years ago* doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
Gerald Pfeifer [Wed, 12 Feb 2003 15:06:40 +0000 (16:06 +0100)]
* doc/install.texi (Specific): Update AVR- and Darwin-related URLs.

From-SVN: r62767

21 years ago20030209-1.c: Disable the test if STACK_SIZE is too small.
Kazu Hirata [Wed, 12 Feb 2003 14:33:24 +0000 (14:33 +0000)]
20030209-1.c: Disable the test if STACK_SIZE is too small.

* gcc.c-torture/execute/20030209-1.c: Disable the test if
STACK_SIZE is too small.

From-SVN: r62766

21 years ago* predict.c (estimate_probability): Fix roundoff error.
Jan Hubicka [Wed, 12 Feb 2003 14:23:20 +0000 (15:23 +0100)]
* predict.c (estimate_probability):  Fix roundoff error.

From-SVN: r62765

21 years agoh8300.md (a peephole2): Don't handle 65535.
Kazu Hirata [Wed, 12 Feb 2003 14:10:21 +0000 (14:10 +0000)]
h8300.md (a peephole2): Don't handle 65535.

* config/h8300/h8300.md (a peephole2): Don't handle 65535.
(two peephole2): New.

From-SVN: r62764

21 years agoh8300.md (several peephole2): Replace find_regno_note with peep2_reg_dead_p.
Kazu Hirata [Wed, 12 Feb 2003 13:57:56 +0000 (13:57 +0000)]
h8300.md (several peephole2): Replace find_regno_note with peep2_reg_dead_p.

* config/h8300/h8300.md (several peephole2): Replace
find_regno_note with peep2_reg_dead_p.

From-SVN: r62763