OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago2004-07-11 Phil Edwards <phil@codesourcery.com>
pme [Sun, 11 Jul 2004 07:46:21 +0000 (07:46 +0000)]
2004-07-11  Phil Edwards  <phil@codesourcery.com>

* acinclude.m4:  Cosmetic shell syntax fixes.
* configure.ac:  Bring comment inline with reality.
* configure.host:  Both of the above.  Move 'arm' case to right
place in host_cpu switch.
* aclocal.m4, configure:  Regenerate.

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

19 years ago2004-07-11 Phil Edwards <phil@codesourcery.com>
pme [Sun, 11 Jul 2004 05:43:45 +0000 (05:43 +0000)]
2004-07-11  Phil Edwards  <phil@codesourcery.com>

* configure.ac:  Alphabetize --enable-checking list, add
missing valgrind entry.
* configure:  Regenerate.

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

19 years ago2004-07-11 Phil Edwards <phil@codesourcery.com>
pme [Sun, 11 Jul 2004 05:36:40 +0000 (05:36 +0000)]
2004-07-11  Phil Edwards  <phil@codesourcery.com>

* doc/install.texi (Testing):  Fix syntax in "make check" example.

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

19 years ago * decl2.c (import_export_class): Never export/import vtables
mrs [Sun, 11 Jul 2004 05:13:12 +0000 (05:13 +0000)]
    * decl2.c (import_export_class): Never export/import vtables
        with inline key functions.

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

19 years agoFix typo that breaks int to double conversions.
wilson [Sun, 11 Jul 2004 03:01:43 +0000 (03:01 +0000)]
Fix typo that breaks int to double conversions.
* config/gofast.h (gofast_maybe_init_libfuncs): Use SImode for litodp.

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

19 years ago PR rtl-optimization/16001
rakdver [Sun, 11 Jul 2004 02:52:54 +0000 (02:52 +0000)]
PR rtl-optimization/16001
* loop-iv.c (iv_number_of_iterations): Prevent copy propagation in
niter_expr.

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

19 years ago * config/darwin.h (LINK_COMMAND_SPEC): Don't call c++filt.
geoffk [Sun, 11 Jul 2004 00:23:39 +0000 (00:23 +0000)]
* config/darwin.h (LINK_COMMAND_SPEC): Don't call c++filt.

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

19 years agoDaily bump.
gccadmin [Sun, 11 Jul 2004 00:16:12 +0000 (00:16 +0000)]
Daily bump.

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

19 years agofortran/
tobi [Sat, 10 Jul 2004 23:50:28 +0000 (23:50 +0000)]
fortran/
* trans-decl.c (gfc_create_module_variable): Nothing to do if
symbol is in common, because we ...
(gfc_generate_module_vars): Call gfc_trans_common.

testsuite/
* gfortran.fortran-torture/execute/common_2.f90: Add check for
access to common var from module.

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

19 years agoPR fortran/16336
tobi [Sat, 10 Jul 2004 22:59:58 +0000 (22:59 +0000)]
PR fortran/16336
* gfortran.fortran-torture/execute/common_2.f90: New test.

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

19 years ago * trans-array.c (gfc_build_null_descriptor): New function.
pbrook [Sat, 10 Jul 2004 22:55:40 +0000 (22:55 +0000)]
* trans-array.c (gfc_build_null_descriptor): New function.
(gfc_trans_static_array_pointer): Use it.
* trans-array.h (gfc_build_null_descriptor): Add prototype.
* trans-expr.c (gfc_conv_structure): Handle array pointers.
testsuite/
* gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.

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

19 years agoPR fortran/16336
tobi [Sat, 10 Jul 2004 22:37:16 +0000 (22:37 +0000)]
PR fortran/16336
* decl.c (gfc_match_save): Use-associated common block
doesn't collide.
* gfortran.h (gfc_common_head): Add new field 'name'.
Fix typo in comment after #endif.
* match.c (gfc_get_common): Add new argument from_common,
mangle name if flag is set, fill in new field in structure
gfc_common_head.
(match_common): Set new arg in call to gfc_get_common,
use-associated common block doesn't collide.
* match.h (gfc_get_common): Adapt prototype.
* module.c (load_commons): Set new arg in call to
gfc_get_common.
* symbol.c (free_common_tree): New function.
(gfc_free_namespace): Call new function.
* trans-common.c (several functions): Remove argument
'name', use name from gfc_common_head instead.

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

19 years ago* trans-decl.c (generate_local_decl): Remove workaround obsoleted
tobi [Sat, 10 Jul 2004 22:31:18 +0000 (22:31 +0000)]
* trans-decl.c (generate_local_decl): Remove workaround obsoleted
by fix for PR 15481.

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

19 years ago* parse.c (decode_statement): Fix matching of BLOCK DATA.
tobi [Sat, 10 Jul 2004 21:52:20 +0000 (21:52 +0000)]
* parse.c (decode_statement): Fix matching of BLOCK DATA.

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

19 years ago * doc/contrib.texi (Contributors): Add gfortran contributors and
gerald [Sat, 10 Jul 2004 21:11:54 +0000 (21:11 +0000)]
* doc/contrib.texi (Contributors): Add gfortran contributors and
fix a couple of typos.

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

19 years ago * calls.c (check_sibcall_argument_overlap_1): Handle pointers
rakdver [Sat, 10 Jul 2004 20:35:47 +0000 (20:35 +0000)]
* calls.c (check_sibcall_argument_overlap_1): Handle pointers
to incoming args space correctly.

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

19 years ago * pa.c (output_indirect_call): Only use %r2 as the link register in
danglin [Sat, 10 Jul 2004 20:15:44 +0000 (20:15 +0000)]
* pa.c (output_indirect_call): Only use %r2 as the link register in
indirect calls with the long PA 2.0 pc-relative branch.

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

