1. 28 Jan, 2007 2 commits
  2. 27 Jan, 2007 12 commits
  3. 26 Jan, 2007 17 commits
  4. 25 Jan, 2007 9 commits
    • re PR fortran/30437 (-Wno-all is rejected (even when fortran is not included)) · 4428e682
      2007-01-25  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
      
      	PR fortran/30437
      fortran/
      	* lang.opt (Wall): Remove RejectNegative.
      	* options.c (gfc_handle_option): Wall can be disabled.
      	(set_Wall): Add a parameter for disabling Wall.
      testsuite/	
      	* gcc.dg/Wall.c: New.
      	* gcc.dg/Wno-all.c: New.
      	* gfortran.dg/Wall.f90: New.
      	* gfortran.dg/Wno-all.f90: New.
      
      From-SVN: r121186
      Manuel López-Ibáñez committed
    • jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare. · 161a649c
              * include/jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.
              * gnu/classpath/jdwp/natVMVirtualMachine.cc
              (_Jv_GetJDWP_JVMTIEnv): New function.
              * gnu/classpath/jdwp/natVMMethod.cc (getName): Implement.
              (getSignature): Implement.
              (getModifiers): Implement.
      
      From-SVN: r121185
      Keith Seitz committed
    • re PR target/25127 (internal compiler error: in rs6000_emit_prologue, at… · 22fa69da
      re PR target/25127 (internal compiler error: in rs6000_emit_prologue, at config/rs6000/rs6000.c:14039)
      
      2007-01-24  Geoffrey Keating  <geoffk@apple.com>
      
      	PR 25127
      	* config/rs6000/rs6000.c (first_altivec_reg_to_save): On Darwin,
      	save Altivec registers in an eh_return function.
      	(compute_vrsave_mask): Likewise.
      	(rs6000_stack_info): Correct AIX/Darwin stack alignment computation
      	for saving Altivec registers.
      	(rs6000_emit_prologue): Don't allocate stack twice in
      	eh_return function.  Correct expected value of altivec_save_offset
      	when using save_world.  Describe save of R0 to stack when using
      	save_world.  Describe stack pointer adjustment when using
      	save_world.  Remove duplicated eh_return parameter register saving.
      	Update sp_offset variable after save_world.
      	* config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA): Remove
      	darwin-world.asm.
      	(LIB2FUNCS_EXTRA): Add darwin-world.asm.
      	* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): -m64
      	implies Altivec.
      
      Index: gcc/testsuite/ChangeLog
      2007-01-24  Geoffrey Keating  <geoffk@apple.com>
      
      	* gcc.target/powerpc/darwin-ehreturn-1.c: New.
      	* g++.dg/eh/simd-2.C: Also run on Darwin.
      	* g++.dg/eh/simd-3.C: New.
      	* g++.dg/eh/simd-4.C: New.
      
      From-SVN: r121184
      Geoffrey Keating committed
    • configure, [...]: Rebuilt. · 9fe94447
      2007-01-25  Andrew Haley  <aph@redhat.com>
      
      	* configure, Makefile.in, include/config.h.in: Rebuilt.
      	* Makefile.am (libgcj_la_LIBADD): Removed $(LIBMAGIC).
      	* configure.ac: Don't check for libmagic.
      	* java/net/natVMURLConnection.cc (p_magic_open, p_magic_load,
      	p_magic_close, p_magic_buffer): New globals.
      	(init): Look up 'magic' functions.
      	(guessContentTypeFromBuffer): Updated.
      
      From-SVN: r121183
      Andrew Haley committed
    • re PR target/30272 (Build failure under SGI Irix (GFortran)) · a942e89f
      2007-01-25  Daniel Franke <franke.daniel@gmail.com>
      
              PR target/30272
              * inclhack.def(broken_cabs): Also remove definition of cabsl.
              * fixincl.x: Regenerate.
              * tests/base/math.h: Update.
      
      From-SVN: r121182
      Daniel Franke committed
    • * config.gcc (ia64*-*-hpux*): Make posix threads the default. · 79e8b6c0
      From-SVN: r121180
      Steve Ellcey committed
    • jvmti.cc (_Jv_JVMTI_GetMethodName): New function. · ff393407
              * jvmti.cc (_Jv_JVMTI_GetMethodName): New function.
              (_Jv_JVMTI_Interface): Define GetMethodName.
              * testsuite/libjava.jvmti/getmethodname.java: New file.
              * testsuite/libjava.jvmti/natgetmethodname.cc: New file.
              * testsuite/libjava.jvmti/getmethodname.out: New file.
      
      From-SVN: r121179
      Keith Seitz committed
    • re PR target/30182 (FAIL: gcc.dg/pr28796-2.c (test for excess errors)) · 7d522000
      	PR other/30182
      	* config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
      	* config/ia64/ia64.c (ia64_init_builtins):  Ditto.
      
      From-SVN: r121178
      Steve Ellcey committed
    • decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERFLOW. · cd259a98
      
      	* decl.c (gnat_to_gnu_entity): Use TREE_OVERFLOW instead of
      	TREE_CONSTANT_OVERFLOW.
      	(allocatable_size_p, annotate_value): Likewise.
      	* trans.c (gnat_to_gnu): Likewise.
      	* utils.c (unchecked_convert): Likewise.
      	* utils2.c (build_simple_component_ref): Likewise.
      
      From-SVN: r121177
      Roger Sayle committed