- 07 Sep, 2009 8 commits
-
-
gcc/ * config/bfin/bfin.c (bfin_optimize_loop): When creating a new basic block, ensure it has an exit edge. Emit a barrier after a jump. gcc/testsuite/ * gcc.c-torture/compile/20090907-1.c: New test. From-SVN: r151479
Bernd Schmidt committed -
* gcc.c (this_is_linker_script): New variable. Like this_is_library_file but for the %T constructor. (end_going_arg): If this_is_linker_script is set then locate the script and insert a --script switch before it (do_spec_2): Initialise this_is_linker_script. (do_spec_1): Likewise. Handle %T construct. (eval_spec_function): Preserve this_is_linker_script. * doc/invoke.texi: Document %T construct in spec files. * config/m32c/m32c.h (LIB_SPEC): Use it. From-SVN: r151477
Nick Clifton committed -
2009-09-07 H.J. Lu <hongjiu.lu@intel.com> Ralf Wildenhues <Ralf.Wildenhues@gmx.de> PR libstdc++/41280 * configure.ac: Run "${multi_basedir}/config-ml.in" to generate MULTISUBDIR = in subdirectory Makefiles, with ml_norecursion set. * configure: Regenerate. Co-Authored-By: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> From-SVN: r151476
H.J. Lu committed -
2009-09-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * rtl.h (PREFETCH_SCHEDULE_BARRIER_P): New macro. * sched-deps.c (sched_analyze_2): Make prefetches a hard barrier when volatile flag is set. * doc/rtl.texi (PREFETCH_SCHEDULE_BARRIER_P): Add documentation pieces. From-SVN: r151475
Andreas Krebbel committed -
2009-09-07 Laurent GUERBY <laurent@guerby.net> * gcc-interface/targtyps.c: Add missing include for tm_p.h. * gcc-interface/Make-lang.in: Update dependencies. From-SVN: r151474
Laurent GUERBY committed -
2009-09-07 Laurent GUERBY <laurent@guerby.net> * make.adb: Add missing documentation for multilib handling. From-SVN: r151473
Laurent GUERBY committed -
From-SVN: r151468
Eric Botcazou committed -
From-SVN: r151466
GCC Administrator committed
-
- 06 Sep, 2009 6 commits
-
-
PR bootstrap/41241 * combine-stack-adj.c (try_apply_stack_adjustment): Handle stores. (combine_stack_adjustments_for_block): Allow insns between stack adjustments and stores with corresponding with pre-(dec|inc)rement or pre-modify. From-SVN: r151463
Eric Botcazou committed -
PR bootstrap/41241 * combine-stack-adj.c (struct csa_memlist): Rename to... (struct csa_reflist): ... this. Rename mem field to ref. (free_csa_memlist): Rename to... (free_csa_reflist): ... this. (record_one_stack_memref): Rename to... (record_one_stack_ref): ... this. Handle also REG_P. (try_apply_stack_adjustment): Handle also REG_P. (struct record_stack_memrefs_data): Rename to... (struct record_stack_refs_data): ... this. Rename memlist field to reflist. (record_stack_memrefs): Rename to... (record_stack_refs): ... this. For DEBUG_INSNs keep traversing subexpressions instead of failing when a MEM contains SP references. For SP itself in DEBUG_INSNs queue it also onto reflist chain. (combine_stack_adjustments_for_block): Adjust for mem to ref renaming. * gcc.dg/pr41241.c: New test. From-SVN: r151462
Jakub Jelinek committed -
2009-09-06 Richard Guenther <rguenther@suse.de> PR middle-end/41144 * tree.c (build_array_type): Do not record types marked with structural equality in the canonical type hashtable. * g++.dg/torture/pr41144.C: New testcase. From-SVN: r151461
Richard Guenther committed -
2009-09-06 Richard Guenther <rguenther@suse.de> PR middle-end/41261 * tree-ssa-alias.c (refs_may_alias_p_1): Bail out for function decls. * gcc.dg/torture/pr41261.c: New testcase. From-SVN: r151460
Richard Guenther committed -
re PR libstdc++/41267 (vector<>::resize() from an empty vector calls memmove for 0 bytes (twice), wasting a lot of cpu time in a production PowerDNS) 2009-09-06 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/41267 * include/bits/stl_algobase.h (__copy_move::__copy_m, __copy_move_backward::__copy_move_b): Don't call __builtin_memmove with a null third argument. From-SVN: r151459
Paolo Carlini committed -
From-SVN: r151458
GCC Administrator committed
-
- 05 Sep, 2009 7 commits
-
-
re PR tree-optimization/41181 (internal compiler error when using x86_64-w64-mingw32-gcc to build ffmpeg ac3enc.c) 2009-09-05 Richard Guenther <rguenther@suse.de> PR middle-end/41181 * tree-ssa-ccp.c (maybe_fold_stmt_addition): Use the correct type. * gcc.c-torture/compile/pr41181.c: New testcase. From-SVN: r151455
Richard Guenther committed -
2009-09-05 Richard Guenther <rguenther@suse.de> PR debug/41273 * tree-ssa-operands.c (get_tmr_operands): Pass through opf_no_vops. * g++.dg/torture/pr41273.C: New testcase. From-SVN: r151454
Richard Guenther committed -
re PR tree-optimization/41271 (FAIL: gcc.dg/matrix/matrix-2.c scan-ipa-dump-times matrix-reorg "Flattened 2 dimensions" 1) 2009-09-05 Richard Guenther <rguenther@suse.de> PR middle-end/41271 * tree-ssa.c (useless_type_conversion_p): Drop qualifiers before comparing function argument types. From-SVN: r151453
Richard Guenther committed -
2009-09-05 Paul Thomas <pault@gcc.gnu.org> PR fortran/41258 * primary.c (gfc_match_varspec): Do not look for typebound procedures unless the derived type has a f2k_derived namespace. 2009-09-05 Paul Thomas <pault@gcc.gnu.org> PR fortran/41258 * gfortran.dg/typebound_proc_12.f90 : New test. From-SVN: r151451
Paul Thomas committed -
PR target/41024 * config/i386/mingw-w64.h (ASM_SPEC): Pass -v instead of -V to the assembler. From-SVN: r151450
Francois-Xavier Coudert committed -
2009-09-04 Benjamin Kosnik <bkoz@redhat.com> Revert. 2009-08-06 Benjamin Kosnik <bkoz@redhat.com> * src/compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream sentry objects. * include/bits/istream.tcc: Same. * include/bits/ostream.tcc: Same. * include/bits/basic_string.tcc: Same. * include/bits/ostream_insert.h: Same. * src/istream.cc: Same. From-SVN: r151445
Benjamin Kosnik committed -
From-SVN: r151444
GCC Administrator committed
-
- 04 Sep, 2009 19 commits
-
-
2009-09-04 Uros Bizjak <ubizjak@gmail.com> Revert: 2009-08-18 Uros Bizjak <ubizjak@gmail.com> * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Allocate insn locators before emit_insn is called. From-SVN: r151441
Uros Bizjak committed -
2009-09-04 Vladimir Makarov <vmakarov@redhat.com> PR bootstrap/41241 * ira.c (update_equiv_reg): Revert my previous patch for the PR. * reginfo.c (resize_reg_info): Call allocate_reg_info if necessary. (reginfo_init): Don't call allocate_reg_info. From-SVN: r151440
Vladimir Makarov committed -
PR target/41262 * config/alpha/alpha.c (alpha_does_function_need_gp): Use NONDEBUG_INSN_P instead of INSN_P. From-SVN: r151439
Uros Bizjak committed -
gcc/ChangeLog: PR debug/41225 * tree-vect-stmts.c (vect_stmt_relevant_p): Skip debug uses. gcc/testsuite/ChangeLog: PR debug/41225 * gfortran.dg/pr41225.f90: New. From-SVN: r151438
Alexandre Oliva committed -
PR target/41252 * config/arm/vfp.md (*cmpdf_split_vfp): Fix src mode in the second pattern of the split. From-SVN: r151437
Alexandre Oliva committed -
From-SVN: r151436
Alexandre Oliva committed -
* configure.ac (with-build-config): Document. Handle without. Handle missing argument. * configure: Rebuilt. From-SVN: r151435
Alexandre Oliva committed -
* gcc.dg/guality/guality.h: Include stdint.h. Drop unnecessary unistd.h, sys/types.h and sys/wait.h. (gualchk_t): New. (GUALCVT): New. (GUALCHKXPR, GUALCHKVAL, GUALCHKFLA): Use it. (GUALITY_GDB_REDIRECT): New. (GUALITY_GDB_ARGS): Use it. From-SVN: r151434
Alexandre Oliva committed -
* toplev.c (process_options): Move setter of flag_var_tracking before other tests that depend on it. Move down setter of flag_rename_registers. Don't enable var-tracking-assignments by default if selective scheduling is enabled. Warn if both are enabled. From-SVN: r151433
Alexandre Oliva committed -
* var-tracking.c (dv_is_decl_p): Adjust NULL behavior to match comment. Use switch statement to catch overlaps between rtx and tree codes. Accept FUNCTION_DECLs in addition to those in... (IS_DECL_CODE): ... here. Remove. (check_value_is_not_decl): Remove. (dv_from_decl, dv_from_value): Check after conversion. From-SVN: r151432
Alexandre Oliva committed -
2009-09-04 Richard Guenther <rguenther@suse.de> PR middle-end/41257 * (cgraph_finalize_compilation_unit): Move finalizing aliases after emitting tunks. Move emitting thunks and ctors from ... (cgraph_optimize): ... here. Remove redundant cgraph_analyze_functions. * varasm.c (find_decl_and_mark_needed): Remove no longer necessary check. (finish_aliases_1): Adjust check for thunk aliases. * g++.dg/torture/pr41257.C: New testcase. From-SVN: r151431
Richard Guenther committed -
2009-09-04 Daniel Gutson <dgutson@codesourcery.com> * config/arm/arm.md (ctzsi2): Added braces to avoid warning that broke booststrap. From-SVN: r151427
Daniel Gutson committed -
2009-09-04 Ozkan Sezer <sezeroz@gmail.com> PR target/39065 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T. * config.in: Regenerated. * configure: Regenerated. From-SVN: r151423
Ozkan Sezer committed -
2009-09-04 Martin Jambor <mjambor@suse.cz> PR tree-optimization/41112 * tree-sra.c (build_ref_for_offset_1): Signal that we cannot handle variable-bounded arrays. (expr_with_var_bounded_array_refs_p): New function. (analyze_access_subtree): Call expr_with_var_bounded_array_refs_p. * testsuite/gnat.dg/array8.adb: New test. From-SVN: r151420
Martin Jambor committed -
2009-09-04 Wolfgang Gellerich <gellerich@de.ibm.com> * config/s390/2097.md: Removed two incorrect bypasses. (z10_fsimpdf): Fixed latency. (z10_fhex): New insn_reservation. (z10_floaddf): Fixed latency. (z10_floadsf): Fixed latency. (z10_ftrunctf): Fixed latency. (z10_ftruncdf): Fixed latency. * config/s390/s390.c (z10_cost): Fixed values. (s390_adjust_priority): Added z10 path. * config/s390/s390.md (type): Added fhex. (*mov<mode>_64dfp): Updated type attribute. (*mov<mode>_64): Updated type attribute. (*mov<mode>_31): Updated type attribute. (*mov<mode>"): Likewise. * config/s390/2084.md (x_fsimpdf): Updated condition. From-SVN: r151419
Wolfgang Gellerich committed -
2009-09-04 Tobias Burnus <burnus@net-b.de> PR fortran/41219 * intrinsics/getlog.c: Define _POSIX for MINGW32. From-SVN: r151417
Tobias Burnus committed -
2009-09-04 Andreas Krebbel <krebbel1@de.ibm.com> * config/s390/s390.md ("*fmadd<mode>", "*fmsub<mode>"): Enable mem RTXs in the predicate for operand 1. From-SVN: r151416
Andreas Krebbel committed -
* gcc.dg/guality/guality.exp: Only run guality tests if a trivial testcase using guality.h compiles and links and if a global variable can be verified by gdb. From-SVN: r151410
Jakub Jelinek committed -
2009-09-03 Daniel Gutson <dgutson@codesourcery.com> * config/arm/arm.md (UNSPEC_RBIT): New constant. (rbitsi2): New insn. (ctzsi2): New expand. * config/arm/arm.h (CTZ_DEFINED_VALUE_AT_ZERO): New macro. testsuite/ * gcc.target/arm/ctz.c: New test case. From-SVN: r151402
Daniel Gutson committed
-