aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-08-13Makefile.in (extra_ldflags_libobjc): New.Andrew Pinski5-11/+36
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> * Makefile.in (extra_ldflags_libobjc): New. (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line. (libobjc_gc$(libext).la): Likewise. * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to "-Wl,-single_module". * configure: Regenerate. * linking.m (_objcInit): Remove. From-SVN: r103064
2005-08-13objc.exp (objc_target_compile): Check for -fgnu-runtime in ${options} ↵Andrew Pinski3-4/+10
instead of [target_info name]. 2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime in ${options} instead of [target_info name]. * lib/obj-c++.exp (objc_target_compile): Likewise. From-SVN: r103063
2005-08-13stubify-2.m: Correct the name of the rtl dump file.Andrew Pinski2-1/+5
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> * objc.dg/stubify-2.m: Correct the name of the rtl dump file. From-SVN: r103062
2005-08-13part of PR testsuite/23348Andrew Pinski3-12/+48
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> part of PR testsuite/23348 * lib/objc-torture.exp: Add -fgnu-runtime and/or -fnext-runtime to each of the torture options. * objc/compile/trivial.m: New test. From-SVN: r103061
2005-08-13Document compatibility with earlier ProPolice implementation.James E Wilson2-1/+6
* c-cppbuiltin.c (c_cpp_builtins): Add comment for flag_stack_protect macros. From-SVN: r103058
2005-08-13Add missing docs for feature added by Richard Henderson.James E Wilson3-4/+43
* doc/cpp.texi (__SSP__, __SSP_ALL__): Document. * doc/invoke.texi (-Wstack-protector, -fstack-protector, -fstack-protector-all, --param ssp-buffer-size): Document. (-Wvariadic-macros): Alphabetize. (-fsched-stalled-insns-dep): Add missing 'f'. From-SVN: r103057
2005-08-13rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed or indirect address operand.David Edelsohn3-1/+16
* config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed or indirect address operand. (EXTRA_ADDRESS_CONSTRAINT): New. * config/rs6000/rs6000.md (prefetch): Change constraint "p" to "a". From-SVN: r103056
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop14-60/+323
PR tree-optimization/22236 * tree-cfg.c (print_pred_bbs, print_succ_bbs): Correctly print successors and predecessors. * tree-chrec.c (chrec_convert): Before converting, check that sequences don't wrap. * tree-data-ref.c (compute_estimated_nb_iterations): Moved ... (analyze_array): Extern. (find_data_references_in_loop): Remove call to compute_estimated_nb_iterations. * tree-data-ref.h (analyze_array): Declared. * tree-flow-inline.h (single_ssa_tree_operand, single_ssa_use_operand, single_ssa_def_operand, zero_ssa_operands): Fix documentation. * tree-flow.h (scev_probably_wraps_p): Declare with an extra parameter. * tree-scalar-evolution.c (instantiate_parameters_1): Factor entry condition. * tree-ssa-loop-ivcanon.c: Fix documentation. * tree-ssa-loop-ivopts.c (idx_find_step): Add a fixme note. * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): ... here. (infer_loop_bounds_from_undefined): New. (estimate_numbers_of_iterations_loop): Use infer_loop_bounds_from_undefined. (used_in_pointer_arithmetic_p): New. (scev_probably_wraps_p): Pass an extra parameter. Call used_in_pointer_arithmetic_p. Check that AT_STMT is not null. (convert_step): Fix documentation. * tree-vrp.c (adjust_range_with_scev): Call instantiate_parameters. Use initial_condition_in_loop_num and evolution_part_in_loop_num instead of CHREC_LEFT and CHREC_RIGHT. Adjust the call to scev_probably_wraps_p. From-SVN: r103055
2005-08-13s390.c (s390_split_branches): Revert 2005-08-12 change.Ulrich Weigand2-18/+26
* config/s390/s390.c (s390_split_branches): Revert 2005-08-12 change. (s390_register_info): Ignore clobbered_regs information for fixed registers, and only fixed registers. (s390_init_frame_layout): Remove redundant call. From-SVN: r103054
2005-08-13Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r103048.2
2005-08-12eoshift.f90: Correct format.Thomas Koenig2-1/+5
2005-08-12 Thomas Koenig <Thomas.Koenig@online.de> * gfortran.dg/eoshift.f90: Correct format. From-SVN: r103045
2005-08-12invoke.texi (C++ Dialect Options): Add dynamic_cast to description of ↵Gerald Pfeifer2-3/+8
-Wold-style-casts. * doc/invoke.texi (C++ Dialect Options): Add dynamic_cast to description of -Wold-style-casts. From-SVN: r103044
2005-08-12005-08-12 Thomas Koenig <Thomas.Koenig@online.de>Thomas Koenig2-1/+6
* gfortran.fortran-torture/execute/character_passing.f90: Fix comment typo. From-SVN: r103042
2005-08-12* MAINTAINERS (Write After Approval): Add myself.Maciej W. Rozycki2-0/+5
From-SVN: r103041
2005-08-12re PR libgcj/23353 (clone() copies internal lock data with hash ↵Morgan Deters2-1/+11
synchronization off) 2005-08-12 Morgan Deters <mdeters@morgandeters.com> PR libgcj/23353: * java/lang/natObject.cc (clone): Clear sync_info. From-SVN: r103039
2005-08-12configure.in: Replace NCN_STRICT_CHECK_TOOL with NCN_STRICT_CHECK_TOOLS...Paolo Bonzini5-602/+629
toplevel: 2005-08-12 Paolo Bonzini <bonzini@gnu.org> * configure.in: Replace NCN_STRICT_CHECK_TOOL with NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS. Look for alternate names of the target cc and c++ * configure: Regenerate. config: 2005-08-12 Paolo Bonzini <bonzini@gnu.org> * config/acx.m4 (NCN_CHECK_TARGET_TOOL, NCN_STRICT_CHECK_TOOL, NCN_STRICT_CHECK_TARGET_TOOL): Remove. (NCN_STRICT_CHECK_TOOLS, NCN_STRICT_CHECK_TARGET_TOOLS): New, based on the deleted macros. From-SVN: r103036
2005-08-12linux.h (TARGET_THREAD_SSP_OFFSET): Define.Andreas Krebbel5-7/+100
2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com> Jakub Jelinek <jakub@redhat.com> * config/s390/linux.h (TARGET_THREAD_SSP_OFFSET): Define. * config/s390/s390-protos.h (s390_get_thread_pointer): Prototype added. * config/s390/s390.c (print_operand): New output modifier 'G' added. (get_thread_pointer): Renamed to s390_get_thread_pointer. * config/s390/s390.md (stack_protect_set, stack_protect_test): If TARGET_THREAD_SSP_OFFSET is defined, change operands[1] to (MEM:P (PLUS:P (tp, TARGET_THREAD_SSP_OFFSET))). (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants. ("stack_protect_set", "stack_protect_test"): New expanders. ("stack_protect_setsi", "stack_protect_setdi", "stack_protect_testsi", "stack_protect_testdi"): New insn definitions. Co-Authored-By: Jakub Jelinek <jakub@redhat.com> From-SVN: r103034
2005-08-12s390.md ("*movdf_31"): Changed constraint from P to K.Andreas Krebbel2-1/+5
2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.md ("*movdf_31"): Changed constraint from P to K. From-SVN: r103033
2005-08-12lib1funcs.asm: Error if __ARM_ARCH__ not set.Paul Brook2-0/+8
2005-08-12 Paul Brook <paul@codesourcery.com> * config/arm/lib1funcs.asm: Error if __ARM_ARCH__ not set. [[Split portion of a mixed commit.]] From-SVN: r103029.2
2005-08-12predicates.md (setmem_operand): New predicate.Andreas Krebbel4-3/+70
2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/predicates.md (setmem_operand): New predicate. (shift_count_operand): Accept ANDs with special constants as operand. * config/s390/s390.c (print_shift_count_operand): Skip ANDs with special constants. * config/s390/s390.md ("setmem_long", "*setmem_long"): Replaced shift_count_operand with setmem_operand. From-SVN: r103028
2005-08-12s390.c (s390_extract_part, [...]): Type cast added.Andreas Krebbel3-16/+33
2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.c (s390_extract_part, s390_single_part): Type cast added. (s390_const_ok_for_constraint_p): Added SImode to the N constraint. (s390_output_mi_thunk): Don't use lg on 31 bit. * config/s390/s390.md ("*movdi_31", "*movdf_31"): Added lmy and stmy. ("*llgt_sisi" and splitter): Replaced TARGET_64BIT with TARGET_ZARCH. From-SVN: r103027
2005-08-12s390.c (CONST_OK_FOR_J, [...]): New macros.Andreas Krebbel2-19/+33
2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.c (CONST_OK_FOR_J, CONST_OK_FOR_K): New macros. (s390_select_ccmode, s390_rtx_costs, legitimate_reload_constant_p, s390_init_frame_layout, s390_emit_prologue, s390_emit_epilogue, s390_output_mi_thunk): Replaced uses of CONST_OK_FOR_CONSTRAINT_P with one of the new macros. From-SVN: r103026
2005-08-12s390.c (s390_split_branches, [...]): Don't set save_return_addr_p.Andreas Krebbel2-14/+17
2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.c (s390_split_branches, s390_init_frame_layout): Don't set save_return_addr_p. (s390_register_info): Make clobbered_regs not depending on save_return_addr_p. From-SVN: r103025
2005-08-12re PR c++/8271 (Templates and pointers to const member functions)Giovanni Bajo2-0/+53
PR c++/8271 * g++.dg/template/unify10.C: New. From-SVN: r103022
2005-08-12re PR c++/21799 (Spurious ambiguity with pointers to members)Nathan Sidwell2-29/+32
cp: PR c++/21799 PR c++/8271 * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers explicitly. PR c++/21799 Revert my 2005-07-08 patch * pt.c (type_unification_real): Remove is_method_argument and assoicated checks. (fn_type_unification, unify): Adjust type_unification_real calls. From-SVN: r103021
2005-08-12gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.Kaz Kojima2-2/+7
* gcc.c (LINK_SSP_SPEC): Remove space before a trailing }. (LINK_COMMAND_SPEC): Add space after %(link_ssp). From-SVN: r103020
2005-08-12Fix date of last entry, remove extra whitespaceAndreas Jaeger1-3/+3
From-SVN: r103019
2005-08-12pr22514.C: Move to...James A. Morrison2-0/+5
2005-08-11 James A. Morrison <phython@gcc.gnu.org> * g++.dg/parse/pr22514.C: Move to... * g++.dg/debug/pr22514.C: here. From-SVN: r103016
2005-08-11Fix debian bug 307503, error compiling libatomic-ops package.James E Wilson2-0/+11
* config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New. From-SVN: r103015
2005-08-12Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r103012.2
2005-08-11re PR c++/23266 (ICE on pure specifier for static method)Volker Reichelt4-5/+45
PR c++/23266 * decl2.c (grokfield): Check that method is not static before marking it as pure. PR c++/23266 * g++.dg/inherit/pure1.C: New test. * ChangeLog: Fix typos. From-SVN: r103006
2005-08-11dwarf2out.c (add_location_or_const_value_attribute): Prefer locations ↵Jakub Jelinek2-11/+18
gathered by var-tracking in single entry loc_list over... * dwarf2out.c (add_location_or_const_value_attribute): Prefer locations gathered by var-tracking in single entry loc_list over loc_descriptor_from_tree. From-SVN: r103004
2005-08-11dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument, pass it ↵Jakub Jelinek2-31/+44
down to loc_descriptor. * dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument, pass it down to loc_descriptor. (loc_descriptor): Pass can_use_fbreg to concat_loc_descriptor. (containing_function_has_frame_base): Move earlier in the file. (loc_descriptor_from_tree_1): Use containing_function_has_frame_base instead of always assuming fbreg can't be used. From-SVN: r103003
2005-08-11configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek9-116/+433
* configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test. (AH_BOTTOM): Add FFI_HIDDEN definition. * configure: Rebuilt. * fficonfig.h.in: Rebuilt. * src/powerpc/ffi.c (hidden): Remove. (ffi_closure_LINUX64, ffi_prep_args64, ffi_call_LINUX64, ffi_closure_helper_LINUX64): Use FFI_HIDDEN instead of hidden. * src/powerpc/linux64_closure.S (ffi_closure_LINUX64, .ffi_closure_LINUX64): Use FFI_HIDDEN instead of .hidden. * src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV): Remove, add FFI_HIDDEN to its prototype. (ffi_closure_SYSV_inner): New. * src/x86/sysv.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New. * src/x86/win32.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New. From-SVN: r103002
2005-08-11altivec.md: Change constraint "m" to "Z".David Edelsohn4-19/+55
* config/rs6000/altivec.md: Change constraint "m" to "Z". * config/rs6000/predicates.md (indexed_or_indirect_operand): Accept address wrapped in AND for Altivec. * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Strip AND wrapping offset address for Altivec. From-SVN: r103001
2005-08-11re PR middle-end/23312 (ACATS ICE (32) gimplify_one_sizepos, at gimplify.c:4659)Richard Henderson2-1/+9
PR middle-end/23312 * gimplify.c (gimplify_one_sizepos): Check for INTEGER_TYPE before using TYPE_IS_SIZETYPE. From-SVN: r102997
2005-08-11re PR target/22225 (Tru64 UNIX testsuite failure: gcc.dg/vect/pr18536.c: ICE ↵Richard Henderson2-0/+19
in in alphaev4_insn_pipe) PR target/22225 * config/alpha/alpha.c (alphaev4_insn_pipe): Add take pipes for insn types not present on ev4. (alphaev5_insn_pipe): Similarly. From-SVN: r102996
2005-08-11re PR target/23250 (4.0.1 switch -mcallee-super-interworking generating ↵Richard Earnshaw2-0/+11
wrong code for ARM7TDMI) PR target/23250 * arm.c (arm_override_options): If the user has selected callee-super- interworking, then enable normal interworking. From-SVN: r102993
2005-08-11* ChangeLog: forgot to add ChangeLog entry in previous commit.François-Xavier Coudert1-0/+5
From-SVN: r102991
2005-08-11re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert14-6/+206
PR libfortran/20006 * gfortran.h: Add is_main_program member to symbol_attribute. * trans-decl: Add a gfor_fndecl_set_std tree. (gfc_build_builtin_function_decls): Create it. (gfc_generate_function_code): Add this call at the beginning of the main program. * trans.c (gfc_generate_code): Move main_program and attr. * trans.h: Add declaration for gfor_fndecl_set_std. * Makefile.am: Add file runtime/compile_options.c. * Makefile.in: Regenerate. * libgfortran.h: Create structure compile_options_t. Define the compile_options variable and GFC_STD_ macros. * runtime/compile_options.c: New file. * runtime/error.c (notify_std): New function. * runtime/main.c (init): Call init_compile_options during initialization. * io/format.c: Use the new notify_std function for the $ descriptor extension. * gfortran.dg/runtime_warning_1.f90: New test. Co-Authored-By: Steven Bosscher <stevenb@suse.de> From-SVN: r102990
2005-08-11[multiple changes]Andrew Haley3-7/+23
2005-08-10 Andrew Haley <aph@redhat.com> * java-gimplify.c (java_gimplify_modify_expr): Fix any pointer type mismatches to make legal GIMPLE. 2005-08-10 Robin Green <greenrd@greenrd.org> PR java/23230: * parse.y (maybe_use_access_method): Generalize check from java.lang.Object to any superclass of current_class From-SVN: r102988
2005-08-11x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition.Rainer Orth2-0/+6
* config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition. From-SVN: r102987
2005-08-11split-for-gcj.sh: Don't use unportable %{parameter%word}.Rainer Orth2-5/+10
* lib/split-for-gcj.sh: Don't use unportable %{parameter%word}. Don't use unportable !. From-SVN: r102986
2005-08-11* doc/rtl.texi: Fix two typos.Wu Zhou2-2/+6
From-SVN: r102985
2005-08-11re PR c++/23219 (ICE: Segmentation fault in decl_namespace_context)Nathan Sidwell4-96/+112
cp: PR c++/23219 * name-lookup.c (pushtag): Process the template type before altering the identifier lookup fields. Remove unreachable code creating an empty stub decl. testsuite: PR c++/23219 * g++.dg/parse/crash28.C: New. From-SVN: r102982
2005-08-11re PR target/23289 (tail call optimization not performed)Richard Guenther4-2/+48
2005-08-11 Richard Guenther <rguenther@suse.de> PR target/23289 * config/i386/i386.c (ix86_function_ok_for_sibcall): Handle cases where we call to/from functions returning void. * gcc.target/i386/tailcall-1.c: New testcase. From-SVN: r102981
2005-08-11vect-67.c: Un-xfail.James A. Morrison2-1/+5
2005-08-10 James A. Morrison <phython@gc.gnu.org> * gcc.dg/vect/vect-67.c: Un-xfail. From-SVN: r102978
2005-08-11re PR c++/23225 (tree check: expected class type, have exceptional ↵James A. Morrison4-1/+23
(error_mark) in build_pointer_type_for_mode, at tree.c:4246) 2005-08-10 James A. Morrison <phython@gcc.gnu.org> PR c++/23225 * tree.c (build_pointer_type_for_mode): Robustify. From-SVN: r102977
2005-08-10Fix problem reported by Mike Stump on the gcc list, useless default defintion.James E Wilson5-22/+9
* defaults.h, config/alpha/alpha.h, config/ia64/ia64.h (ASM_OUTPUT_ADDR_VEC_ELT): Delete. * config/alpha/alpha.c (alpha_arg_partial_bytes): Change "(CUM)." to "cum->". From-SVN: r102970
2005-08-11Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r102967.2