- 19 Jun, 2007 8 commits
-
-
2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r125850
Rask Ingemann Lambertsen committed -
tree-ssa-structalias.c (handle_ptr_arith): Make sure to only handle positive offsets that fit in a HOST_WIDE_INT. 2007-06-19 Richard Guenther <rguenther@suse.de> * tree-ssa-structalias.c (handle_ptr_arith): Make sure to only handle positive offsets that fit in a HOST_WIDE_INT. * g++.dg/torture/pr30252.C: New testcase. From-SVN: r125849
Richard Biener committed -
i386.c (ix86_emit_swsqrtsf): Limit the result of rsqrt insn to FLT_MAX to avoid NaN for zero input argument. * config/i386/i386.c (ix86_emit_swsqrtsf): Limit the result of rsqrt insn to FLT_MAX to avoid NaN for zero input argument. From-SVN: r125847
Uros Bizjak committed -
2007-06-19 Richard Guenther <rguenther@suse.de> PR middle-end/31950 * tree-ssa-alias-warnings.c (ffan_walker): Punt on MTAGs. From-SVN: r125846
Richard Guenther committed -
From-SVN: r125845
Nick Clifton committed -
PR tree-optimization/32353 * tree-ssa-structalias.c (set_uids_in_ptset): Also handle RESULT_DECL. * g++.dg/opt/nrv13.C: New test. From-SVN: r125841
Jakub Jelinek committed -
From-SVN: r125837
GCC Administrator committed -
* gnu/gcj/jvmti/Breakpoint.java: Make abstract. (method): Change from private to protected. (location): Likewise. (Breakpoint): Change argument list to take only integer type. Add default constructor. (initialize_native): Renamed to ... (_save_insn): ... this to make function more explicit. (execute): New method. * gnu/gcj/jvmti/Breakpoint.h: Regenerate. * gnu/gcj/jvmti/natBreakpoint.cc (initialize_native): Rename to... (_save_insn): ... this. (install): Save the original instruction. * gnu/gcj/jvmti/NormalBreakpoint.java: New file. * gnu/gcj/jvmti/NormalBreakpoint.h: New file. * gnu/gcj/jvmti/natNormalBreakpoint.cc: New file. * gnu/gcj/jvmti/BreakpointManager.java (newBreakpoint): Instantiate a NormalBreakpoint instead of Breakpoint. * interpret-run.cc (insn_breakpoint): Remove breakpoint actions and call Breakpoint.execute to do them. * classpath/lib/gnu/gcj/jvmti/Breakpoint.class: Regenerate. * classpath/lib/gnu/gcj/jvmti/BreakpointManager.class: Likewise. * classpath/lib/gnu/gcj/jvmti/NormalBreakpoint.class: New file. * sources.am: Regenerate. * Makefile.am (nat_source_files): Add natNormalBreakpoint.cc. * Makefile.in: Regenerated. From-SVN: r125834
Keith Seitz committed
-
- 18 Jun, 2007 19 commits
-
-
re PR fortran/20882 ([4.2 only] PURE procedure containing pointer assignment to dummy with pointer component) 2007-06-19 Paul Thomas <pault@gcc.gnu.org> PR fortran/20882 Correct the PR number from 20082 to 20882. From-SVN: r125832
Paul Thomas committed -
2007-06-19 Paul Thomas <pault@gcc.gnu.org> PR fortran/20863 PR fortran/20082 * resolve.c (resolve_code): Use gfc_impure_variable as a condition for rejecting derived types with pointers, in pure procedures. (gfc_impure_variable): Add test for dummy arguments of pure procedures; any for functions and INTENT_IN for subroutines. PR fortran/32236 * data.c (gfc_assign_data_value): Change the ICE on an array reference initializer not being an array into an error and clear init to prevent a repetition of the error. 2007-06-19 Paul Thomas <pault@gcc.gnu.org> PR fortran/20863 PR fortran/20082 * gfortran.dg/impure_assignment_2.f90 : New test. PR fortran/32236 * gfortran.dg/data_initialized_2.f90 : New test. * gfortran.dg/equiv_7.f90 : Test for endianess and call the appropriate version of 'dmach'. From-SVN: r125831
Paul Thomas committed -
PR target/32389 * config/i386/i386.h (enum ix86_stack_slot): Add SLOT_VIRTUAL. * config/i386/i386.c (assign_386_stack_local): Assert that SLOT_VIRTUAL is valid only before virtual regs are instantiated. (ix86_expand_builtin) [IX86_BUILTIN_LDMXCSR, IX86_BUILTIN_STMXCSR]: Use SLOT_VIRTUAL stack slot instead of SLOT_TEMP. * config/i386/i386.md (truncdfsf2, truncxf<mode>2): Ditto. testsuite/ChangeLog: PR target/32389 * gcc.target/i386/pr32389.c New test. From-SVN: r125830
Uros Bizjak committed -
gcc/cp/ChangeLog 2007-06-15 Simon Baldwin <simonb@google.com> PR c++/31923 * parser.c (cp_parser_single_declaration): Added check for storage class other than sc_none in parsed declaration, and a flag to indicate if the call is part of an explicit template specialization parse. * (cp_parser_explicit_specialization): Specialization check flag added to call to cp_parser_single_declaration(), set true. * (cp_parser_template_declaration_after_export): Specialization check flag added to call to cp_parser_single_declaration(), set false. * pt.c (check_explicit_specialization): Added code to copy visiblity and linkage from the templated function to the explicit specialization. gcc/testsuite/ChangeLog 2007-06-15 Simon Baldwin <simonb@google.com> PR c++/31923 * g++.dg/template/error25.C: New. * g++.dg/template/spec35.C: New. From-SVN: r125829
Simon Baldwin committed -
From-SVN: r125828
Steve Ellcey committed -
2007-06-18 Seongbae Park <seongbae.park@gmail.com> PR rtl-optimization/32321 * gcse.c (replace_store_insn): Update the note before calling emit_insn_after. From-SVN: r125827
Seongbae Park committed -
From-SVN: r125826
Seongbae Park committed -
gcc/ChangeLog: 2007-06-18 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. gcc/testsuite/ChangeLog: 2007-06-18 Martin Michlmayr <tbm@cyrius.com> PR rtl-optimization/32339 * gcc.c-torture/compile/pr32339.c: New test. From-SVN: r125825
Seongbae Park committed -
Revert: 2007-06-18 David Daney <ddaney@avtrex.com PR target/32313 * config/mips/mips.c (mips_expand_call): Mark $gp as used by local function call. From-SVN: r125824
David Daney committed -
PR target/32313 * config/mips/mips.c (mips_expand_call): Mark $gp as used by local function call. From-SVN: r125818
David Daney committed -
2007-06-18 Paolo Carlini <pcarlini@suse.de> * include/bits/stl_list.h: Rename guard macro consistently with file name. * include/bits/stl_algobase.h: Likewise. * include/bits/stl_map.h: Likewise. * include/bits/stl_queue.h: Likewise. * include/bits/stl_set.h: Likewise. * include/bits/stl_stack.h: Likewise. * include/bits/stl_iterator_base_types.h: Likewise. * include/bits/stl_multimap.h: Likewise. * include/bits/stl_pair.h: Likewise. * include/bits/stl_vector.h: Likewise. * include/bits/stl_deque.h: Likewise. * include/bits/stl_multiset.h: Likewise. * include/bits/stl_iterator_base_funcs.h: Likewise. * include/bits/stl_algo.h: Likewise. * include/bits/stl_iterator.h: Likewise. * include/bits/stl_tempbuf.h: Likewise. * include/bits/stl_bvector.h: Likewise. * include/bits/stl_function.h: Likewise. * include/bits/stl_tree.h: Likewise. From-SVN: r125815
Paolo Carlini committed -
2007-06-18 Kenneth Zadeck <zadeck@naturalbridge.com> PR middle-end/32355 * gcse (rest_of_handle_gcse): Add call to df_finish_pass after cse_main. * df-problems.c (df_note_bb_compute): Fix dumping info. 2007-06-18 Kenneth Zadeck <zadeck@naturalbridge.com> * gcc.c-torture/compile/pr32355.c: New testcase. From-SVN: r125812
Kenneth Zadeck committed -
* Makefile.def: Add dependency from configure-gdb to all-bfd. * Makefile.in: Regenerated. From-SVN: r125811
Daniel Jacobowitz committed -
2007-06-18 Martin Michlmayr <tbm@cyrius.com> H.J. Lu <hongjiu.lu@intel.com> * configure.ac: Add AC_CANONICAL_TARGET. * configure: Regenerated. Co-Authored-By: H.J. Lu <hongjiu.lu@intel.com> From-SVN: r125807
Martin Michlmayr committed -
* config/m68k/m68k.c (m68k_expand_epilogue): Emit a return insn with emit_jump_insn. From-SVN: r125801
Kazu Hirata committed -
PR tree-optimization/32383 * targhooks.c (default_builtin_reciprocal): Add new bool argument. * targhooks.h (default_builtin_reciprocal): Update prototype. * target.h (struct gcc_target): Update builtin_reciprocal. * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Update description. * tree-ssa-math-opts (execute_cse_reciprocals): Skip statements where arg1 is not SSA_NAME. Pass true to targetm.builtin_reciprocal when fndecl is in BUILT_IN_MD class. (execute_convert_to_rsqrt): Ditto. * config/i386/i386.c (ix86_builtin_reciprocal): Update for new bool argument. Convert IX86_BUILTIN_SQRTPS code only when md_fn is true. Convert BUILT_IN_SQRTF code only when md_fn is false. testsuite/ChangeLog: PR tree-optimization/32383 * testsuite/g++.dg/opt/pr32383.C: New test. From-SVN: r125790
Uros Bizjak committed -
* bt-load.c (move_btr_def): Fix the order of arguments to validate_replace_rtx. From-SVN: r125789
Kaz Kojima committed -
From-SVN: r125788
Nathan Sidwell committed -
From-SVN: r125786
GCC Administrator committed
-
- 17 Jun, 2007 12 commits
-
-
From-SVN: r125779
Danny Smith committed -
* cppfiles.c (open_file): Correct typo. From-SVN: r125778
Danny Smith committed -
PR rtl-optimization/32366 * simplify-rtx.c (simplify_unary_operation_1) [FLOAT_TRUNCATE, FLOAT_EXTEND]: Prevent non-scalar modes from entering significand_size. testsuite/ChangeLog: PR rtl-optimization/32366 * testsuite/gcc.dg/vect/pr32366.c: New test. From-SVN: r125777
Uros Bizjak committed -
2007-06-17 Kenneth Zadeck <zadeck@naturalbridge.com> PR middle-end/32349 * modulo-sched (generate_reg_moves): Added rescan parameter and if this is true, rescan insn being modified. (sms_schedule): Added rescan parameter. (rest_of_handle_sms): Moved freeing of dominance info to before getting out of cfg_layout. 2007-06-17 Kenneth Zadeck <zadeck@naturalbridge.com> * gcc.c-torture/compile/pr32349.c: New testcase. From-SVN: r125776
Kenneth Zadeck committed -
* config/cpu/m68k/atomicity.h: Use __mcfisaa__, __mcfisaaplus__, __mcfisab__ & __mcfisac__ instead of obsolete cpu #defines. From-SVN: r125775
Nathan Sidwell committed -
* config/m68k/predicates.md (const_call_operand): Adjust comment. (const_sibcall_operand): New. (sibcall_operand): Use it. * config/m68k/m68k.c (FL_FOR_isa_c): Not ISA_B compatible. (m68k_isas): ISAC does not imply FPU or EMAC. (override_options): Add ISA_C logic for symbolic jump & call. From-SVN: r125774
Nathan Sidwell committed -
* config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and FL_CF_EMAC from the entry for isac. From-SVN: r125773
Nathan Sidwell committed -
* config/m68k/m68k.h (ISA_HAS_FF1, ISA_HAS_MVS_MVZ): New. * config/m68k/m68k.md: Use ISA_HAS_FF1 and ISA_HAS_MVS_MVZ as appropriate. From-SVN: r125772
Nathan Sidwell committed -
* config/sparc/sparc.c (sparc_vis_init_builtins): Retrieve the return mode from the builtin itself. (sparc_fold_builtin): Fix cast of zero constant. From-SVN: r125768
Eric Botcazou committed -
* gcc.target/i386/sse-recip-vec.c: Add file, missing from my previous commit. From-SVN: r125767
Uros Bizjak committed -
2007-06-17 Janne Blomqvist <jb@gcc.gnu.org> * gfortran.texi: Add documentation for GFORTRAN_UNBUFFERED_n environment variables. Fix documentation for GFORTRAN_UNBUFFERED_ALL environment variable. From-SVN: r125766
Janne Blomqvist committed -
From-SVN: r125764
GCC Administrator committed
-
- 16 Jun, 2007 1 commit
-
-
From-SVN: r125759
Uros Bizjak committed
-