1. 07 Jul, 2006 6 commits
  2. 06 Jul, 2006 16 commits
  3. 05 Jul, 2006 12 commits
  4. 04 Jul, 2006 6 commits
    • Fix whitespace. · b9c5e484
      From-SVN: r115190
      Eric Christopher committed
    • libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir. · a25bf5b3
      2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* testsuite/lib/libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with
      	the -B$specdir.
      
      From-SVN: r115188
      Andreas Tobler committed
    • re PR fortran/28174 (Corruption of multiple character arrays when passing array sections) · aef0f050
      2006-07-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/28174
      	* gfortran.dg/actual_array_substr_2.f90: New test.
      
      	PR fortran/28167
      	* gfortran.dg/actual_array_constructor_2.f90: New test.
      
      From-SVN: r115187
      Paul Thomas committed
    • re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*' to 'void*') · d25f0ebc
      2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	PR libgcj/28226:
      	* include/posix.h (_Jv_platform_dladdr): Remove const qualifier.
      	* include/win32.h (_Jv_platform_dladdr): Likewise.
      	* posix.cc (_Jv_platform_dladdr): Likewise.
      	* win32.cc (_Jv_platform_dladdr): Likewise.
      
      From-SVN: r115184
      Andreas Tobler committed
    • ltconfig: chmod 644 before ranlib during install. · 706601d9
      ChangeLog:
      * ltconfig: chmod 644 before ranlib during install.
      libiberty/ChangeLog:
      * Makefile.in: chmod 644 before ranlib during install.
      gcc/ChangeLog:
      * mklibgcc.in: chmod 644 before ranlib during install.
      libjava/classpath/ChangeLog:
      * ltconfig: chmod 644 before ranlib during install.
      
      From-SVN: r115183
      Peter O'Gorman committed
    • re PR fortran/28174 (Corruption of multiple character arrays when passing array sections) · 1855915a
      2006-07-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/28174
      	* trans-array.c (gfc_conv_expr_descriptor): When building temp,
      	ensure that the substring reference uses a new charlen.
      	* trans-expr.c (gfc_conv_aliased_arg): Add the formal intent to
      	the argument list, lift the treatment of missing string lengths
      	from the above and implement the use of the intent.
      	(gfc_conv_function_call): Add the extra argument to the call to
      	the above.
      
      	PR fortran/28167
      	* trans-array.c (get_array_ctor_var_strlen): Treat a constant
      	substring reference.
      	* array.c (gfc_resolve_character_array_constructor): Remove 
      	static attribute and add the gfc_ prefix, make use of element
      	charlens for the expression and pick up constant string lengths
      	for expressions that are not themselves constant.
      	* gfortran.h : resolve_character_array_constructor prototype
      	added.
      	* resolve.c (gfc_resolve_expr): Call resolve_character_array_
      	constructor again after expanding the constructor, to ensure
      	that the character length is passed to the expression.
      
      2006-07-04  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/28174
      	* gfortran.dg/actual_array_substr_2.f90: New test.
      
      	PR fortran/28167
      	* gfortran.dg/actual_array_constructor_2.f90: New test.
      
      From-SVN: r115182
      Paul Thomas committed