- 08 Feb, 2011 4 commits
-
-
2011-02-08 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/gnu/fdl-1.2.xml: Remove. * doc/xml/gnu/gpl-2.0.xml: Remove. * doc/Makefile.am: Update. * doc/Makefile.in: Regnerate. From-SVN: r169915
Jonathan Wakely committed -
From-SVN: r169914
Mike Stump committed -
From-SVN: r169912
GCC Administrator committed -
From-SVN: r169908
Ulrich Weigand committed
-
- 07 Feb, 2011 23 commits
-
-
* config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts. * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock, pthread_mutex_unlock): Remove. * config/pa/t-pa-hpux11: Remove rules to build pthread stubs. * config/pa/t-pa64: Likewise. * config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against shared libc if not linking against libpthread. * config/pa/pa-hpux11.h (LIB_SPEC): Likewise. From-SVN: r169906
John David Anglin committed -
2011-02-07 Iain Sandoe <iains@gcc.gnu.org> PR target/47558 * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Put -lSystem first on 10.6 and later to ensure that we always use the unwinder from the system. Only add -no_compact_unwind when tarteting darwin 10.6 or later. From-SVN: r169905
Iain Sandoe committed -
2011-02-07 Steve Ellcey <sje@cup.hp.com> PR target/46997 * vect.md (vec_interleave_highv2sf): Change fmix for TARGET_BIG_ENDIAN. (vec_interleave_lowv2sf): Ditto. (vec_extract_evenv2sf): Add TARGET_BIG_ENDIAN check. (vec_extract_oddv2sf): Ditto. From-SVN: r169904
Steve Ellcey committed -
PR target/42333 Add __ieee_divdc3 entry point. * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3 entry point. (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins. * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise. * config/darwin.c (darwin_rename_builtins): Add. * config/darwin-protos.h (darwin_rename_builtins): Add. From-SVN: r169903
Mike Stump committed -
PR target/47558 Add __ieee_divdc3 entry point. * config/i386/darwin.h (DECLARE_LIBRARY_RENAMES): Retain ___divdc3 entry point. (SUBTARGET_INIT_BUILTINS): Call darwin_rename_builtins. * config/i386/i386.c (TARGET_INIT_LIBFUNCS): Likewise. * config/darwin.c (darwin_rename_builtins): Add. * config/darwin-protos.h (darwin_rename_builtins): Add. From-SVN: r169902
Mike Stump committed -
From-SVN: r169901
Michael Meissner committed -
re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found") 2011-02-07 Kai Tietz <kai.tietz@onevision.com> PR lto/47225 * Makefile.am (Wc): New helper for encoding -Wc,. (liblto_plugin_la_LIBADD): Use Wc for libiberty library. (liblto_plugin_la_DEPENDENCIES): Special case pic libiberty. * Makefile.in: Regenerated. From-SVN: r169900
Kai Tietz committed -
2011-02-07 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/47628 * include/bits/stl_tree.h (_Rb_tree::erase(iterator), erase(iterator, iterator)): Add back in C++03 mode. * testsuite/23_containers/map/modifiers/erase/47628.cc: New. * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Likewise. From-SVN: r169899
Paolo Carlini committed -
* config/darwin.opt (mmacosx-version-min): Update default OS version. From-SVN: r169898
Mike Stump committed -
2011-02-07 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/47560 try two * config/os/hpux/os_defines.h: Guard for C++. From-SVN: r169897
Benjamin Kosnik committed -
PR target/47534 * config/avr/libgcc.S (exit): Move .endfunc From-SVN: r169896
Denis Chertykov committed -
From-SVN: r169893
Janne Blomqvist committed -
Co-Authored-By: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> From-SVN: r169892
Janne Blomqvist committed -
From-SVN: r169889
Joseph Myers committed -
re PR tree-optimization/47615 (ICE: too deep recursion in phi_translate/phi_translate_1 with -ftree-pre -fno-tree-fre -fno-tree-sra) 2011-02-07 Richard Guenther <rguenther@suse.de> PR tree-optimization/47615 * tree-ssa-sccvn.h (run_scc_vn): Take a vn-walk mode argument. * tree-ssa-sccvn.c (default_vn_walk_kind): New global. (run_scc_vn): Initialize it. (visit_reference_op_load): Use it. * tree-ssa-pre.c (execute_pre): Use VN_WALK if in PRE. * g++.dg/opt/pr47615.C: New testcase. From-SVN: r169888
Richard Guenther committed -
* config/spu/spu.c (spu_init_libfuncs): Install SImode and DImode trapping arithmetic libfuncs. From-SVN: r169886
Ulrich Weigand committed -
2011-02-07 Richard Guenther <rguenther@suse.de> PR tree-optimization/47621 * tree-ssa.c (non_rewritable_lvalue_p): New function, split out from two duplicates ... (execute_update_addresses_taken): ... here. Make it more conservative in what we accept. * gcc.dg/torture/pr47621.c: New testcase. From-SVN: r169881
Richard Guenther committed -
From-SVN: r169878
Paolo Bonzini committed -
re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found") 2011-02-07 Kai Tietz <kai.tietz@onevision.com> PR lto/47225 * Makefile.am (Wl): New helper for encoding -Wl,. (liblto_plugin_la_LIBADD): Use -Wl for libiberty library. * Makefile.in: Regenerated. From-SVN: r169877
Kai Tietz committed -
* gfortran.dg/transpose_optimization_2.f90: Cleanup original dump. From-SVN: r169876
Uros Bizjak committed -
From-SVN: r169875
Joseph Myers committed -
From-SVN: r169874
GCC Administrator committed -
* doc/xml/faq.xml: Adjust link to bug database. Remove old item on broken header files. From-SVN: r169870
Gerald Pfeifer committed
-
- 06 Feb, 2011 9 commits
-
-
* config/sparc/freebsd.h (ASM_SPEC): Define. * config/sparc/vxworks.h (ASM_SPEC): Define. From-SVN: r169867
Joseph Myers committed -
From-SVN: r169866
Joseph Myers committed -
From-SVN: r169865
Janne Blomqvist committed -
From-SVN: r169864
Janne Blomqvist committed -
re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found") 2011-02-06 Kai Tietz <kai.tietz@onevision.com> PR lto/47225 * Makefile.def: Add dependency for install-gcc on install-lto-plugin. * Makfile.in: Regenerated From-SVN: r169863
Kai Tietz committed -
2011-02-06 Paul Thomas <pault@gcc.gnu.org> PR fortran/47592 * trans-stmt.c (gfc_trans_allocate): For deferred character length allocations with SOURCE, store to the values and string length to avoid calculating twice. Replace gfc_start_block with gfc_init_block to avoid unnecessary contexts and to keep declarations of temporaries where they should be. Tidy up the code a bit. 2011-02-06 Paul Thomas <pault@gcc.gnu.org> PR fortran/47592 * gfortran.dg/allocate_with_source_1 : New test. From-SVN: r169862
Paul Thomas committed -
* doc/invoke.texi: Remove reference to compiler internals from user documentation. * reg-notes.def: Remove REG_VALUE_PROFILE. * combine.c (distribute_notes): Do not handle REG_VALUE_PROFILE. From-SVN: r169861
Steven Bosscher committed -
From-SVN: r169860
Jakub Jelinek committed -
From-SVN: r169859
GCC Administrator committed
-
- 05 Feb, 2011 4 commits
-
-
re PR middle-end/47610 (cp-demangle.c:1970:1: error: cplus_demangle_builtin_types causes a section type conflict) PR middle-end/47610 * varasm.c (default_section_type_flags): If decl is NULL, and name is .data.rel.ro or .data.rel.ro.local, set SECTION_RELRO bit. * gcc.dg/pr47610.c: New test. From-SVN: r169855
Jakub Jelinek committed -
From-SVN: r169854
Janne Blomqvist committed -
2011-02-05 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/47567 * io/write_float.def (output_float): Eliminate some redundant code. Adjust width for case of F0.X for values of zero and all other values. Expand cases where '*' is set to give cleaner results. From-SVN: r169853
Jerry DeLisle committed -
From-SVN: r169852
Janne Blomqvist committed
-