19 years ago * config/i386/i386.c (override_options): Pick a 64-bit CPU
drow [Sat, 10 Jul 2004 19:01:40 +0000 (19:01 +0000)]
* config/i386/i386.c (override_options): Pick a 64-bit CPU
for the default tuning if TARGET_64BIT.

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

19 years ago * builtins.c (std_gimplify_va_arg_expr): Widen align/boundary
rth [Sat, 10 Jul 2004 18:47:36 +0000 (18:47 +0000)]
    * builtins.c (std_gimplify_va_arg_expr): Widen align/boundary
        to HOST_WIDE_INT.  Fold pad-args-down arithmetic.

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

19 years agoPR fortran/15969
tobi [Sat, 10 Jul 2004 17:54:35 +0000 (17:54 +0000)]
PR fortran/15969
* gfortran.fortran-torture/execute/der_init_5.f90: New test.

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

19 years agoPR fortran/15969
tobi [Sat, 10 Jul 2004 17:30:40 +0000 (17:30 +0000)]
PR fortran/15969
* trans-expr.c (gfc_conv_structure): Handle initialization
of scalar pointer components.

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

19 years agoPR fortran/16336
tobi [Sat, 10 Jul 2004 16:26:05 +0000 (16:26 +0000)]
PR fortran/16336
* match.c (match_common): Fix error reporting for used common.

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

19 years ago2004-07-10 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 10 Jul 2004 16:04:57 +0000 (16:04 +0000)]
2004-07-10  Bryce McKinlay  <mckinlay@redhat.com>

        * testsuite/libjava.jacks/jacks.xfail: Updates to reflect current
        status. 21 xfail's removed, 1 added.

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

19 years ago004-07-10 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 10 Jul 2004 15:53:40 +0000 (15:53 +0000)]
004-07-10  Bryce McKinlay  <mckinlay@redhat.com>

        * class.c (common_enclosing_context_p): Remove statement with no
        side-effects.

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

19 years ago2004-07-10 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 10 Jul 2004 14:50:15 +0000 (14:50 +0000)]
2004-07-10  Bryce McKinlay  <mckinlay@redhat.com>

        * gcj/javaprims.h: Regenerate CNI namespace definitions.

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

19 years ago* expr.c (gfc_check_pointer_assign): Verify that rank of the LHS
tobi [Sat, 10 Jul 2004 12:45:33 +0000 (12:45 +0000)]
* expr.c (gfc_check_pointer_assign): Verify that rank of the LHS
and RHS match. Return early if the RHS is NULL().

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

19 years ago2004-07-10 David Billinghurst (David.Billinghurst@riotinto.com)
billingd [Sat, 10 Jul 2004 12:37:13 +0000 (12:37 +0000)]
2004-07-10  David Billinghurst (David.Billinghurst@riotinto.com)

* gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
* gfortran.dg/g77/ffixed-form-2.f: Likewise
* gfortran.dg/g77/ffree-form-1.f: Likewise
* gfortran.dg/g77/ffree-form-2.f: Likewise
* gfortran.dg/g77/ffree-form-3.f: Likewise
* gfortran.dg/g77/fno-underscoring.f: Likewise
* gfortran.dg/g77/funderscoring.f: Likewise
* gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.

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

19 years ago2004-07-10 David Billinghurst (David.Billinghurst@riotinto.com)
billingd [Sat, 10 Jul 2004 12:23:45 +0000 (12:23 +0000)]
2004-07-10  David Billinghurst (David.Billinghurst@riotinto.com)

* gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
* gfortran.dg/g77/ffixed-form-2.f: Likewise
* gfortran.dg/g77/ffree-form-1.f: Likewise
* gfortran.dg/g77/ffree-form-2.f: Likewise
* gfortran.dg/g77/ffree-form-3.f: Likewise
* gfortran.dg/g77/fno-underscoring.f: Likewise
* gfortran.dg/g77/funderscoring.f: Likewise
* gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.

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

19 years ago* trans-common.c: Fix whitespace issues, make variable names
tobi [Sat, 10 Jul 2004 11:21:42 +0000 (11:21 +0000)]
* trans-common.c: Fix whitespace issues, make variable names
more readable.
(create_common): Additionally, make loop logic more obvious.

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

19 years ago* gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
tobi [Sat, 10 Jul 2004 09:53:53 +0000 (09:53 +0000)]
* gfortran.fortran-torture/execute/module_init_1.f90: Fix test.

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

19 years ago2004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org>
mkoch [Sat, 10 Jul 2004 08:55:22 +0000 (08:55 +0000)]
2004-07-10  Ito Kazumitsu  <kaz@maczuka.gcd.org>

* java/text/MessageFormat.java
(formatInternal): Append "{n}" if argument n is unavailable.
(format(Object, StringBuffer, FieldPosition)): This
should be equivalent to format(Object[],
StringBuffer, FieldPosition).

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

19 years ago * expr.h (store_bit_field, extract_bit_field): Remove last argument.
jakub [Sat, 10 Jul 2004 08:04:58 +0000 (08:04 +0000)]
* expr.h (store_bit_field, extract_bit_field): Remove last argument.
* expmed.c (store_bit_field, extract_bit_field): Remove last
argument.
* builtins.c (expand_builtin_signbit): Adjust callers.
* optabs.c (expand_vector_binop, expand_vector_unop): Likewise.
* calls.c (store_unaligned_arguments_into_pseudos): Likewise.
* ifcvt.c (noce_emit_move_insn): Likewise.
* stmt.c (expand_return): Likewise.
* expr.c (emit_group_load, emit_group_store, copy_blkmode_from_reg,
store_field, expand_expr_real_1): Likewise.

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

