1. 05 Jun, 2006 19 commits
    • re PR libgcj/27892 (gij.cc:104: error: 'setenv' was not declared in this scope) · 8a398c2c
      	PR libgcj/27892:
      	* gij.cc (main): Use putenv.
      
      From-SVN: r114410
      Tom Tromey committed
    • * stor-layout.c (debug_rli): Fix a typo in a debug message. · 0c397f9c
      From-SVN: r114409
      Kazu Hirata committed
    • data.c (gfc_assign_data_value): Fix comment typo. · 6c655c5e
      2006-06-05  Steven G. Kargl  <kargls@comcast.net>
      
              * data.c (gfc_assign_data_value):  Fix comment typo.  Remove
              a spurious return.
      
      From-SVN: r114406
      Steven G. Kargl committed
    • Fix typo... · a40df91b
      From-SVN: r114405
      Mike Stump committed
    • * objc.dg/objc-fast-4.m: Skip for ppc64. · 1ee8df1c
      From-SVN: r114404
      Mike Stump committed
    • re PR bootstrap/27674 (make -j3 all-gcc fails when building natively) · 3ff3adad
      2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR 27674
      	* Makefile.tpl (configure-[+prefix+][+module+],
      	all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
      	Remove rule to unstage bootstrapped modules.
      	(stage_current): New.
      	* Makefile.in: Regenerate.
      
      From-SVN: r114395
      Paolo Bonzini committed
    • * dg-cmp-results.sh: New script for comparing DejaGNU logs. · afef9a5b
      From-SVN: r114393
      James Lemke committed
    • re PR testsuite/27705 (gcc.dg/sibcall-7.c execution test fails) · 8a10503f
      	PR testsuite/27705
      	* gcc.dg/sibcall-7.c: Do not run on ia64-*-* platforms.
      
      From-SVN: r114391
      Steve Ellcey committed
    • re PR target/27051 (Compiler generates .sdata when -mno-sdata specified) · 1f4a2e84
      	PR target/27051
      	* config/ia64/ia64.c (ia64_select_rtx_section): Check TARGET_NO_SDATA.
      
      From-SVN: r114390
      Steve Ellcey committed
    • re PR bootstrap/27818 (libjava installs libltdl sources in $prefix/share/libtool) · 3118f0d5
      	PR gcc/27818:
      	* Makefile.in: Rebuilt.
      	* Makefile.am (install-data-local): Define conditionally.
      
      From-SVN: r114389
      Tom Tromey committed
    • re PR tree-optimization/26360 (Autovectorization of char -> int loop gets ICE) · a8b28492
      Changelog:
              PR tree-optimization/26360
              * tree-vectorizer.c (destroy_loop_vec_info): Remove (dead) pattern
              stmts.
      
      testsuite/Changelog:
              PR tree-optimizations/26360
              * gcc.dg/vect/vect.exp: Compile tests prefixed with "no-tree-dce"
              with -fno-tree-dce.
              * gcc.dg/vect/no-tree-dce-pr26360.c: New test.
      
      
      
      Co-Authored-By: Victor Kaplansky <victork@il.ibm.com>
      
      From-SVN: r114386
      Dorit Nuzman committed
    • re PR fortran/14067 (no warning when character data statement overflows declared size) · 6690a9e0
      2006-06-05  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/14067
      	* data.c (create_character_intializer): Add warning message
      	for truncated string.
      
      	PR fortran/16943
      	* symbol.c : Include flags.h.
      	(gfc_add_type): If a procedure and types are the same do not
      	throw an error unless standard is less than gnu or pedantic.
      
      	PR fortran/20838
      	* parse.c (parse_do_block): Error if named block do construct
      	does not have a named enddo.
      
      	PR fortran/27655
      	* check.c (gfc_check_associated): Pick up EXPR_NULL for pointer
      	as well as target and put error return at end of function.
      
      2006-06-05  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/14067
      	* gfortran.dg/data_char_1.f90: Add messages for truncated
      	strings.
      
      	PR fortran/16943
      	* gfortran.dg/func_decl_2.f90: New test.
      
      	PR fortran/20838
      	* gfortran.dg/do_2.f90: New test.
      
      	PR fortran/27655
      	* gfortran.dg/associated_3.f90: New test.
      
      From-SVN: r114385
      Paul Thomas committed
    • [multiple changes] · 86ad0dd6
      2006-06-05  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/tr1/random.tcc (Max::value()): Cast 1 to Tp(1) and
      	adjust shift count to w; rename as Max_w.
      	(struct Mod_w): New.
      	(mersenne_twister<>::seed(Gen&, false_type): Use the latter.
      	(mersenne_twister<>::operator()()): Fix ~0ul to ~_UInt().
      	* testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
      	cons/default.cc: Fix ~0ul to 2^32-1.
      	* testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
      	cons/gen1.cc: Likewise.
      
      2006-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.com>
      
      	* include/tr1/random: New.
      	* include/tr1/random.tcc: Likewise.
      	* include/Makefile.am: Add.
      	* testsuite/tr1/5_numerical_facilies/random/ranlux3.cc: New.
      	* testsuite/tr1/5_numerical_facilies/random/ranlux4.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/variate_generator/
      	requirements/typedefs.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
      	cons/seed1.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
      	cons/seed2.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
      	cons/default.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
      	cons/gen1.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
      	requirements/typedefs.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
      	operators/equal.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
      	operators/not_equal.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
      	operators/serialize.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/uniform_real/
      	requirements/typedefs.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/discard_block/
      	requirements/requirements.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	cons/seed1.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	cons/seed2.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	cons/default.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	cons/gen1.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	requirements/non_uint_neg.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	requirements/typedefs.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	operators/equal.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	operators/not_equal.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/linear_congruential/
      	operators/serialize.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/xor_combine/
      	requirements/typedefs.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/minstd_rand.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/minstd_rand0.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/uniform_int/
      	cons/range.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/uniform_int/
      	cons/default.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/uniform_int/
      	cons/range_neg.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/uniform_int/
      	requirements/typedefs.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
      	cons/seed1.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
      	cons/seed2.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
      	cons/default.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
      	cons/gen1.cc: Likewise.
      	* testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
      	requirements/typedefs.cc: Likewise.
      	* include/Makefile.in: Regenerate.
      	* testsuite/tr1/headers.cc: Update.
      
      From-SVN: r114384
      Paolo Carlini committed
    • re PR c++/27819 (ICE casting static const variables) · 2b643eda
      	PR c++/27819
      	* decl.c (cp_finish_decl): Process initializers for static data
      	members with non-dependent initializers, even in templates.
      	PR c++/27722
      	* decl.c (maybe_deduce_size_from_array_init): If the declaration
      	is erroneous, give it an erroneous type.
      	(layout_var_decl): If the type is erroneous, give up.
      	(check_initializer): Likewise.
      	PR c++/27807
      	* cp-tree.h (TYPE_OBJ_P): New macro.
      	(TYPE_PTROB_P): Use it.
      	(TYPE_REF_OBJ_P): Likewise.
      	* semantics.c (finish_compound_literal): Do not permit compound
      	literals of non-object types.
      	PR c++/27806
      	* typeck.c (original_type): Robustify.
      	PR c++/27819
      	* g++.dg/template/static25.C: New test.
      	PR c++/27722
      	* g++.dg/init/array21.C: New test.
      	PR c++/27807
      	* g++.dg/ext/complit7.C: New test.
      	
      	PR c++/27806
      	* g++.dg/parse/ptrmem5.C: New test.
      
      From-SVN: r114382
      Mark Mitchell committed
    • re PR middle-end/27382 (ICE in c_common_truthvalue_conversion with label address) · b42b286a
      
      	PR middle-end/27382
      	PR c/27150
      	* gcc.dg/pr27150-1.c: New testcase.
      	* gcc.dg/pr27382-1.c: New testcase.
      	* gcc.dg/pr27382-2.c: New testcase.
      
      From-SVN: r114381
      Roger Sayle committed
    • re PR middle-end/27382 (ICE in c_common_truthvalue_conversion with label address) · ffbf5f7f
      
      	PR middle-end/27382
      	* c-common.c (c_common_truthvalue_conversion): Explicitly check
      	for LABEL_DECL before calling DECL_WEAK.
      
      	PR c/27150
      	* c-typeck.c (build_binary_op): Likewise, explicitly check for
      	LABEL_DECL and PARM_DECL.
      
      	* gcc.dg/pr27150-1.c: New testcase.
      	* gcc.dg/pr27382-1.c: New testcase.
      	* gcc.dg/pr27382-2.c: New testcase.
      
      
      Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu>
      
      From-SVN: r114380
      Roger Sayle committed
    • re PR c/25161 (Internal compiler error (segfault) instead of error message) · 5c076987
      	PR c/25161
      	PR c/27020
      	* c-decl.c (grokdeclarator): Disallow variably modified types at
      	file scope.  Avoid marking shared array type of constant size as
      	VLA.
      
      testsuite:
      	* gcc.dg/array-10.c: New test.
      
      From-SVN: r114378
      Joseph Myers committed
    • re PR c++/27804 (ICE with invalid const variable) · 1ac8104c
      	PR c++/27804
      	* init.c (constant_value_1): Return decl instead of error_mark_node
      	for invalid initializers.
      
      	PR c++/27804
      	* g++.dg/init/const4.C: New test.
      	* g++.dg/init/member1.C: Add error-marker.
      	* g++.dg/other/fold1.C: Adjust error-marker.
      
      From-SVN: r114377
      Volker Reichelt committed
    • Daily bump. · 30f87202
      From-SVN: r114375
      GCC Administrator committed
  2. 04 Jun, 2006 10 commits
  3. 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
  4. 02 Jun, 2006 3 commits