1. 10 May, 2004 5 commits
    • parse.y (check_pkg_class_access): Add new argument and use it when cl is NULL to… · 7cef5027
      parse.y (check_pkg_class_access): Add new argument and use it when cl is NULL to call lookup_cl on it.
      
      2004-05-10  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * parse.y (check_pkg_class_access): Add new argument
              and use it when cl is NULL to call lookup_cl on it.
              (parser_check_super_interface): Do not call lookup_cl.
              Pass this_decl to check_pkg_class_access and NULL
              instead of lookup_cl.
              (parser_check_super): Update for change in
              check_pkg_class_access.
              (do_resolve_class): Likewise.
              (process_imports): Likewise.
              (find_in_imports_on_demand): Likewise.
              (resolve_qualified_expression_name): Likewise.
      
      From-SVN: r81668
      Andrew Pinski committed
    • jacks.xfail: Update to reflect current reality. · 731d47a6
      	* testsuite/libjava.jacks/jacks.xfail: Update to reflect current
      	reality.
      
      From-SVN: r81667
      Ranjit Mathew committed
    • rs6000.c (function_arg_boundary): Always align AltiVec vectors. · b2d04ecf
      	* config/rs6000/rs6000.c (function_arg_boundary): Always align
      	AltiVec vectors.
      	(function_arg_advance): Pass TARGET_32BIT -mabi=no-altivec AltiVec
      	vectors by refererence.  Align the same for TARGET_64BIT to a 16
      	byte boundary.  Remove useless code.  Add function comment.
      	(function_arg): Similarly.  Move gpr rs6000_mixed_function_arg
      	call to where it belongs.
      	(function_arg_partial_nregs): Return true for all TARGET_32BIT
      	-mabi=no-altivec AltiVec vectors.  Fix debug output.
      	(rs6000_va_arg): Adjust for AltiVec change.
      
      From-SVN: r81666
      Alan Modra committed
    • arm.c (arm_promote_prototypes): Use TARGET_AAPCS_BASED. · b6685939
      	* config/arm/arm.c (arm_promote_prototypes): Use TARGET_AAPCS_BASED.
      	* config/arm/arm.h (TARGET_AAPCS_BASED): Define.
      	(TARGET_DOUBLEWORD_ALIGN): Use it.
      	(WCHAR_TYPE): Define.
      	(WCHAR_SIZE_TYPE): Define.
      	(SIZE_TYPE): Define.
      
      From-SVN: r81665
      Paul Brook committed
    • Daily bump. · 10f4ab75
      From-SVN: r81662
      GCC Administrator committed
  2. 09 May, 2004 5 commits
  3. 08 May, 2004 5 commits
  4. 07 May, 2004 22 commits
  5. 06 May, 2004 3 commits
    • iterator.h: Add GPL copyright info, with exception clause. · ce120bb2
      2004-05-06  Matthias Klose  <doko@debian.org>
      
              * include/backward/iterator.h:  Add GPL copyright info,
              with exception clause.
              * include/bits/boost_concept_check.h: Likewise.
              * include
              * libsupc++/tinfo.h: Likewise.
              * po/string_literals.cc: Likewise.
      
      From-SVN: r81581
      Matthias Klose committed
    • Run the jni tests using the interpreter. · 579f9640
      	* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Append
      	options_cxx to shared lib compile command.
      	(gcj_jni_test_one): Pass cxxflags to gcj_jni_compile_c_to_so, so
      	they are used to link the shared lib, not the main binary.
      	Use libjava_invoke to run gij.
      
      From-SVN: r81574
      Bryce McKinlay committed
    • Fixes PR java/9685, PR java/15073 · 8ae6595c
      	Fixes PR java/9685, PR java/15073
      	* parse.y (accessibility_string): New method.
      	(not_accessible_field_error): Use accessibility_string()
      	instead of java_accstring_lookup().
      	(resolve_qualified_expression_name): Check with
      	check_pkg_class_access() before allowing access using
      	qualified names.
      	Fix comment typo.
      	Use check_pkg_class_access() instead of not_accessible_p()
      	for unqualified types.
      	(not_accessible_p): Use DECL_CONTEXT (member) instead of
      	REFERENCE for package-private access checking.
      	(patch_method_invocation): Use accessibility_string() instead
      	of java_accstring_lookup().
      
      From-SVN: r81573
      Ranjit Mathew committed