19 years ago * builtins.c (std_gimplify_va_arg_expr): Fix borked BIT_AND_EXPR.
rth [Sat, 10 Jul 2004 07:23:17 +0000 (07:23 +0000)]
    * builtins.c (std_gimplify_va_arg_expr): Fix borked BIT_AND_EXPR.

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

19 years ago * config/darwin.c (no_dead_strip): Add.
mrs [Sat, 10 Jul 2004 05:54:27 +0000 (05:54 +0000)]
    * config/darwin.c (no_dead_strip): Add.
        (HAVE_DEAD_STRIP): Add.
        (darwin_emit_unwind_label): Ensure that we don't dead code strip
        the .eh label.
Radar 3668092

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

19 years ago2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 10 Jul 2004 05:38:15 +0000 (05:38 +0000)]
2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>

        PR java/8618
        * parse.y (create_anonymous_class): Remove 'location' argument. Use
        the WFL from TYPE_NAME to get line number for the decl. Fix comment.
        (craft_constructor): Inherit access flags for implicit constructor
        from the enclosing class.
        (create_class): Fix comment typo.
        (resolve_qualified_expression_name): Pass type of qualifier to
        not_accessible_p, not the type in which target field was found.
        (not_accessible_p): Handle inner classes. Expand protected
        qualifier-subtype check to enclosing instances, but don't apply this
        check to static members. Allow protected access to inner classes
        of a subtype. Allow private access within common enclosing context.
        (build_super_invocation): Get WFL line number info from current
        class decl.
        (build_incomplete_class_ref): Update for new create_anonymous_class
        signature.
        * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Use
        common_enclosing_instance_p.
        * class.c (common_enclosing_context_p): New. Determine if types
        share a common enclosing context, even across static contexts.
        (common_enclosing_instance_p): Renamed from
        common_enclosing_context_p. Determines if types share a common
        non-static enclosing instance.
        * java-tree.h (common_enclosing_instance_p): Declare.
        * jcf-write.c (get_method_access_flags): New. Surpress private flag
        for inner class constructors.
        (generate_classfile): Use get_method_access_flags.

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

19 years ago * tree-ssa-loop-im.c: New file.
rakdver [Sat, 10 Jul 2004 04:57:58 +0000 (04:57 +0000)]
* tree-ssa-loop-im.c: New file.
* Makefile.in (tree-ssa-loop-im.o): Add.
* cfgloop.c (superloop_at_depth): New function.
* cfgloop.h (superloop_at_depth): Declare.
* common.opt (ftree-lim): New flag.
* expr.c (array_ref_up_bound): New function.
* params.def (PARAM_LIM_EXPENSIVE): New parameter.
* timevar.def (TV_LIM): New timevar.
* tree-dfa.c (compute_immediate_uses): Respect TDFA_USE flags when
computing immediate uses of a phi node.
* tree-flow.h (struct tree_ann_common_d): Add aux field.
(loop_commit_inserts, for_each_index, tree_ssa_lim): Declare.
* tree-optimize.c (init_tree_optimization_passes): Add pass_lim.
* tree-pass.h (pass_lim): Declare.
* tree-ssa-loop.c (tree_ssa_loop_im, gate_tree_ssa_loop_im): New
functions.
(pass_lim): New pass structure.
* tree-eh.c (tree_could_trap_p): Handle ARRAY_REFs correctly.
* tree.c (in_array_bounds_p): New function.
* tree.h (TREE_THIS_NOTRAP): Define also for ARRAY_REFs.
(in_array_bounds_p, array_ref_up_bound): Declare.
* doc/invoke.texi (-ftree-lim, --param lim-expensive): Document.
* doc/passes.texi (tree-ssa-loop-im.c): Document.

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

19 years ago PR fortran/13415
pbrook [Sat, 10 Jul 2004 02:46:54 +0000 (02:46 +0000)]
PR fortran/13415
* trans-common.c (calculate_length): Remove ...
(get_segment_info): Merge into here.  Save field type.
(build_field): Use saved type.
(create_common, new_condition, new_segment, finish_equivalences):
Use new get_segment_info.
* trans-types.c: Update comment.
testsuite
* gfortran.dg/common_pointer_1.f90: New test.

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

19 years ago2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 10 Jul 2004 02:38:55 +0000 (02:38 +0000)]
2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>

* java.util.Calendar.java (cache): New private static field. Cached
mappings of locales->calendar classes.
(ctorArgTypes): New private static field. Singleton argument for
calendar class constructor lookup.
(getInstance): Cache Locale->Calendar class mappings using HashMap.
Optimize by bypassing reflection instantiation for the
GregorianCalendar case.

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

19 years ago2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 10 Jul 2004 02:26:19 +0000 (02:26 +0000)]
2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>

* java/util/Calendar.java: Use getSystemClassLoader as argument for
ResourceBundle.getBundle() calls.
* java/util/GregorianCalendar.java: Likewise.
* java/util/Currency.java: Likewise.
* java/text/BreakIterator.java: Likewise.
* java/text/Collator.java: Likewise.
* java/text/DateFormat.java: Likewise.
* java/text/DateFormatSymbols.java: Likewise.
* java/text/DecimalFormatSymbols.java: Likewise.
* java/text/NumberFormat.java: Likewise.
* java/awt/Window.java: Likewise.

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

19 years ago * tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs
rth [Sat, 10 Jul 2004 02:24:27 +0000 (02:24 +0000)]
    * tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs
        with prejudice.

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

19 years ago * builtins.c (expand_builtin_stpcpy): Don't modify len.
rth [Sat, 10 Jul 2004 02:21:12 +0000 (02:21 +0000)]
    * builtins.c (expand_builtin_stpcpy): Don't modify len.

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

19 years ago2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
bryce [Sat, 10 Jul 2004 02:14:30 +0000 (02:14 +0000)]
2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>

