1. 10 Jul, 2004 23 commits
    • ffixed-form-1.f: Copy from g77.dg · 2c2a3d7e
      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.
      
      From-SVN: r84455
      David Billinghurst committed
    • trans-common.c: Fix whitespace issues, make variable names more readable. · a8a6b603
      * trans-common.c: Fix whitespace issues, make variable names
      more readable.
      (create_common): Additionally, make loop logic more obvious.
      
      Co-Authored-By: Paul Brook <paul@codesourcery.com>
      
      From-SVN: r84453
      Tobias Schlüter committed
    • 2004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org> · 8f0ce8da
      	* 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).
      
      From-SVN: r84448
      Ito Kazumitsu committed
    • expr.h (store_bit_field, [...]): Remove last argument. · b3520980
      	* 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.
      
      From-SVN: r84447
      Jakub Jelinek committed
    • darwin.c (no_dead_strip): Add. · 45cc4783
              * 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
      
      From-SVN: r84444
      Mike Stump committed
    • re PR java/8618 (call to private constructor allowed for anonymous inner class) · d3ecb597
      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.
      
      From-SVN: r84443
      Bryce McKinlay committed
    • tree-ssa-loop-im.c: New file. · a7e5372d
      	* 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.
      
      From-SVN: r84441
      Zdenek Dvorak committed
    • re PR fortran/13415 (Internal error with pointer array in common) · ad6e2a18
      	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.
      
      Co-Authored-By: Paul Brook <paul@codesourcery.com>
      
      From-SVN: r84439
      Tobias Schlüter committed
    • java.util.Calendar.java (cache): New private static field. · 3ee7acd1
      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.
      
      From-SVN: r84438
      Bryce McKinlay committed
    • Calendar.java: Use getSystemClassLoader as argument for ResourceBundle.getBundle() calls. · 284d6a1f
      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.
      
      From-SVN: r84437
      Bryce McKinlay committed
    • tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs with prejudice. · 020510c9
              * tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs
              with prejudice.
      
      From-SVN: r84436
      Richard Henderson committed
    • ResourceBundle.java (bundleCache): Renamed from resourceBundleCache. · 21f56031
      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.
      
      From-SVN: r84434
      Bryce McKinlay committed
    • * g++.dg/lookup/new1.C: Fix dg-excess-error syntax. · 17a916d4
      From-SVN: r84433
      Giovanni Bajo committed
    • flags.h: Delete redundant prototypes that are being generated in options.h from common.opt. · 31b66477
      
      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.
      
      From-SVN: r84432
      Kelley Cook committed
    • i386.c (init_cumulative_args): Set mmx/sse registers available for use only when… · 78fbfc4b
      i386.c (init_cumulative_args): Set mmx/sse registers available for use only when TARGET_MMX/_SSE is set...
      
              * 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.
      
      From-SVN: r84431
      Jan Beulich committed
    • builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD. · e4d3eef1
              * 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.
      
      From-SVN: r84430
      Richard Henderson committed
    • sparc.c (*_costs): Scale instruction costs by COSTS_N_INSNS. · ffe384ff
      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.
      
      From-SVN: r84429
      David S. Miller committed
    • mm3dnow.h: New. · 0c2a4754
              * config/i386/mm3dnow.h: New.
              * config.gcc: Add mm3dnow.h to extra_headers for i?86 and x86-64.
      
      From-SVN: r84428
      Jan Beulich committed
    • simplify-rtx.c (simplify_const_relational_operation): Only look at bounds of scalar integers. · 04b80a88
              * simplify-rtx.c (simplify_const_relational_operation): Only
              look at bounds of scalar integers.
      
      From-SVN: r84427
      Richard Henderson committed
    • Daily bump. · 4c6a63cc
      From-SVN: r84425
      GCC Administrator committed
  2. 09 Jul, 2004 17 commits