- 14 Jun, 2007 26 commits
-
-
2007-06-14 Eric Christopher <echristo@apple.com> * config/i386/sse.md (movdi_to_sse): Rewrite body. (movv4sf): Use gcc_unreachable instead of abort. From-SVN: r125723
Eric Christopher committed -
* decl2.c (determine_visibility): Ensure that functions with hidden types as parameters are hidden. From-SVN: r125722
Geoffrey Keating committed -
PR 31093 * decl2.c (determine_visibility): Remove duplicate code for handling type info. From-SVN: r125721
Geoffrey Keating committed -
PR target/32268 * config/i386/sfp-machine.c (CMPtype): New define. (mach stubs): Use CMPtype instead of int as a return type. testsuite/ChangeLog: PR target/32268 * gcc.target/i386/pr32268.c: New test. From-SVN: r125720
Uros Bizjak committed -
* config/soft-fp/eqdf2.c, config/soft-fp/eqsf2.c, config/soft-fp/eqtf2.c, config/soft-fp/gedf2.c, config/soft-fp/gesf2.c, config/soft-fp/getf2.c, config/soft-fp/ledf2.c, config/soft-fp/lesf2.c, config/soft-fp/letf2.c, config/soft-fp/unorddf2.c, config/soft-fp/unordsf2.c, config/soft-fp/unordtf2.c, config/soft-fp/soft-fp.h: Update from glibc CVS. From-SVN: r125719
Uros Bizjak committed -
2007-06-14 H.J. Lu <hongjiu.lu@intel.com> * gcc.dg/dfp/fe-convert-1.c: Expect FE_OVERFLOW when converting from 10.000000e96DD to _Decimal32, from 10.000000e96DL to _Decimal32 and from 10.00000000000000E384DL to _Decimal64. * gcc.dg/dfp/fe-convert-2.c: Expect FE_INEXACT when converting from 1.0e96 and -1.0e96 to _Decimal32. Enable testing for converting from 1.0e-96 and 0.00048828125 to _Decimal32 when BID is used. From-SVN: r125718
H.J. Lu committed -
* configure.ac: Don't add target-libmudflap to noconfigdirs for bfin*-*-uclinux* targets. * configure: Regenerate. * gcc/config/bfin/uclinux.h (MFWRAP_SPEC): New. From-SVN: r125717
Bernd Schmidt committed -
2007-06-14 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too. * configure: Regenerate. From-SVN: r125716
Paolo Bonzini committed -
2007-06-14 Rask Ingemann Lambertsen <rask@sygehus.dk> PR target/32341 * config/v850/v850.c: Include dataflow header file. (substitute_ep_register): Fix typo. From-SVN: r125715
Rask Ingemann Lambertsen committed -
* MAINTAINERS: Add myself as non-algorithmic global write maintainer. From-SVN: r125713
Ian Lance Taylor committed -
2007-06-14 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Fix earlier checkin. * configure: Regenerated. From-SVN: r125711
Paolo Bonzini committed -
* MAINTAINERS: Add self as middle-end maintainer and non-algorithmic global write maintainer. From-SVN: r125710
Diego Novillo committed -
2007-06-14 Paul Thomas <pault@gcc.gnu.org> PR fortran/32302 * trans-common.c (build_common_decl): If resizing of common decl is needed, update the TREE_TYPE. 2007-06-14 Paul Thomas <pault@gcc.gnu.org> PR fortran/32302 * gfortran.dg/common_resize_1.f90: New test. From-SVN: r125708
Paul Thomas committed -
2007-06-14 H.J. Lu <hongjiu.lu@intel.com> * configure.ac: Fix a typo in --enable-checking=. * configure: Regenerated. From-SVN: r125705
H.J. Lu committed -
* MAINTAINERS: Change spelling from "fortran 95" to "Fortran". Move all Fortran maintainers except Paul Brook into the Non-Autopoiesis section. From-SVN: r125704
Francois-Xavier Coudert committed -
PR target/32274 * gcc.dg/vect/pr32224.c: Fix. From-SVN: r125703
Dorit Nuzman committed -
From-SVN: r125702
Arnaud Charlet committed -
2007-06-14 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile. (distclean-stage[+id+]): Possibly delete stage_last. * Makefile.in: Regenerate. From-SVN: r125701
Paolo Bonzini committed -
gcc: 2007-06-14 Paolo Bonzini <bonzini@gnu.org> * acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove. * aclocal.m4: Regenerate. * configure.ac: Use ACX_PROG_CC_WARNING_OPTS, ACX_PROG_CC_WARNINGS_ARE_ERRORS, ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER. * configure: Regenerate. * Makefile.in (LOOSE_WARN): Subst loose_warn. * Makefile.in (quickstrap): Build libgcc too. libiberty: 2007-06-14 Paolo Bonzini <bonzini@gnu.org> * aclocal.m4: Include config/warnings.m4. * configure.ac: Use ACX_PROG_CC_WARNING_OPTS. * configure: Regenerate. config: 2007-06-14 Paolo Bonzini <bonzini@gnu.org> * acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines. From-SVN: r125700
Paolo Bonzini committed -
From-SVN: r125699
Paolo Bonzini committed -
2007-06-14 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Add --enable-checking=df. Explicitly mention that the variables are initialized as for "release". * df-core.c: Use it. * configure: Regenerate. * config.in: Regenerate. From-SVN: r125698
Paolo Bonzini committed -
* config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use validate_replace_rtx instead of replace_rtx. (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx. From-SVN: r125697
Bob Wilson committed -
ChangeLog/libgcc 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net> * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to extra_parts. Add config/i386/t-cygming to tmake_file. * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o. ChangeLog/gcc 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net> * config/i386/cygming.h (DWARF_FRAME_REGNUM): Define. (DWARF2_UNWIND_INFO): Override default if configured with SJLJ EH disabled. * config/i386/cygwin.h (STARTFILE_SPEC): Add crtbegin.o. (ENDFILE_SPEC): Add crtend.o. * config/i386/mingw32.h (STARTFILE_SEC): Add crtbegin.o. (ENDFILE_SPEC): Add crtend.o. (TARGET_USE_JCR_SECTION): Define. (MD_UNWIND_SUPPORT): Define for 32-bit target. * config/i386/cygming-crtbegin.c: New file. * config/i386/cygming-crtend.c: New file. 2007-06-14 Pascal Obry Pascal Obry <obry@adacore.com> * config/i386/w32-unwind.h: New file. From-SVN: r125696
Danny Smith committed -
2007-06-13 Eric Christopher <echristo@apple.com> * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Don't let the user set a value below STACK_BOUNDARY. From-SVN: r125695
Eric Christopher committed -
2007-06-13 Eric Christopher <echristo@apple.com> * gcc.target/i386/ssefn-1.c: Add -march=i386. From-SVN: r125694
Eric Christopher committed -
From-SVN: r125692
GCC Administrator committed
-
- 13 Jun, 2007 14 commits
-
-
* config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always imply -lpthread for -pthread. From-SVN: r125688
Thiemo Seufer committed -
* tree-ssa-pre.c (mergephitemp): Remove. (init_pre): Don't use mergephitemp. From-SVN: r125687
Kazu Hirata committed -
* basic-block.h: Remove the prototype for free_basic_block_vars. * cfglayout.h: Remove the prototype for insn_locators_initialize. * tree.h: Remove the prototype for emit_line_note. From-SVN: r125686
Kazu Hirata committed -
2007-06-13 Eric Christopher <echristo@apple.com> * config/i386/i386.c (override_options): If we've specified an arch then don't use TARGET_SUBTARGET_ISA_DEFAULTs. From-SVN: r125685
Eric Christopher committed -
re PR fortran/32323 (Accepts invalid vector subscript actual argument for intent(out) dummy argument) 2007-06-13 Tobias Burnus <burnus@net-b.de> PR fortran/32323 * interface.c (has_vector_section): New. (compare_actual_formal): Check for array sections with vector subscript. 2007-06-13 Tobias Burnus <burnus@net-b.de> PR fortran/32323 * gfortran.dg/actual_array_vect_1.f90: New. From-SVN: r125684
Tobias Burnus committed -
* libsupc++/eh_arm.cc (__cxa_type_match): Handle foreign exceptions. * libsubpc++/eh_personality.cc: Don't try to set up foreign or forced unwind types here when using the ARM EABI unwinder. From-SVN: r125683
Richard Earnshaw committed -
* df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM is defined. From-SVN: r125682
Bob Wilson committed -
* config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem. * config/bfin/bfin.md (UNSPEC_VOLATILE_STORE_EH_HANDLER): New constant. (eh_store_handler): New pattern. (eh_return): Emit it instead of a plain move. From-SVN: r125681
Bernd Schmidt committed -
* config/i386/i386.c (ix86_init_mmx_sse_builtins) [__builtin_infq, __builtin_fabsq]: Define usign def_builtin. [__builtin_ia32_rsqrtps, __builtin_ia32_rsqrtss]: Define using def_builtin_const. From-SVN: r125680
Uros Bizjak committed -
* config/bfin/bfin.c (gen_one_bundle): Delete unused local variables. (find_next_insn_start, find_load): New functions. (bfin_reorg): Use them to deal with the fact that parallel insns are no longer represented as a SEQUENCE. From-SVN: r125677
Bernd Schmidt committed -
* config/sparc/sparc.c (sparc_override_options): Initialize fpu mask correctly. From-SVN: r125674
Eric Botcazou committed -
2007-06-13 Dave Korn <dave.korn@artimi.com> * config/i386/i386.c (ix86_eax_live_at_start_p): Use df_get_live_out. From-SVN: r125673
Dave Korn committed -
2007-06-13 Paolo Carlini <pcarlini@suse.de> * include/c_global/cmath: Tweak includes. * include/std/memory: Likewise. * include/std/complex: Likewise. * include/tr1/memory: Likewise. * include/tr1/complex: Likewise. * include/tr1/cmath: Likewise; do not wrap special functions in #ifndef __GXX_EXPERIMENTAL_CXX0X__. From-SVN: r125671
Paolo Carlini committed -
* auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S, config/sh/divcost-analysis, dbgcnt.def, df-core.c, df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c, tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c, tree-vect-transform.c: Fix comment typos. Follow spelling conventions. From-SVN: r125666
Kazu Hirata committed
-