* java/util/ResourceBundle.java (bundleCache): Renamed from
resourceBundleCache. Update comments.
(getObject): Don't catch MissingResourceException.
(getBundle(String)): Remove 'final'. Use system classloader if
getCallingClassLoader returned null.
(getBundle(String, Locale)): Likewise.
(BundleKey): New private class. HashMap key for bundle cache lookup.
(lookupKey): New. Singleton instance of BundleKey.
(nullEntry): New. Cache entry to represent failed lookups.
(getBundle(String, Locale, ClassLoader)): Re-written to use new
caching strategy, no-allocation lookup, and new tryBundle methods.
(tryBundle(String, ClassLoader)): New. Load a locale-qualified
bundle name using given classloader.
(tryBundle(String, Locale, ClassLoader, boolean): New. Qualify
baseName for given Locale and attempt to load bundle.

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

19 years ago * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
giovannibajo [Sat, 10 Jul 2004 02:13:54 +0000 (02:13 +0000)]
* g++.dg/lookup/new1.C: Fix dg-excess-error syntax.

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

19 years ago2004-07-10 Kelley Cook <kcook@gcc.gnu.org>
kcook [Sat, 10 Jul 2004 02:06:36 +0000 (02:06 +0000)]
2004-07-10  Kelley Cook  <kcook@gcc.gnu.org>

* flags.h: Delete redundant prototypes that are being generated
in options.h from common.opt.
* common.opt: Add in the expository comments formerly in flags.h.

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

19 years ago * config/i386/i386.c (init_cumulative_args): Set mmx/sse registers
rth [Sat, 10 Jul 2004 01:59:12 +0000 (01:59 +0000)]
    * config/i386/i386.c (init_cumulative_args): Set mmx/sse registers
        available for use only when TARGET_MMX/_SSE is set, and check for
        variable argument function if any register count is non-zero.
        (function_arg): Correctly suppress repeated warnings for passing SSE
        vectors are arguments without SSE enabled.
        (ix86_function_arg_boundary): Without SSE enabled, the use of what
        would be SSE register modes does no longer influence the alignment.

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

19 years ago * builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD.
rth [Sat, 10 Jul 2004 01:52:53 +0000 (01:52 +0000)]
    * builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD.
        Always align upward to arg boundary.  Use size_in_bytes/round_up.
        Maintain type-correctness of constants.
        * stor-layout.c (round_up, round_down): Special-case powers of 2.

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

19 years ago2004-07-09 David S. Miller <davem@nuts.davemloft.net>
davem [Sat, 10 Jul 2004 01:47:48 +0000 (01:47 +0000)]
2004-07-09  David S. Miller  <davem@nuts.davemloft.net>

* config/sparc/sparc.c (*_costs): Scale instruction costs
by COSTS_N_INSNS.
(sparc_rtx_costs): Adjust as appropriate.

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

19 years ago * config/i386/mm3dnow.h: New.
rth [Sat, 10 Jul 2004 00:27:59 +0000 (00:27 +0000)]
    * config/i386/mm3dnow.h: New.
        * config.gcc: Add mm3dnow.h to extra_headers for i?86 and x86-64.

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

19 years ago * simplify-rtx.c (simplify_const_relational_operation): Only
rth [Sat, 10 Jul 2004 00:24:23 +0000 (00:24 +0000)]
    * simplify-rtx.c (simplify_const_relational_operation): Only
        look at bounds of scalar integers.

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

19 years agoDaily bump.
gccadmin [Sat, 10 Jul 2004 00:16:13 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago * config/i386/i386.md (sse2_clflush): Use correct operand for clflush.
rth [Fri, 9 Jul 2004 23:54:13 +0000 (23:54 +0000)]
    * config/i386/i386.md (sse2_clflush): Use correct operand for clflush.

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

19 years ago2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
bryce [Fri, 9 Jul 2004 23:42:19 +0000 (23:42 +0000)]
2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>

* javax/swing/plaf/basic/BasicMenuUI.java (mousePressed): Remove
illegal protected method calls.

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

19 years ago2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
bryce [Fri, 9 Jul 2004 23:36:51 +0000 (23:36 +0000)]
2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>

Fix or remove some bogus test cases.
* testsuite/libjava.compile/pr10459_2.java: Removed.
* testsuite/libjava.compile/pr10459.java: Test using its own method,
not Object.clone().
* testsuite/libjava.compile/inner_data.java: Test against its own
protected field.

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

19 years ago2004-07-09 Andrew Pinski <apinski@apple.com>
pinskia [Fri, 9 Jul 2004 23:32:38 +0000 (23:32 +0000)]
2004-07-09  Andrew Pinski  <apinski@apple.com>

        * objc/objc-act.c (build_module_descriptor): Mark UOBJC_MODULES_decl as
        always referenced.
        (synth_forward_declarations): Likewise for UOBJC_CLASS_decl and
        UOBJC_METACLASS_decl.

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

19 years ago2004-07-09 Bryce McKinlay <mckinlay@redhat.com>
bryce [Fri, 9 Jul 2004 23:26:01 +0000 (23:26 +0000)]
2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>

* class.c (interface_of_p): Check for null TYPE_BINFO.

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

19 years ago * c-typeck.c (build_unary_op): include VECTOR_TYPE in set of codes
rth [Fri, 9 Jul 2004 23:20:36 +0000 (23:20 +0000)]
    * c-typeck.c (build_unary_op): include VECTOR_TYPE in set of codes
        permissible for unary plus.

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

19 years agoFix for IA-64 union/long double ICE.
wilson [Fri, 9 Jul 2004 23:10:26 +0000 (23:10 +0000)]
Fix for IA-64 union/long double ICE.
PR target/16364
* config/ia64/ia64.c (ia64_function_arg): For a single element HFA,
do return a parallel if hfa_mode == XFmode and mode == TImode.
* gcc.c-torture/compile/20040709-1.c: New.

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

19 years ago * builtin-types.def (BT_UINT): Rename from BT_UNSIGNED.
rth [Fri, 9 Jul 2004 23:04:33 +0000 (23:04 +0000)]
    * builtin-types.def (BT_UINT): Rename from BT_UNSIGNED.
        (BT_FN_UINT): Rename from BT_FN_UNSIGNED.
        (BT_FN_PTR_UINT): Rename from BT_FN_PTR_UNSIGNED.
        (BT_ULONG, BT_ULONGLONG, BT_UINTMAX, BT_FN_INT_UINT, BT_FN_INT_ULONG,
        BT_FN_INT_ULONGLONG, BT_FN_INT_INTMAX, BT_FN_INT_UINTMAX): New.
        * builtins.def (BUILTIN_CLZxxx, BUILTIN_CTXxxx, BUILTIN_PARITYxxx,
        BUILTIN_POPCOUNTxxx): Arguments are unsigned.
        (BUILTIN_xxxIMAX): New.
        * builtins.c (expand_builtin): Handle BUILT_IN_FFSIMAX,
        BUILT_IN_CLZIMAX, BUILT_IN_CTZIMAX, BUILT_IN_POPCOUNIMAX, and
        BUILT_IN_PARITYIMAX.

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

19 years ago2004-07-02 David S. Miller <davem@nuts.davemloft.net>
davem [Fri, 9 Jul 2004 22:59:32 +0000 (22:59 +0000)]
2004-07-02  David S. Miller  <davem@nuts.davemloft.net>

* config/sparc/sparc.h (processor_costs): Define.
(sparc_costs): Declare.
* config/sparc/sparc.c (cypress_costs, supersparc_costs,
hypersparc_costs, sparclet_costs, ultrasparc_costs,
ultrasparc3_costs): New.
(sparc_override_options): Set sparc_costs as appropriate.
(sparc_rtx_costs): Use sparc_costs instead of messy
conditionals.

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

19 years ago * configure.in: Build libmudflap by default on FreeBSD.
ljrittle [Fri, 9 Jul 2004 22:57:08 +0000 (22:57 +0000)]
* configure.in: Build libmudflap by default on FreeBSD.
* configure: Regenerated.

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

19 years agoPR fortran/14077
tobi [Fri, 9 Jul 2004 22:44:22 +0000 (22:44 +0000)]
PR fortran/14077
* gfortran.fortran-torture/execute/module_init_1.f90: New test.

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

19 years ago * doc/md.texi (Processor pipeline description): Mention that
steven [Fri, 9 Jul 2004 22:42:43 +0000 (22:42 +0000)]
* doc/md.texi (Processor pipeline description): Mention that
the old pipeline description is deprecated.

* config/rs6000/7450.md (automaton ppc7450): Split up, move
mciu_7450 function unit to...
(automaton ppc7450mciu): ...new automaton.

* haifa-sched.c (insert_schedule_bubbles_p): Remove.
(schedule_block): Don't consider inserting bubbles.
(sched_init): Don't initialize DFA bubbles.
* target-def.h (TARGET_SCHED_INIT_DFA_BUBBLES,
TARGET_SCHED_DFA_BUBBLE): Remove.
* target.h (init_dfa_bubbles, dfa_bubble): Remove hooks.
* doc/tm.texi (TARGET_SCHED_INIT_DFA_BUBBLES,
TARGET_SCHED_DFA_BUBBLE): Remove documentation.

* stmt.c (conditional_context): Remove prototype.
* tree.h (conditional_context): Remove.
* tree-cfg.c (pre_insert_on_edge): Remove.

* c-common.h (c_expand_asm_operands): Remove prototype.
* c-typeck.c (c_expand_asm_operands): Remove.

cp/
* typeck.c (c_expand_asm_operands): Remove.

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

19 years ago * config/i386/i386.c (classify_argument): Treat V1xx modes the same as
rth [Fri, 9 Jul 2004 22:35:35 +0000 (22:35 +0000)]
    * config/i386/i386.c (classify_argument): Treat V1xx modes the same as
        their base modes. CTImode, TCmode, and XCmode must be passed in memory.
        TFmode (__float128) must be is an SSE/SSEUP pair. V2SImode, V4HImode,
        and V8QI are class SSE. All sufficiently small remaining vector modes
        must be passed in one or two integer registers.
        (ix86_libcall_value): TFmode must be returned in xmm0, XCmode must be
        returned in memory.
        (bdesc_2arg, ix86_init_mmx_sse_builtins): __builtin_ia32_pmuludq and
        __builtin_ia32_pmuludq128 have non-uniform argument and return types
        and must thus be handled explicitly.
        * config/i386/i386.md (*movdi_1_rex64): Add cases for moving between
        MMX and XMM regs.
        (movv8qi_internal, movv4hi_internal, movv2si_internal,
        movv2sf_internal): Permit moving between MMX and XMM registers (since
        MMX areguments and return values are passed in XMM registers).
        (sse2_umulsidi3): Correct type and mode.

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

19 years ago * tree-cfg.c (dump_cfg_stats): Fix 64-bit format mismatch errors.
rth [Fri, 9 Jul 2004 22:31:02 +0000 (22:31 +0000)]
    * tree-cfg.c (dump_cfg_stats): Fix 64-bit format mismatch errors.

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

19 years agoPR fortran/14077
tobi [Fri, 9 Jul 2004 22:27:15 +0000 (22:27 +0000)]
PR fortran/14077
* moduele.c (mio_symbol): Don't I/O initial values unless
symbol is a parameter.

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

19 years ago2004-07-09 Eric Christopher <echristo@redhat.com>
echristo [Fri, 9 Jul 2004 22:24:29 +0000 (22:24 +0000)]
2004-07-09  Eric Christopher  <echristo@redhat.com>

* config/rs6000/40x.md: Split into two automatons.

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

19 years ago * configure.in: Do not build libmudflap by default on non-GNU/Linux
mmitchel [Fri, 9 Jul 2004 22:05:06 +0000 (22:05 +0000)]
* configure.in: Do not build libmudflap by default on non-GNU/Linux
systems.
* configure: Regenerated.

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

19 years ago2004-07-09 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 9 Jul 2004 22:00:59 +0000 (22:00 +0000)]
2004-07-09  Paolo Carlini  <pcarlini@suse.de>

Add wchar_t counterparts of the basic_stringbuf<char> tests.
* testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc, 9322.cc: New.
* testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Likewise.
* testsuite/27_io/basic_stringbuf/overflow/wchar_t/1.cc, 2.cc,
3599.cc, 9988.cc: Likewise.
* testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc, 9825.cc:
Likewise.
* testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc, 2.cc:
Likewise.
* testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc, 2.cc, 3.cc:
Likewise.
* testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc, 2.cc, 3.cc:
Likewise.
* testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Likewise.
* testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc: Likewise.
* testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc: Likewise.
* testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc, 9425.cc:
Likewise.
* testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc, 1057.cc,
9404-1.cc: Likewise.
* testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc, 1057.cc,
9404-2.cc: Likewise.
* testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc, 2.cc, 3.cc,
3955.cc: Likewise.
* testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc: Likewise.
* testsuite/27_io/basic_stringbuf/sync/wchar_t/1057.cc: Likewise.

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

19 years agoPR fortran/13201
tobi [Fri, 9 Jul 2004 21:32:57 +0000 (21:32 +0000)]
PR fortran/13201
* gfortran.dg/shape_1.f90: New test.

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

19 years ago2004-07-09 Zack Weinberg <zack@codesourcery.com>
zack [Fri, 9 Jul 2004 21:30:35 +0000 (21:30 +0000)]
2004-07-09  Zack Weinberg  <zack@codesourcery.com>
    Andrew Pinski  <apinski@apple.com>

* c-opts.c (c_common_post_options): Force unit-at-a-time mode
on when we have more than one input file.
(c_common_parse_file): Restore loop over all input files.
Clarify diagnostic for -dy when YYDEBUG wasn't defined.

* c-decl.c (set_type_context): New function.
(pop_scope): Use it to set context of types.  When we
encounter a TYPE_DECL, set the context of the attached type too.
(pop_file_scope): Don't call cpp_undef_all here.
(diagnose_mismatched_decls): Do not complain about a second
definition of an 'extern inline' function if it's not in the
same translation unit.  Do not complain about inline
declaration after use if the use was in a different
translation unit.
(merge_decls): Don't clobber olddecl's DECL_CONTEXT.
(pushdecl): Do not put DECL_EXTERNAL, !TREE_PUBLIC decls in
the external scope.
(pushdecl_top_level): Likewise.
(grokdeclarator): Clarify what is going on with setting
DECL_EXTERNAL on function types, a little.
(c_write_global_declarations): Don't do anything if
-fsyntax-only or errors have been encountered.

testsuite:
* gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.

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

19 years agoPR fortran/13201
tobi [Fri, 9 Jul 2004 21:20:50 +0000 (21:20 +0000)]
PR fortran/13201
* resolve.c (resolve_symbol): Verify that the shape of a
parameter array is not only explicit, but also constant.
* array.c (gfc_is_compile_time_shape): New function.
* gfortran.h (gfc_is_compile_time_shape): Add prototype.

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

19 years ago2004-07-09 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 9 Jul 2004 21:00:12 +0000 (21:00 +0000)]
2004-07-09  Michael Koch  <konqueror@gmx.de>

