- 01 Sep, 2005 4 commits
-
-
emit-rtl.c (set_mem_attributes_minus_bitpos): Look through component-like references for setting MEM_NOTRAP_P. * emit-rtl.c (set_mem_attributes_minus_bitpos): Look through component-like references for setting MEM_NOTRAP_P. * config/i386/i386.c (ix86_setup_incoming_varargs): Set MEM_NOTRAP_P. * config/alpha/alpha.c (alpha_setup_incoming_varargs): Likewise. From-SVN: r103714
Richard Henderson committed -
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu> PR objc/23306 * objc-act.c (generate_strings): Remove and move code to finish decl to ... (add_objc_string): here when creating a new string decl. (finish_objc): Don't call generate_strings. 2005-08-31 Andrew Pinski <pinskia@physics.uc.edu> PR objc/23306 * objc.dg/image-info.m: Remove "objc_module_info" check part of the scan-assmbler. From-SVN: r103713
Andrew Pinski committed -
* expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Force subregs into a pseudo before applying gen_lowpart. From-SVN: r103712
Richard Henderson committed -
[[Split portion of a mixed commit.]] From-SVN: r103709.2
GCC Administrator committed
-
- 31 Aug, 2005 27 commits
-
-
* doc/install.texi (Specific): Update cctools version required for full functionality. * config/darwin.h (LINK_SPEC): Pass -mmacosx-version-min to the linkers as -macosx_version_min. From-SVN: r103702
Geoffrey Keating committed -
From-SVN: r103701
Mike Stump committed -
2005-08-31 J"orn Rennecke <joern.rennecke@st.com> gcc: PR target/21255 * sh.c (print_operand, %R and %S): Add handling of floating point registers, memory, constants and invalid operands. gcc/testsuite: PR target/21255 * gcc.dg/pr21255-1.c: New test. * gcc.dg/pr21255-2-mb.c: Likewise. * gcc.dg/pr21255-2-ml.c: Likewise. * gcc.dg/pr21255-3.c: Likewise. * gcc.dg/pr21255-4.c: Likewise. From-SVN: r103700
J"orn Rennecke committed -
2005-08-31 Daniel Berlin <dberlin@dberlin.org> * ipa-pure-const.c: Change dump name. From-SVN: r103692
Daniel Berlin committed -
2005-08-31 Dale Johannesen <dalej@apple.com> * gcc.dg/20050830-1.c: New. From-SVN: r103691
Dale Johannesen committed -
PR target/23570 * config/i386/sse.md (*sse_concatv2sf): Change operand 2 constraint to "reg_or_0_operand". (sse2_loadld): Change operand 1 constraint to "reg_or_0_operand". From-SVN: r103690
Uros Bizjak committed -
2005-08-31 Dale Johannesen <dalej@apple.com> * loop-iv.c (iv_number_of_iterations): Fix overflow check for loops that count down. From-SVN: r103689
Dale Johannesen committed -
* g++.dg/ext/packed8.C: Add -mstructure-size-boundary=8 to command-line options for arm-*-* targets. * g++.dg/init/array16.C: Likewise. * g++.dg/other/crash-4.C: Likewise. From-SVN: r103688
Josh Conner committed -
From-SVN: r103687
Steve Ellcey committed -
2005-08-31 Paolo Carlini <pcarlini@suse.de> Kaspar Fischer <fischerk@inf.ethz.ch> PR libstdc++/23632 * include/bits/stl_bvector.h (_Bit_iterator::operator[], _Bit_const_iterator::operator[]): Const-ify. * testsuite/23_containers/vector/bool/23632.cc: New. Co-Authored-By: Kaspar Fischer <fischerk@inf.ethz.ch> From-SVN: r103686
Paolo Carlini committed -
PR target/23556 * io/read.c (convert_real): Use memcpy to fill buffer. From-SVN: r103685
Steve Ellcey committed -
From-SVN: r103684
Richard Henderson committed -
From-SVN: r103681
Richard Henderson committed -
PR rtl-opt/23601 * reload1.c (reload): Set MEM_NOTRAP_P in spill slots. (fixup_eh_region_note): New. (reload_as_needed): Call it. (fixup_abnormal_edges): Allow all throwing insns to be deleted; don't call find_many_sub_basic_blocks; call verify_flow_info. * function.c (assign_stack_local_1): Set MEM_NOTRAP_P. (keep_stack_depressed): Likewise. (assign_stack_temp_for_type): Likewise; use adjust_address_nv. From-SVN: r103680
Richard Henderson committed -
* config/i386/i386.c (ix86_function_ok_for_sibcall): Fix test for fp return matching. From-SVN: r103679
Richard Henderson committed -
Oked by Richard Henderson. From-SVN: r103676
Fariborz Jahanian committed -
From-SVN: r103674
Andrew Pinski committed -
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu> PR obj-c++/23640 * decl2.c (cp_finish_file): If this is obj-c++ and we need a static init, call generate_ctor_or_dtor_function. 2005-08-31 Andrew Pinski <pinskia@physics.uc.edu> PR obj-c++/23640 * obj-c++.dg/gnu-runtime-3.mm: New test. From-SVN: r103673
Andrew Pinski committed -
PR fortran/20592 * gfortran.h (gfc_option_t): Add flag_automatic. * invoke.texi: Document the -fno-automatic option. * lang.opt: Add a -fautomatic option. * options.c (gfc_init_options): Default for -fautomatic is on. (gfc_handle_option): Add handling of -fautomatic option. * resolve.c (gfc_resolve): When -fno-automatic is used, mark needed variables as SAVE. From-SVN: r103671
Francois-Xavier Coudert committed -
2005-08-31 Richard Guenther <rguenther@suse.de> PR middle-end/23477 * expr.c (all_zeros_p): New function. (expand_expr_real_1): Handle the case of an all-zero non-addressable constructor separately. From-SVN: r103670
Richard Guenther committed -
PR c++/13377 * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to lookup_name_real on final parse. * g++.dg/lookup/ambig4.C: New test. * g++.dg/lookup/ambig5.C: New test. * g++.dg/tc1/dr101.C: Adjust error markers. From-SVN: r103667
Volker Reichelt committed -
PR c++/23639 * semantics.c (qualified_name_lookup_error): Do not complain again on invalid scope. * g++.dg/template/ttp5.C: Adjust error markers. From-SVN: r103662
Volker Reichelt committed -
2005-08-31 Adrian Straetling <straetling@de.ibm.com> * builtins.c: (expand_builtin_strcpy, expand_builtin_strcat): Change arguments, adjust all callers. (expand_builtin_strcat): Rewrite to call strcpy instead of mempcpy. From-SVN: r103661
Adrian Straetling committed -
PR target/23630 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Use gen_lowpart whenever the mode sizes match. From-SVN: r103660
Richard Henderson committed -
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu> PR objc/23381 * objc-act.c (next_sjlj_build_try_catch_finally): Set TREE_SIDE_EFFECTS on catch_seq after building it. From-SVN: r103658
Andrew Pinski committed -
* calls.c (load_register_parameters): Fix comment typo. * expr.c (emit_push_insn): Comment formatting. From-SVN: r103656
Alan Modra committed -
[[Split portion of a mixed commit.]] From-SVN: r103651.2
GCC Administrator committed
-
- 30 Aug, 2005 9 commits
-
-
* config/i386/x-cygwin (host-cygwin): Change dependency from hosthooks-def.h to $(HOSTHOOKS_DEF_H). From-SVN: r103648
Ian Lance Taylor committed -
2005-08-30 Andrew Pinski <pinskia@physics.uc.edu> PR testsuite/23609 * lib/obj-c++.exp: Include target-libpath.exp. (obj-c++_link_flags): Look for the GNU libobjc library and set the library path to include it. Don't manually set LD_LIBRARY_PATH (etc.) but call set_ld_library_path_env_vars instead. (obj-c++_target_compile): Don't set library path or linker flags because they are already set correctly in obj-c++_link_flags. From-SVN: r103646
Andrew Pinski committed -
PR c++/23586 * parser.c (cp_parser_namespace_name): Move diagnostic for invalid namespace-name to here from ... * name-lookup.c (do_namespace_alias): ... here and ... (do_using_directive): ... here. Remove dead code. From-SVN: r103643
Volker Reichelt committed -
2005-08-29 Thomas Fitzsimmons <fitzsim@redhat.com> PR libgcj/23549 * gij.cc (main): Don't expect arguments to -enableassertions, -ea, -disableassertions and -da. From-SVN: r103642
Thomas Fitzsimmons committed -
2005-08-30 Paolo Carlini <pcarlini@suse.de> PR libstdc++/23578 (cont) * include/bits/stl_bvector.h (class vector<bool>): Add a dummy data() to avoid problems in debug-mode. From-SVN: r103641
Paolo Carlini committed -
builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line options for arm-*-* targets. * gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8 to command-line options for arm-*-* targets. From-SVN: r103640
Josh Conner committed -
2005-08-30 Paolo Carlini <pcarlini@suse.de> * testsuite/ext/hash_map/23528.cc: New. From-SVN: r103635
Paolo Carlini committed -
2005-08-29 Geoffrey Keating <geoffk@apple.com> * config/i386/i386.c (ix86_expand_vector_init_one_var): Don't modify parts of 'vals'. Index: testsuite/ChangeLog 2005-08-30 Geoffrey Keating <geoffk@apple.com> * g++.dg/other/i386-1.C: New. From-SVN: r103632
Geoffrey Keating committed -
PR preprocessor/20348 PR preprocessor/20356 * files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and 2004-06-05 changes. * gcc.dg/cpp/pr20348.c: New test. * gcc.dg/cpp/pr20348.h: New file. * gcc.dg/cpp/inc/pr20348.h: New file. * gcc.dg/cpp/inc/pr20348-aux.h: New file. * gcc.dg/cpp/pr20356.c: New test. * gcc.dg/cpp/pr20356.h: New file. * gcc.dg/cpp/inc/pr20356.h: New file. * gcc.dg/cpp/inc/pr20356-aux.h: New file. From-SVN: r103629
Jakub Jelinek committed
-