- 15 Jun, 2007 8 commits
-
-
re PR libfortran/32345 (Unconditional snprintf use breaks all gfortran exec tests on Tru64 UNIX V4.0F) PR libfortran/32345 * runtime/backtrace.c (show_backtrace): Only use snprintf if available. From-SVN: r125739
Rainer Orth committed -
From-SVN: r125738
Arnaud Charlet committed -
* libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3, define to "l" if LIBGCC_LONG_DOUBLE_SIZE == 128, otherwise define to LIBGCC2_TF_CEXT. * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): New define. (LIBGCC_TF_CEXT): Ditto. (TF_SIZE): Ditto. From-SVN: r125737
Uros Bizjak committed -
2007-06-14 Seongbae Park <seongbae.park@gmail.com> PR rtl-optimization/32339 * df-scan.c (df_uses_record): Don't modify flags but just add to it for df_ref_record. From-SVN: r125736
Seongbae Park committed -
* include/java-interp.h (_Jv_LocalVarTableEntry): Add union for bytecode_pc and direct-threaded pc. Add field descriptions inline. * defineclass.cc (read_one_code_attribute): Change from bytecode_start_pc to bytecode_pc. Remove unused variable "len". * interpret.cc (compile): Remap the variable table, too. (get_local_var_table) [DIRECT_THREADED]: Use insn_index on the start location to map from pc_t to code index. From-SVN: r125734
Keith Seitz committed -
2007-06-14 Andrew Pinski <andrew_pinski@playstation.sony.com> * tree-mudflap.c: Fix whitespace issues. From-SVN: r125733
Andrew Pinski committed -
From-SVN: r125731
Kazu Hirata committed -
From-SVN: r125729
GCC Administrator committed
-
- 14 Jun, 2007 27 commits
-
-
2007-06-14 Dirk Mueller <dmueller@suse.de> PR c++/31806 * g++.dg/opt/static6.C: New testcase. From-SVN: r125726
Dirk Mueller committed -
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 5 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
-