- 11 Mar, 2011 18 commits
-
-
PR c++/46803 * c-common.c (attribute_takes_identifier_p): Assume that an unknown attribute takes an identifier. From-SVN: r170885
Jason Merrill committed -
* config/sparc/sparc.c (sparc_option_override): Use PROCESSOR_NIAGARA2 not PROCESSOR_NIAGARA for "niagara2". From-SVN: r170879
Joseph Myers committed -
PR c++/47808 * decl.c (compute_array_index_type): Discard folding if it didn't produce a constant. From-SVN: r170878
Jason Merrill committed -
2011-03-11 Richard Guenther <rguenther@suse.de> PR tree-optimization/48067 * tree-ssa-math-opts.c (convert_mult_to_fma): Verify the multiplication result will be only used once on the target stmt. * gcc.dg/pr48067.c: New testcase. From-SVN: r170877
Richard Guenther committed -
2011-03-11 Richard Guenther <rguenther@suse.de> * doc/invoke.texi (max-inline-insns-single): Adjust default value. From-SVN: r170876
Richard Guenther committed -
2011-03-11 Richard Guenther <rguenther@suse.de> PR lto/48073 * tree.c (find_decls_types_r): Do not walk types only reachable from IDENTIFIER_NODEs. * g++.dg/lto/20110311-1_0.C: New testcase. From-SVN: r170875
Richard Guenther committed -
re PR c++/48035 (Mismatch on size of class when initializing hierarchy involving virtual inheritance and empty base classes) PR c++/48035 * init.c (build_zero_init_1): Extracted from build_zero_init. Add FIELD_SIZE argument, if non-NULL and field bit_position as not smaller than that, don't add that field's initializer. Pass DECL_SIZE as last argument to build_zero_init_1 for DECL_FIELD_IS_BASE fields. (build_zero_init): Use build_zero_init_1. * g++.dg/inherit/virtual8.C: New test. From-SVN: r170874
Jakub Jelinek committed -
PR middle-end/48044 * ipa.c (cgraph_remove_unreachable_nodes): Enqueue all vnode->force_output nodes as needed. * gcc.dg/torture/pr48044.c: New test. From-SVN: r170873
Jakub Jelinek committed -
PR c++/48069 * tree.c (type_hash_eq): Use COMPLETE_TYPE_P, not COMPLETE_OR_UNBOUND_ARRAY_TYPE_P. From-SVN: r170872
Jason Merrill committed -
2011-03-11 Janus Weil <janus@gcc.gnu.org> PR fortran/47768 * module.c (ab_attribute,attr_bits): Add AB_PROC_POINTER_COMP. (mio_symbol_attribute): Handle attribute 'proc_pointer_comp'. 2011-03-11 Janus Weil <janus@gcc.gnu.org> PR fortran/47768 * gfortran.dg/proc_ptr_comp_31.f90: New. From-SVN: r170871
Janus Weil committed -
2011-03-11 Martin Jambor <mjambor@suse.cz> * cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of cgraph_node. From-SVN: r170870
Martin Jambor committed -
2011-03-11 Richard Guenther <rguenther@suse.de> PR tree-optimization/47278 * gcc.dg/torture/pr47278-1.c: New testcase. * gcc.dg/torture/pr47278-2.c: Likewise. From-SVN: r170869
Richard Guenther committed -
re PR tree-optimization/48063 (ICE: verify_stmts failed: conversion of register to a different size with -fno-early-inlining) PR tree-optimization/48063 * ipa-inline.c (cgraph_decide_inlining): Don't try to inline functions called once if !tree_can_inline_p (node->callers). * gcc.dg/torture/pr48063.c: New test. From-SVN: r170867
Jakub Jelinek committed -
From-SVN: r170865
Eric Botcazou committed -
* config.gcc (score-*-elf): add extra_parts .., update tmake_file, extra_objs. * config/score/score3.c: Delete. * config/score/score3.h: Delete. * config/score/mul-div.S: Delete. * config/score/sfp-machine.h: Add new file. * config/score/constraints.md: Add new file. * config/score/t-score-softfp: Add new file. * config/score/t-score-elf: Remove score3.o and multilib generate. * config/score/score7.c (score7_const_ok_for_letter_p): Delete. (score7_extra_constraint): Delete. (score7_option_override): Remove unused code which mode to constraint.md. * config/score/score.c: Remove score3 and score5 define and code. * config/score/score.h: Remove score3 and score5 define and code. * config/score/score.md: Remove score3 template and unusal insn generate. * config/score/score.opt: Remove score3 and score5 options. From-SVN: r170864
Chen Liqin committed -
* MAINTAINERS: Update myself as score backend maintainer, updatemy e-mail address. From-SVN: r170863
Chen Liqin committed -
From-SVN: r170862
Ian Lance Taylor committed -
From-SVN: r170860
GCC Administrator committed
-
- 10 Mar, 2011 8 commits
-
-
* config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Define _REENTRANT when _HPUX_SOURCE is defined. (LIB_SPEC): Use -lc instead of -lc_r when -threads is specified. From-SVN: r170855
John David Anglin committed -
re PR c++/48029 (ICE in finish_member_declaration() with --param ggc-min-expand=0 --param ggc-min-heapsize=0) PR c++/48029 * stor-layout.c (layout_type): Don't set structural equality on arrays of incomplete type. * tree.c (type_hash_eq): Handle comparing them properly. * cp/pt.c (iterative_hash_template_arg): Remove special case for ARRAY_TYPE. From-SVN: r170853
Jason Merrill committed -
PR debug/48043 * config/s390/s390.c (s390_delegitimize_address): Make sure the result mode matches original rtl mode. From-SVN: r170851
Jakub Jelinek committed -
re PR c++/47198 ([C++0x] ICE: tree check: expected var_decl or function_decl, have template_decl in check_bases_and_members, at cp/class.c:4654 on invalid code) PR c++/47198 * parser.c (cp_parser_single_declaration): Just return if cp_parser_parse_and_diagnose_invalid_type_name complained. From-SVN: r170847
Jason Merrill committed -
* config/rx/rx.md (andsi3, andsi3_flags): Fix timings for three operand alternative. From-SVN: r170846
Nick Clifton committed -
From-SVN: r170845
Nick Clifton committed -
PR go/48020 gotest: Pass -v to nm to avoid sorting on Solaris. From-SVN: r170842
Ian Lance Taylor committed -
From-SVN: r170841
GCC Administrator committed
-
- 09 Mar, 2011 14 commits
-
-
From-SVN: r170837
Ian Lance Taylor committed -
PR rtl-optimization/47866 * expr.c (store_field): If MEM_SCALAR_P (target), don't use MEM_SET_IN_STRUCT_P (to_rtx, 1), just set MEM_IN_STRUCT_P (to_rtx) if target wasn't scalar. * function.c (assign_stack_temp_for_type): Assert that neither MEM_SCALAR_P nor MEM_IN_STRUCT_P is set previously, set either MEM_IN_STRUCT_P or MEM_SCALAR_P instead of using MEM_SET_IN_STRUCT_P macro. * rtl.h (MEM_SET_IN_STRUCT_P): Removed. From-SVN: r170834
Jakub Jelinek committed -
From-SVN: r170828
Ian Lance Taylor committed -
2011-03-09 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/util/testsuite_rvalref.h: Minor tweaks. 2011-03-09 Jonathan Wakely <redi@gcc.gnu.org> Chris Jefferson <chris@bubblescope.net> Paolo Carlini <paolo.carlini@oracle.com> * testsuite/util/testsuite_rvalref.h (rvalstruct_compare_by_value): New. * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc: Likewise. * testsuite/25_algorithms/partial_sort/check_compare_by_value: Likewise. * testsuite/25_algorithms/stable_sort/check_compare_by_value.cc: Likewise. * testsuite/25_algorithms/sort/check_compare_by_value: Likewise. 2011-03-09 Chris Jefferson <chris@bubblescope.net> PR libstdc++/48038 * include/bits/stl_algo.h (__merge_backward): Rename to __move_merge_backward and change to always move rather than copy. (__move_merge): New function similar to std::merge except values are moved instead of copied. (__merge_adaptive, __merge_sort_loop): Change from using std::merge and __merge_backward to __move_merge and __move_merge_backward. From-SVN: r170827
Paolo Carlini committed -
PR c++/44629 * pt.c (unify): An unresolved overload is a nondeduced context. From-SVN: r170824
Jason Merrill committed -
2011-03-09 Martin Jambor <mjambor@suse.cz> PR tree-optimization/47714 * cp/method.c (use_thunk): Clear addressable flag of thunk arguments. * testsuite/g++.dg/torture/pr47714.C: New test. From-SVN: r170822
Martin Jambor committed -
2011-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390-protos.h (s390_label_align): New prototype. * config/s390/s390.c (s390_label_align): New function. * config/s390/s390.h (LABEL_ALIGN): New target macro definition. From-SVN: r170821
Andreas Krebbel committed -
* MAINTAINERS: Update my e-mail address. From-SVN: r170812
Xuepeng Guo committed -
PR go/48019 Ignore EINTR in socket connect. From-SVN: r170811
Ian Lance Taylor committed -
PR go/48019 Ignore EINTR in runtime_lock_full. From-SVN: r170810
Ian Lance Taylor committed -
PR go/48017 Only run net tests if GCCGO_RUN_ALL_TESTS is set in environment. From-SVN: r170809
Ian Lance Taylor committed -
PR go/47910 Correct search for next prime in libgo map code. From-SVN: r170808
Ian Lance Taylor committed -
From-SVN: r170802
Michael Meissner committed -
From-SVN: r170801
GCC Administrator committed
-