- 10 Feb, 2011 5 commits
-
-
PR testsuite/47622 Revert 2011-02-05 Jie Zhang <jie@codesourcery.com> PR debug/42631 * web.c (entry_register): Don't clobber the number of the first uninitialized reference in used[]. testsuite/ PR testsuite/47622 Revert 2011-02-05 Jie Zhang <jie@codesourcery.com> PR debug/42631 * gcc.dg/pr42631.c: Update test. * gcc.dg/pr42631-2.c: New test. From-SVN: r169997
Jie Zhang committed -
2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/status_cxx200x.xml: Update. * doc/html/*: Regenerate. From-SVN: r169996
Jonathan Wakely committed -
2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/debug.xml: Improve data race docs. From-SVN: r169995
Jonathan Wakely committed -
From-SVN: r169994
GCC Administrator committed -
2011-02-09 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/47668 * include/debug/map.h (map): Remove unnecessary using-declaration. * include/debug/multimap.h (multimap): Likewise. * include/profile/map.h (map): Likewise. * include/profile/multimap.h (multimap): Likewise. From-SVN: r169990
Paolo Carlini committed
-
- 09 Feb, 2011 20 commits
-
-
2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com> PR libstdc++/43863 * libsupc++/guard.cc (recursive_init_error::~recursive_init_error): Move to ... * libsupc++/guard_error.cc: ... new file. * libsupc++/Makefile.am: Update. * libsupc++/Makefile.in: Regenerate. From-SVN: r169989
Jonathan Wakely committed -
2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com> * include/std/future (packaged_task::operator bool): Rename to... (packaged_task::valid): ...this. * testsuite/30_threads/packaged_task/cons/1.cc: Adjust. * testsuite/30_threads/packaged_task/cons/2.cc: Adjust. * testsuite/30_threads/packaged_task/cons/move.cc: Adjust. * testsuite/30_threads/packaged_task/cons/move_assign.cc: Adjust. * testsuite/30_threads/packaged_task/cons/alloc.cc: Adjust. * testsuite/30_threads/packaged_task/members/invoke.cc: Adjust. * testsuite/30_threads/packaged_task/members/reset.cc: Adjust. * testsuite/30_threads/packaged_task/members/reset2.cc: Adjust. * testsuite/30_threads/packaged_task/members/swap.cc: Adjust. * testsuite/30_threads/packaged_task/members/boolconv.cc: Remove. * testsuite/30_threads/packaged_task/members/valid.cc: Add. From-SVN: r169988
Jonathan Wakely committed -
2011-02-09 Janus Weil <janus@gcc.gnu.org> PR fortran/47352 * resolve.c (resolve_procedure_interface): If interface has a result variable, copy the typespec and set result pointer to self. 2011-02-09 Janus Weil <janus@gcc.gnu.org> PR fortran/47352 * gfortran.dg/proc_decl_25.f90: New. From-SVN: r169987
Janus Weil committed -
From-SVN: r169986
Ian Lance Taylor committed -
2011-02-09 Janus Weil <janus@gcc.gnu.org> PR fortran/47463 * resolve.c (resolve_typebound_subroutine): Remove erroneous line. 2011-02-09 Janus Weil <janus@gcc.gnu.org> PR fortran/47463 * gfortran.dg/typebound_assignment_2.f03: New. From-SVN: r169985
Janus Weil committed -
2011-02-09 Richard Guenther <rguenther@suse.de> PR tree-optimization/47664 * ipa-inline.c (cgraph_decide_inlining_incrementally): Visit all edges again. * gcc.dg/tree-ssa/inline-7.c: New testcase. From-SVN: r169983
Richard Guenther committed -
PR middle-end/47646 * gnat.dg/uninit_func.adb: Adjust dg directive. * obj-c++.dg/attributes/method-noreturn-1.mm: Adjust dg directives. From-SVN: r169982
Eric Botcazou committed -
* config/rs6000/aix61.h (PROCESSOR_DEFAULT): Change to PROCESSOR_POWER7. (PROCESSOR_DEFAULT64): Same. (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Delete. From-SVN: r169981
David Edelsohn committed -
re PR fortran/47637 ([OOP] Memory leak involving INTENT(OUT) CLASS argument w/ allocatable components) 2011-02-09 Janus Weil <janus@gcc.gnu.org> PR fortran/47637 * trans-decl.c (init_intent_out_dt): Handle CLASS arguments. 2011-02-09 Janus Weil <janus@gcc.gnu.org> PR fortran/47637 * gfortran.dg/auto_dealloc_2.f90: New. From-SVN: r169978
Janus Weil committed -
gcc: * config/mips/iris6.h (TARGET_C99_FUNCTIONS): Define. gcc/testsuite: * gcc.dg/builtins-config.h: Remove __sgi handling. * lib/target-supports.exp (add_options_for_c99_runtime): Add -std=c99 for mips-sgi-irix6.5*. From-SVN: r169976
Rainer Orth committed -
2011-02-09 Paolo Carlini <paolo.carlini@oracle.com> * doc/xml/manual/io.xml: Fix typo. * doc/html/manual/streambufs.html: Likewise. From-SVN: r169966
Paolo Carlini committed -
2011-02-09 Paolo Carlini <paolo.carlini@oracle.com> * config/abi/pre/gnu.ver: Fix. From-SVN: r169965
Paolo Carlini committed -
2011-02-09 Martin Jambor <mjambor@suse.cz> PR middle-end/45505 * tree-sra.c (struct access): New flags grp_scalar_read and grp_scalar_write. Changed description of assignment read and write flags. (dump_access): Dump new flags, reorder all of them. (sort_and_splice_var_accesses): Set the new flag accordingly, use them to detect multiple scalar reads. (analyze_access_subtree): Use the new scalar read write flags instead of the old flags. Adjusted comments. * testsuite/gfortran.dg/pr25923.f90: Remove xfails. From-SVN: r169964
Martin Jambor committed -
PR libffi/46661 * testsuite/libffi.call/cls_pointer.c (main): Cast void * to uintptr_t first. * testsuite/libffi.call/cls_pointer_stack.c (main): Likewise. From-SVN: r169963
Rainer Orth committed -
2011-02-08 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/47583 * gfortran.dg/inquire_14.f90: New test. From-SVN: r169962
Jerry DeLisle committed -
2011-02-08 Jerry DeLisle <jvdelisle@gcc.gnu.org> * io.c (match_io_element): Do not set dt if not inquire. From-SVN: r169961
Jerry DeLisle committed -
2011-02-08 Benjamin Kosnik <bkoz@redhat.com> * doc/html/*: Regenerate. From-SVN: r169960
Benjamin Kosnik committed -
PR target/47548 * config/m32c/m32c.c (m32c_subreg): Don't try to validate interim patterns. From-SVN: r169959
DJ Delorie committed -
* config/m68k/uclinux.opt: New. * config.gcc (m68k-*-uclinux*): Use m68k/uclinux.opt. From-SVN: r169958
Joseph Myers committed -
From-SVN: r169957
GCC Administrator committed
-
- 08 Feb, 2011 15 commits
-
-
From-SVN: r169953
Joseph Myers committed -
From-SVN: r169950
Eric Botcazou committed -
* config/xtensa/elf.opt: New. * config.gcc (xtensa*-*-elf*): Use xtensa/elf.opt. From-SVN: r169949
Joseph Myers committed -
2011-02-08 Janus Weil <janus@gcc.gnu.org> PR fortran/45290 * expr.c (gfc_check_assign_symbol): Reject pointers as pointer initialization target. 2011-02-08 Janus Weil <janus@gcc.gnu.org> PR fortran/45290 * gfortran.dg/pointer_init_6.f90: New. From-SVN: r169948
Janus Weil committed -
* config/vax/elf.opt: New. * config.gcc (vax-*-linux*, vax-*-netbsdelf*): Use vax/elf.opt. From-SVN: r169947
Joseph Myers committed -
re PR go/47378 (ld warning linking with libgo.so: relocation bound to a symbol with STV_PROTECTED visibility) PR go/47378 Don't use protected visibility for type descriptors. From-SVN: r169946
Ian Lance Taylor committed -
From-SVN: r169945
Jonathan Wakely committed -
From-SVN: r169943
Joseph Myers committed -
* config/gnu-user.opt: New. * config.gcc (*-*-linux* | frv-*-*linux* | *-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* | *-*-kopensolaris*-gnu, *-*-uclinux*): Use gnu-user.opt. From-SVN: r169942
Joseph Myers committed -
2011-02-08 Tobias Burnus <burnus@net-b.de> * MAINTAINERS: Add myself as libquadmath maintainer. From-SVN: r169940
Tobias Burnus committed -
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> * libffi/src/m68k/ffi.c: Add RTEMS support for cache flushing. Handle case when CPU variant does not have long double support. * libffi/src/m68k/sysv.S: Add support for mc68000, Coldfire, and cores with soft floating point. From-SVN: r169938
Joel Sherrill committed -
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> * libffi/src/m68k/ffi.c: Add RTEMS support for cache flushing. Handle case when CPU variant does not have long double support. * libffi/src/m68k/sysv.S: Add support for mc68000, Coldfire, and cores with soft floating point. From-SVN: r169937
Joel Sherrill committed -
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> * configure.ac: Add mips*-*-rtems* support. * configure: Regenerate. * src/mips/ffitarget.h: Ensure needed constants are available for targets which do not have sgidefs.h. From-SVN: r169936
Joel Sherrill committed -
gcc/ * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option. * config/i386/gnu.h (CPP_SPEC): Likewise. From-SVN: r169935
Thomas Schwinge committed -
From-SVN: r169934
Thomas Schwinge committed
-