- 09 Feb, 2011 17 commits
-
-
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 23 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 -
PR tree-optimization/42893 * gcc.tree-ssa/pr42893.c: New test. From-SVN: r169933
Jeff Law committed -
2011-02-08 Benjamin Kosnik <bkoz@redhat.com> * doc/xml/manual/appendix_porting.xml: Add doc section. * doc/xml/manual/appendix_contributing.xml: Split out doc bits to... * doc/xml/manual/documentation_hacking.xml: ...here. * doc/xml/manual/debug_mode.xml: Adjust. * doc/xml/manual/prerequisites.xml: Adjust. * doc/Makefile.am (xml_sources): Add dot files, documentation_hacking.xml. * doc/Makefile.in: Regenerate. * doc/xml/manual/build_hacking.xml: Use absolute paths for images. * doc/xml/images/confdeps.pdf: Add. From-SVN: r169932
Benjamin Kosnik committed -
* go-lang.c (go_langhook_init_options_struct): Set frontend_set_flag_errno_math. Don't set x_flag_trapping_math. From-SVN: r169931
Ian Lance Taylor committed -
* common.opt (fcx-limited-range): Add SetByCombined flag. (ffinite-math-only, fmath-errno, frounding-math): Likewise. (fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise. (fassociative-math, freciprocal-math): Likewise. (funsafe-math-optimizations): Likewise. * opth-gen.awk: Handle SetByCombined. * optc-gen.awk: Likewise. * opts.c (set_fast_math_flags): Don't override flag if set by frontend. (set_unsafe_math_optimizations_flags): Likewise. * doc/options.texi (Option properties): Document SetByCombined. From-SVN: r169930
Ian Lance Taylor committed -
* config.gcc (arc-*, alpha*-*-gnu*, arm*-*-netbsd*, arm-*-pe*, i[34567]86-*-interix3*, i[34567]86-*-netbsd*, i[34567]86-*-pe, m68hc11-*-*, m6811-*-*, m68hc12-*-*, m6812-*-*, m68k-*-uclinuxoldabi*, mcore-*-pe*, powerpc*-*-gnu*, sh*-*-symbianelf*, vax-*-netbsd*): Mark obsolete. From-SVN: r169929
Joseph Myers committed -
2011-02-08 Sebastian Pop <sebastian.pop@amd.com> PR tree-optimization/46834 PR tree-optimization/46994 PR tree-optimization/46995 * graphite-sese-to-poly.c (used_outside_reduction): New. (detect_commutative_reduction): Call used_outside_reduction. (rewrite_commutative_reductions_out_of_ssa_close_phi): Call translate_scalar_reduction_to_array only when at least one loop-phi/close-phi tuple has been detected. * gcc.dg/graphite/id-pr46834.c: New. * gfortran.dg/graphite/id-pr46994.f90: New. * gfortran.dg/graphite/id-pr46995.f90: New. From-SVN: r169928
Sebastian Pop committed -
2011-02-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> PR middle-end/47646 * gcc.dg/pr39666-2.c (foo2): If the location of the statement using the variable is known the warning is emitted there. * gcc.dg/uninit-pr19430.c (foo): Likewise. * g++.dg/warn/Wuninitialized-5.C (foo): Likewise. * c-c++-common/pr20000.c (g): Both warnings occur at the return statement. (vg): Likewise. * gcc.dg/noreturn-1.c (foo5): Likewise. * objc.dg/attributes/method-noreturn-1.m (method1): Likewise. (method2): Likewise. * gfortran.dg/pr25923.f90 (baz): The warning will now be issued for the return statement using the uninitialized variable. * gfortran.dg/pr39666-2.f90 (f): Likewise. From-SVN: r169927
Andreas Krebbel committed -
re PR tree-optimization/47639 (ICE: verify_stmts failed: statement marked for throw, but doesn't with -fstack-check=generic -fexceptions -fnon-call-exceptions) 2011-02-08 Richard Guenther <rguenther@suse.de> PR middle-end/47639 * tree-vect-generic.c (expand_vector_operations_1): Update stmts here ... (expand_vector_operations): ... not here. Cleanup EH info and the CFG if required. * g++.dg/opt/pr47639.c: New testcase. From-SVN: r169926
Richard Guenther committed
-