- 03 Sep, 2005 5 commits
-
-
PR rtl-optimization/23454 * reorg.c (relax_delay_slots): Only call invert_jump if any_condjump_p is true. * g++.dg/opt/pr23454.C: New test. From-SVN: r103810
Jakub Jelinek committed -
PR c++/23699 * decl2.c (mark_used): Always instantiate static data members initialized by constant expressions. * pt.c (instantiate_decl): Instantiate the initializers for static data members initialized by constant expressions. From-SVN: r103807
Mark Mitchell committed -
PR c++/23699 * decl2.c (mark_used): Always instantiate static data members initialized by constant expressions. * pt.c (instantiate_decl): Instantiate the initializers for static data members initialized by constant expressions. PR c++/21687 * semantics.c (expand_or_defer_fn): Do not call ggc_collect when finishing processing for a template function in a local class. Revert: 2005-09-02 Mark Mitchell <mark@codesourcery.com> * parser.c (cp_parser_class_specifier): Push/pop GC contexts around functions in local classes. PR c++/23699 * g++.dg/ext/static1.C: New test. From-SVN: r103806
Mark Mitchell committed -
PR middle-end/23671 pa.c (emit_move_sequence): Use replace_equiv_address instead of gen_rtx_MEM. Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca> From-SVN: r103803
Richard Henderson committed -
[[Split portion of a mixed commit.]] From-SVN: r103799.2
GCC Administrator committed
-
- 02 Sep, 2005 20 commits
-
-
* gcc.c-torture/execute/frame-address.c (check_fa_mid): Avoid tail call to check_fa_work. From-SVN: r103797
Richard Henderson committed -
From-SVN: r103796
Andreas Schwab committed -
* io/unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro. * configure.ac: Add check for ttyname. * config.h.in: Regenerate. * configure: Regenerate. From-SVN: r103794
Francois-Xavier Coudert committed -
* config/arm/arm.c (arm_legitimize_address): Limit the value passed to bit_count to 32 bits. From-SVN: r103792
Nicolas Pitre committed -
PR c++/21687 * parser.c (cp_parser_class_specifier): Push/pop GC contexts around functions in local classes. PR c++/21687 * g++.dg/other/gc3.C: New test. From-SVN: r103791
Mark Mitchell committed -
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu> * gcc.dg/20030711-1.c: Include stddef.h and stdio.h. * gcc.dg/20050826-1.c: Likewise. From-SVN: r103789
Andrew Pinski committed -
2005-09-02 Paolo Carlini <pcarlini@suse.de> * testsuite/tr1/6_containers/unordered/hashtable/23465.cc: Reduce maximum size and lf. From-SVN: r103783
Paolo Carlini committed -
PR c++/23167 * gimplify.c (gimplify_expr): Handle TREE_ADDRESSABLE types when generating synthetic loads from volatile lvalues. PR c++/23167 * g++.dg/expr/volatile1.C: New test. From-SVN: r103782
Mark Mitchell committed -
* config/stormy16/stormy16-lib2.c (__popcounthi2, __parityhi2, __ctzhi2, __clzhi2): New functions. From-SVN: r103779
Nick Clifton committed -
* libgfortran.h: Add prototype for init_compile_options. * io/io.h: Add prototype for notify_std. From-SVN: r103778
Andreas Jaeger committed -
2005-09-02 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/23547 * tree-nested.c (struct var_map_elt): Mark with GTY. (struct nesting_info): Mark with GTY. Mark var_map's param is struct var_map_elt. (lookup_field_for_decl): Allocate new element in GC memory. (lookup_tramp_for_decl): Likewise. (convert_nl_goto_reference): Likewise (create_nesting_tree): Allocate info in GC memory. Likewise for info->var_map. (free_nesting_tree): Free with ggc_free instead of free. (root): New static variable. (lower_nested_functions): Remove root as local variable. And zero out root at the end of the function. 2005-09-02 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/23547 * gcc.dg/pr23547.c: New test. From-SVN: r103777
Andrew Pinski committed -
PR c/22061 * gcc.c-torture/execute/pr22061-1.c, * gcc.c-torture/execute/pr22061-2.c, * gcc.c-torture/execute/pr22061-3.c, * gcc.c-torture/execute/pr22061-4.c: New tests. From-SVN: r103772
Richard Sandiford committed -
PR rtl-optimization/20365 * simplify-rtx.c (simplify_plus_minus_op_data): Change type of neg to short. New member ix. (simplify_plus_minus_op_data_cmp): Break ties using ix member. (simplify_plus_minus): Initialize ix members before calling qsort. From-SVN: r103771
J"orn Rennecke committed -
PR tree-optimization/23626 * tree-cfg.c (replace_uses_by): Clean up eh info. From-SVN: r103766
Zdenek Dvorak committed -
* config/m32c/m32c.c (m32c_valid_pointer_mode): Remove stray debug fprintf. From-SVN: r103761
DJ Delorie committed -
* config/rs6000/rs6000.c (setup_incoming_varargs): Set MEM_NOTRAP_P. (rs6000_split_multireg_move): Use replace_equiv_address instead of gen_rtx_MEM. From-SVN: r103760
David Edelsohn committed -
Wredundant-decls-2.c: New test to check that -Wredundant-decls does not issue warning for a variable... * gcc.dg/Wredundant-decls-2.c: New test to check that -Wredundant-decls does not issue warning for a variable definition following a declaration. From-SVN: r103759
Craig Rodrigues committed -
* c-decl.c (diagnose_mismatched_decls): With -Wredundant-decls, do not issue warning for a variable definition following a declaration. From-SVN: r103758
Craig Rodrigues committed -
PR 23668 * config/i386/i386.c (ix86_expand_vector_init_one_var): Restore conversion to CONST_VECTOR. From-SVN: r103757
Richard Henderson committed -
[[Split portion of a mixed commit.]] From-SVN: r103753.2
GCC Administrator committed
-
- 01 Sep, 2005 15 commits
-
-
PR 23676 * reload1.c (reload_as_needed): Check !CALL_P before calling fixup_eh_region_note. * rtlanal.c (may_trap_p): SUBREG by itself cannot trap. From-SVN: r103751
Richard Henderson committed -
varasm.c (output_constant): Let the target resolve conversions of addresses to non-default pointer sizes. * varasm.c (output_constant): Let the target resolve conversions of addresses to non-default pointer sizes. From-SVN: r103750
DJ Delorie committed -
2005-09-01 Benjamin Kosnik <bkoz@redhat.com> * include/c_std/std_cmath.h: Declare C99 functions and helper functions as inline. From-SVN: r103747
Benjamin Kosnik committed -
2005-09-01 Benjamin Kosnik <bkoz@redhat.com> * include/c_std/std_cmath.h: Declare C99 functions and helper functions as inline. Co-Authored-By: Paolo Carlini <pcarlini@suse.de> From-SVN: r103743
Benjamin Kosnik committed -
arm.c (arm_legitimize_address): Split absolute addresses to alow matching ARM pre-indexed addressing mode. * config/arm/arm.c (arm_legitimize_address): Split absolute addresses to alow matching ARM pre-indexed addressing mode. (arm_override_options): Remove now irrelevant comment. From-SVN: r103742
Nicolas Pitre committed -
2005-08-30 Phil Edwards <phil@codesourcery.com> * config.gcc (i*86-wrs-vxworks): Update. Split out vxworksae target. * config/i386/t-vxworks: Update multilibs for VxWorks 6 and RTP mode. * config/i386/vxworks.h: Likewise. * config/i386/t-vxworksae: New file, for VxWorks AE. * config/i386/vxworksae.h: Likewise. From-SVN: r103741
Phil Edwards committed -
2005-08-30 Phil Edwards <phil@codesourcery.com> * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs. * configure: Regenerated. From-SVN: r103740
Phil Edwards committed -
2005-09-01 Benjamin Kosnik <bkoz@redhat.com> Paolo Carlini <pcarlini@suse.de> * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix comment. Co-Authored-By: Paolo Carlini <pcarlini@suse.de> From-SVN: r103739
Benjamin Kosnik committed -
PR tree-optimization/23410 * tree-ssa-loop-niter.c (scev_probably_wraps_p): Check that the sequence is not wrapping during the first step. From-SVN: r103733
Sebastian Pop committed -
PR debug/7241 * dwarf2out.c (base_type_die): Compare char_type_node with TYPE_MAIN_VARIANT (type), not type. * gcc.dg/debug/dwarf2/dwarf-char1.c: New test. * gcc.dg/debug/dwarf2/dwarf-char2.c: New test. * gcc.dg/debug/dwarf2/dwarf-char3.c: New test. * gcc.dg/debug/dwarf2/dwarf-die1.c: Fix a typo. * gcc.dg/debug/dwarf2/dwarf-die2.c: Likewise. * gcc.dg/debug/dwarf2/dwarf-die3.c: Likewise. * gcc.dg/debug/dwarf2/dwarf-die5.c: Likewise. * gcc.dg/debug/dwarf2/dwarf-die6.c: Likewise. * gcc.dg/debug/dwarf2/dwarf-die7.c: Likewise. * gcc.dg/debug/dwarf2/dwarf-uninit.c: Likewise. * gcc.dg/debug/dwarf2/dwarf2-macro.c: Likewise. From-SVN: r103727
Jakub Jelinek committed -
re PR tree-optimization/15366 ([3.4 only][unit-at-a-time] -fno-inline-functions is ignored for static functions) 2005-09-01 Richard Guenther <rguenther@suse.de> PR tree-optimization/15366 * common.opt: Add -finline-functions-called-once. Put -fearly-inlining in alphabetically ordered place. * doc/invoke.texi: Document new option. * ipa-inline.c (cgraph_decide_inlining): Honour flag_inline_functions_called_once. From-SVN: r103722
Richard Guenther committed -
2005-09-01 Benjamin Kosnik <bkoz@redhat.com> * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New. * testsuite/lib/dg-options.exp (dg-require-cxa-atexit): New. * testsuite/ext/mt_allocator/deallocate_local-6.cc: New. * testsuite/ext/mt_allocator/deallocate_local-8.cc: New. * testsuite/ext/mt_allocator/deallocate_local_thread-5.cc: New. * testsuite/ext/mt_allocator/deallocate_local_thread-7.cc: New. * docs/html/ext/mt_allocator.html: Add link to examples. * testsuite/testsuite_allocator.h: Tweak. * testsuite/ext/mt_allocator/deallocate_global-2.cc: Same. * testsuite/ext/mt_allocator/deallocate_global-4.cc: Same. * testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Same. * testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Same. * testsuite/ext/mt_allocator/deallocate_local-2.cc: Same. * testsuite/ext/mt_allocator/deallocate_local-4.cc: Same. * testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Same. * testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Same. * testsuite/ext/new_allocator/deallocate_global.cc: Same. * testsuite/ext/new_allocator/deallocate_local.cc: Same. From-SVN: r103721
Benjamin Kosnik committed -
PR rtl-optimization/23478 * local-alloc.c (struct qty): Add n_throwing_calls_crossed field. (alloc_qty): Initialize it. (update_equiv_regs): Clear REG_N_THROWING_CALLS_CROSSED. (combine_regs): Combine also n_throwing_calls_crossed fields. (find_free_reg): Don't attempt to caller-save pseudos crossing calls that might throw. * global.c (struct allocno): Add throwing_calls_crossed field. (global_alloc): Revert 2005-08-22 change. Initialize throwing_calls_crossed. (find_reg): Don't attempt to caller-save pseudos crossing calls that might throw. From-SVN: r103718
Jakub Jelinek committed -
PR target/23649 * config/rs6000/predicates.md (mask_operand): Only handle rlwinm masks. (mask64_operand): Reinstate code prior to 2005-06-11 change. (mask64_2_operand): Reinstate code prior to 2004-11-11 change. (and64_2_operand): Tweak to use predicate. (and_operand): Adjust for mask_operand changes. * config/rs6000/rs6000.c (num_insns_constant): Revert 2005-06-11. (print_operand): Likewise. (rs6000_rtx_costs): Pass mode to mask_operand and use mask64_operand. (mask64_1or2_operand): Delete. * rs6000/rs6000-protos.h (mask64_1or2_operand): Delete. * config/rs6000/rs6000.h (EXTRA_CONSTRAINT <S>): Revert 2005-06-11. (EXTRA_CONSTRAINT <T>): Pass operand mode to predicate. (EXTRA_CONSTRAINT <t>): Disallow mask64_operand matches. * config/rs6000/rs6000.md (andsi3_internal3 split): Revert 2005-06-11. (rotldi3_internal4): Likewise. (rotldi3_internal5, rotldi3_internal5 split): Likewise. (rotldi3_internal6, rotldi3_internal6 split): Likewise. (ashldi3_internal7): Likewise. (ashldi3_internal8, ashldi3_internal8 split): Likewise. (ashldi3_internal, ashldi3_internal9 split): Likewise. (anddi3 split): Don't match mask64_operand. (anddi3_internal2): Add rlwinm. Modify 't' splitter predicate. (anddi3_internal3): Add rlwinm. Use and64_2_operand in non-cr0 splitter and match TARGET_64BIT not TARGET_POWERPC64. Modify 't' splitter predicate. (movdi_internal64 + 2): Revert 2005-06-11 change. From-SVN: r103716
Alan Modra committed -
* config/m32c/m32c.c (m32c_valid_pointer_mode): New. (m32c_asm_integer): Add support for 32 bit pointers. From-SVN: r103715
DJ Delorie committed
-