* scripts/unicode-muncher.pl: Updated to version 2.1
from GNU classpath. Added some clarifications on where to find the
needed files from www.unicode.org.
* gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html,
gnu/gcj/convert/UnicodeData-3.0.0.txt:
Removed, these can directly be downloaded from www.unicode.org if
needed.
* gnu/java/lang/CharData.java: Regenerated.
* include/java-chartables.h: Regenerated.
* Makefile.am (ordinary_java_source_files):
Removed gnu/java/lang/CharData.java.
* Makefile.in: Regenerated.

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

19 years ago * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.
zack [Fri, 9 Jul 2004 20:58:00 +0000 (20:58 +0000)]
* vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.

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

19 years ago* gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
tobi [Fri, 9 Jul 2004 20:35:58 +0000 (20:35 +0000)]
* gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
comment.

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

19 years ago PR target/16459
danglin [Fri, 9 Jul 2004 20:11:59 +0000 (20:11 +0000)]
PR target/16459
* pa.c (output_indirect_call): Use %r2 as the link register when
calling $$dyncall with a pc-relative branch.

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

19 years ago2004-07-09 Frank Ch. Eigler <fche@redhat.com>
fche [Fri, 9 Jul 2004 19:51:51 +0000 (19:51 +0000)]
2004-07-09  Frank Ch. Eigler  <fche@redhat.com>

