1. 04 Jun, 2006 6 commits
  2. 03 Jun, 2006 8 commits
    • trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages. · dd18a33b
      	* trans.c (gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return):
      	Add strings for common runtime error messages.
      	(gfc_trans_runtime_check): Add a locus argument, use a string
      	and not a string tree for the message.
      	* trans.h (gfc_trans_runtime_check): Change prototype accordingly.
      	(gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return): Add proto.
      	* trans-const.c (gfc_strconst_bounds, gfc_strconst_fault,
      	gfc_strconst_wrong_return, gfc_strconst_current_filename): Remove.
      	(gfc_init_constants): Likewise.
      	* trans-const.h: Likewise.
      	* trans-decl.c (gfc_build_builtin_function_decls): Call to
      	_gfortran_runtime_error has only one argument, the message string.
      	* trans-array.h (gfc_conv_array_ref): Add a symbol argument and a
      	locus.
      	* trans-array.c (gfc_trans_array_bound_check): Build precise
      	error messages.
      	(gfc_conv_array_ref): Use the new symbol argument and the locus
      	to build more precise error messages.
      	(gfc_conv_ss_startstride): More precise error messages.
      	* trans-expr.c (gfc_conv_variable): Give symbol reference and
      	locus to gfc_conv_array_ref.
      	(gfc_conv_function_call): Use the new prototype for
      	gfc_trans_runtime_check.
      	* trans-stmt.c (gfc_trans_goto): Build more precise error message.
      	* trans-io.c (set_string): Likewise.
      	* trans-intrinsic.c (gfc_conv_intrinsic_bound): Use new prototype
      	for gfc_trans_runtime_check.
      
      From-SVN: r114346
      Francois-Xavier Coudert committed
    • Makefile.in: Add html and install-html targets. · 4f3d9054
      
      2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
      
      	* Makefile.in: Add html and install-html targets.
      
      From-SVN: r114345
      Carlos O'Donell committed
    • MAINTAINERS (Write After Approval): Update my e-mail address. · 898e551d
      2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
      
      	* MAINTAINERS (Write After Approval): Update my e-mail address.
      
      From-SVN: r114343
      Laurynas Biveinis committed
    • jar.in: Ensure return with argument has non-empty argument. · 42e49930
      2006-06-03  Paolo Bonzini  <bonzini@gnu.org>
      
      	* scripts/jar.in: Ensure return with argument has non-empty argument.
      
      From-SVN: r114341
      Paolo Bonzini committed
    • Update copyright notice on host-darwin.c. · 2d4cd9a3
      From-SVN: r114340
      Geoffrey Keating committed
    • Index: gcc/ChangeLog · 4f6d8cc8
      2006-06-02  Geoffrey Keating  <geoffk@apple.com>
      
      	* config/rs6000/host-darwin.c (sigaltstack): Protect prototype with
      	HAVE_DECL_SIGALTSTACK.
      	(MC_FLD): New.
      	(segv_handler): Use MC_FLD.
      	* configure.ac: Check for a sigaltstack declaration.
      	Compute HAS_MCONTEXT_T_UNDERSCORES on Darwin.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      Index: boehm-gc/ChangeLog
      2006-06-02  Geoffrey Keating  <geoffk@apple.com>
      
      	* configure.ac: Define HAS_PPC_THREAD_STATE_R0,
      	HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
      	HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
      	HAS_I386_THREAD_STATE___EAX.
      	* configure: Regenerate.
      	* include/gc_config.h.in: Regenerate.
      	* darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
      	macro names to determine value.
      	(THREAD_STATE): New.
      	(THREAD_FLD): New.
      	(GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
      
      From-SVN: r114339
      Geoffrey Keating committed
    • 20000804-1.c: Skip if i?86-darwin. · 347b9c46
      2006-06-02  Eric Christopher  <echristo@apple.com>
      
              * gcc.c-torture/compile/20000804-1.c: Skip if i?86-darwin.
              * gcc.target/i386/20020523-1.c: Skip if darwin.
              * gcc.target/i386/asm-3.c: Ditto.
              * gcc.target/i386/20011119-1.c: Ditto.
              * gcc.target/i386/clobbers.c: Remove pic part of test.
      
      From-SVN: r114338
      Eric Christopher committed
    • Daily bump. · 428659d2
      From-SVN: r114336
      GCC Administrator committed
  3. 02 Jun, 2006 6 commits
  4. 01 Jun, 2006 19 commits
  5. 31 May, 2006 1 commit