Test case for g++/15861
* testsuite/libmudflap.c++/ctors-[12].cxx: New test case halves.
* testsuite/libmudflap.c++/ctors.exp: Driver.
* testsuite/libmudflap.c++/c++frags.exp: Elide redundant default.
Look only for *frag* test cases.

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

19 years ago * typeck.c (build_class_member_access_expr): Skip null deref
mrs [Fri, 9 Jul 2004 18:49:04 +0000 (18:49 +0000)]
    * typeck.c (build_class_member_access_expr): Skip null deref
        warning when we don't dereference it.

Radar 3718909

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

19 years ago * class.c (make_class): Do not create binfo here.
nathan [Fri, 9 Jul 2004 18:36:02 +0000 (18:36 +0000)]
* class.c (make_class): Do not create binfo here.
(set_super_info): Create it here.
* java-tree.h (CLASS_HAS_SUPER): Cope with lack of a binfo.

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

19 years ago * doc/install.texi (Binaries): Mention OpenPKG.
gerald [Fri, 9 Jul 2004 18:06:16 +0000 (18:06 +0000)]
* doc/install.texi (Binaries): Mention OpenPKG.

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

19 years ago2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
tobi [Fri, 9 Jul 2004 15:46:42 +0000 (15:46 +0000)]
2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
Paul Brook  <paul@codesourcery.com>

* gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
'.f95' and '.F95'.

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

19 years ago2004-07-09 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 9 Jul 2004 15:43:01 +0000 (15:43 +0000)]
2004-07-09  Michael Koch  <konqueror@gmx.de>

* java/security/AccessControlContext.java,
java/security/SecureClassLoader.java:
Fixed javadocs.

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

19 years ago2004-07-09 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 9 Jul 2004 15:37:31 +0000 (15:37 +0000)]
2004-07-09  Michael Koch  <konqueror@gmx.de>

* java/io/ObjectInputStream.java (readFields): Use long datatype
when shifting byte values more then 24 bits left.

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

19 years ago * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
dnovillo [Fri, 9 Jul 2004 15:29:46 +0000 (15:29 +0000)]
* gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.

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

19 years ago2004-07-09 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 9 Jul 2004 15:22:19 +0000 (15:22 +0000)]
2004-07-09  Michael Koch  <konqueror@gmx.de>

* java/util/zip/DeflaterOutputStream.java,
java/util/zip/GZIPInputStream.java,
java/util/zip/GZIPOutputStream.java,
java/util/zip/InflaterInputStream.java:
Reformatted. Added javadocs. Reordered all stuff.
Renamed variables to be more clear.

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

19 years ago* gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
tobi [Fri, 9 Jul 2004 15:20:43 +0000 (15:20 +0000)]
* gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
testcases with capital suffix.

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

19 years ago Fix PR tree-optimization/15555
dnovillo [Fri, 9 Jul 2004 15:16:11 +0000 (15:16 +0000)]
Fix PR tree-optimization/15555
* tree-dfa.c (dump_variable): If the variable is a pointer
SSA_NAME, also dump its points-to information.
* tree-flow.h (struct ptr_info_def): Add field
is_dereferenced.
(dump_points_to_info_for): Declare.
(debug_points_to_info_for): Declare.
* tree-optimize.c (init_tree_optimization_passes): Add a
second alias analysis pass after DOM2.
Move pass_del_pta to a later spot.
* tree-ssa-alias.c (compute_points_to_and_addr_escape): Do not
create a name tags when we find a dereferenced pointer.  Just
mark the pointer dereferenced.
(collect_points_to_info_for): Move code to clear points-to
information to create_name_tags.
(create_name_tags): New function.
(compute_flow_sensitive_aliasing): Call it.
(setup_pointers_and_addressables): Mark type tags for renaming
here instead of ...
(create_memory_tag): ... here.
(merge_pointed_to_info): Do not merge PT_MALLOC attributes.
(dump_points_to_info_for): Declare extern.
(debug_points_to_info_for): New function.

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

19 years ago * tree-dfa.c (dump_variable): If the variable is a pointer
dnovillo [Fri, 9 Jul 2004 15:12:48 +0000 (15:12 +0000)]
* tree-dfa.c (dump_variable): If the variable is a pointer
SSA_NAME, also dump its points-to information.
* tree-flow.h (struct ptr_info_def): Add field
is_dereferenced.
(dump_points_to_info_for): Declare.
(debug_points_to_info_for): Declare.
* tree-optimize.c (init_tree_optimization_passes): Add a
second alias analysis pass after DOM2.
Move pass_del_pta to a later spot.
* tree-ssa-alias.c (compute_points_to_and_addr_escape): Do not
create a name tags when we find a dereferenced pointer.  Just
mark the pointer dereferenced.
(collect_points_to_info_for): Move code to clear points-to
information to create_name_tags.
(create_name_tags): New function.
(compute_flow_sensitive_aliasing): Call it.
(setup_pointers_and_addressables): Mark type tags for renaming
here instead of ...
(create_memory_tag): ... here.
(merge_pointed_to_info): Do not merge PT_MALLOC attributes.
(dump_points_to_info_for): Declare extern.
(debug_points_to_info_for): New function.

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

19 years ago* gfortran.dg/implicit_1.f90: New test.
tobi [Fri, 9 Jul 2004 15:11:41 +0000 (15:11 +0000)]
* gfortran.dg/implicit_1.f90: New test.

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

19 years ago2004-07-10 David Billinghurst (David.Billinghurst@riotinto.com)
billingd [Fri, 9 Jul 2004 15:03:17 +0000 (15:03 +0000)]
2004-07-10  David Billinghurst (David.Billinghurst@riotinto.com)

        * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
        expression to match gfortran warning/error messages

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

19 years agofortran/
tobi [Fri, 9 Jul 2004 14:54:43 +0000 (14:54 +0000)]
fortran/
2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

PR fortran/15481
PR fortran/13372
PR fortran/13575
PR fortran/15978
* module.c (write_symbol, write_symtree): Remove workaround.
* primary.c (match_actual_arglist): Enhance comment.
(gfc_match_rvalue): Handle function call with first argument
a keyword argument correctly.
* resolve.c (resolve_symbol): Change call to
gfc_set_default_type to issue error if no implicit type
can be found.
* trans-decl.c (gfc_create_module_variable): Remove workaround.

Add missing ChangeLog

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

19 years agofortran/
tobi [Fri, 9 Jul 2004 14:53:45 +0000 (14:53 +0000)]
fortran/
2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

PR fortran/15481
PR fortran/13372
PR fortran/13575
PR fortran/15978
* module.c (write_symbol, write_symtree): Remove workaround.
* primary.c (match_actual_arglist): Enhance comment.
(gfc_match_rvalue): Handle function call with first argument
a keyword argument correctly.
* resolve.c (resolve_symbol): Change call to
gfc_set_default_type to issue error if no implicit type
can be found.
* trans-decl.c (gfc_create_module_variable): Remove workaround.

testsuite/
PR fortran/15481
 PR fortran/13372
 PR fortran/13575
 PR fortran/15978
* gfortran.fortran-torture/compile/implicit_2.f90: New test.

Also fixed David Billinghursts ChangeLog entry to use GMT

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

19 years ago2004-07-10 David Billinghurst (David.Billinghurst@riotinto.com)
billingd [Fri, 9 Jul 2004 14:34:12 +0000 (14:34 +0000)]
2004-07-10  David Billinghurst (David.Billinghurst@riotinto.com)

* lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
expression to match gfortran warning/error messages
* gfortran.dg/g77/12632.f: Copy from g77.dg and fix
dg-error text.

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

19 years ago2004-07-09 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 9 Jul 2004 14:32:30 +0000 (14:32 +0000)]
2004-07-09  Michael Koch  <konqueror@gmx.de>

* javax/imageio/IIOException.java,
javax/imageio/event/IIOReadProgressListener.java,
javax/imageio/event/IIOReadUpdateListener.java,
javax/imageio/event/IIOReadWarningListener.java,
javax/imageio/event/IIOWriteProgressListener.java,
javax/imageio/event/IIOWriteWarningListener.java:
New files.
* Makefile.am: Added new files.
* Makefile.in: Regenerated.

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

19 years ago2004-07-09 Guilhem Lavaux <guilhem@kaffe.org>
mkoch [Fri, 9 Jul 2004 14:09:01 +0000 (14:09 +0000)]
2004-07-09  Guilhem Lavaux <guilhem@kaffe.org>

* java/text/RuleBasedCollator.java
(mergeRules): Use ArrayList instead of Vector.
(subParseString): likewise.
(parseString): likewise.
(buildCollationVector): likewise.
(getCollationKey): likewise.

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

19 years ago2004-07-09 Dalibor Topic <robilad@kaffe.org>
mkoch [Fri, 9 Jul 2004 14:02:21 +0000 (14:02 +0000)]
2004-07-09  Dalibor Topic  <robilad@kaffe.org>

* java/text/DateFormat.java (parse):
Improved javadoc. Improved exception message.

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

19 years ago2004-07-09 Mark Wielaard <mark@klomp.org>
mkoch [Fri, 9 Jul 2004 13:56:08 +0000 (13:56 +0000)]
2004-07-09  Mark Wielaard  <mark@klomp.org>

* gnu/java/nio/SelectorImpl.java (select): Call static Thread
interrupted() method to clear interupt flag of our Thread.

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

19 years ago2004-07-09 Dalibor Topic <robilad@kaffe.org>
mkoch [Fri, 9 Jul 2004 13:40:29 +0000 (13:40 +0000)]
2004-07-09  Dalibor Topic  <robilad@kaffe.org>

* java/nio/Buffer.java,
java/nio/ByteBuffer.java,
java/nio/ByteBufferHelper.java,
java/nio/ByteBufferImpl.java,
java/nio/CharBuffer.java,
java/nio/CharBufferImpl.java,
java/nio/CharViewBufferImpl.java,
java/nio/DirectByteBufferImpl.java,
java/nio/DoubleBuffer.java,
java/nio/DoubleBufferImpl.java,
java/nio/DoubleViewBufferImpl.java,
java/nio/FloatBuffer.java,
java/nio/FloatBufferImpl.java,
java/nio/FloatViewBufferImpl.java,
java/nio/IntBuffer.java,
java/nio/IntBufferImpl.java,
java/nio/IntViewBufferImpl.java,
java/nio/LongBuffer.java,
java/nio/LongBufferImpl.java,
java/nio/LongViewBufferImpl.java,
java/nio/MappedByteBufferImpl.java,
java/nio/ShortBuffer.java,
java/nio/ShortBufferImpl.java,
java/nio/ShortViewBufferImpl.java:
        Fixed javadocs all over. Improved input error
        checking.

* java/nio/Buffer.java
(checkForUnderflow, checkForOverflow, checkIndex,
checkIfReadOnly, checkArraySize): New helper methods
        for error checking.

* java/nio/ByteBufferHelper.java
(checkRemainingForRead, checkRemainingForWrite,
checkAvailableForRead, checkAvailableForWrite): Removed
        no longer needed methods.

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

19 years ago2004-07-09 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 9 Jul 2004 13:27:27 +0000 (13:27 +0000)]
2004-07-09  Michael Koch  <konqueror@gmx.de>

* gnu/regexp/CharIndexedInputStream.java:
Reordered imports to match classpath.

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

19 years ago2004-07-09 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 9 Jul 2004 13:20:26 +0000 (13:20 +0000)]
2004-07-09  Michael Koch  <konqueror@gmx.de>

* gnu/java/awt/EmbeddedWindow.java:
Load native library for setWindowPeer method.

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

19 years ago2004-07-09 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 9 Jul 2004 11:40:09 +0000 (11:40 +0000)]
2004-07-09  Paolo Bonzini  <bonzini@gnu.org>

* config/arc/arc.md: Switch to DFA-based scheduler description.
* config/arc/arc.c: Switch to DFA-based scheduler description.

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