- 17 Sep, 2012 25 commits
-
-
2012-09-17 Paul Koning <ni1d@arrl.net> * doc/invoke.text (-feliminate-unused-debug-types): Update to reflect that this is enabled by default. From-SVN: r191404
Paul Koning committed -
2012-09-17 Tobias Burnus <burnus@net-b.de> PR fortran/54608 * simplify.c (gfc_simplify_scan, gfc_simplify_verify): Fix handling of BACK=variable. 2012-09-17 Tobias Burnus <burnus@net-b.de> PR fortran/54608 * gfortran.dg/scan_2.f90: New. From-SVN: r191403
Tobias Burnus committed -
PR bootstrap/54609 * unknown.c (unknown_fileline): Add state parameter, remove fileline_data parameter, name error_callback parameter. (backtrace_initialize): Add state parameter. From-SVN: r191402
Ian Lance Taylor committed -
2012-09-17 Ben Cheng <bccheng@google.com * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Suppress the dynamic linker commands for statically linked programs. From-SVN: r191401
Ben Cheng committed -
2012-09-17 Ulrich Weigand <ulrich.weigand@linaro.org> * config/arm/arm.c (arm_rtx_costs_1): Handle vec_extract and vec_set patterns. * config/arm/arm.md ("vec_set<mode>_internal"): Support memory source operands, implemented via vld1 instruction. ("vec_extract<mode>"): Support memory destination operands, implemented via vst1 instruction. ("neon_vst1_lane<mode>"): Use UNSPEC_VST1_LANE instead of vec_select. * config/arm/predicates.md ("neon_lane_number"): Remove. From-SVN: r191400
Ulrich Weigand committed -
2012-09-17 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org> Ulrich Weigand <ulrich.weigand@linaro.org> * config/arm/arm.c (output_move_neon): Update comment. Use vld1.64/vst1.64 instead of vldm/vstm where possible. (neon_vector_mem_operand): Support double-word modes. * config/arm/neon.md (*neon_mov VD): Call output_move_neon instead of output_move_vfp. Change constraint from Uv to Un. Co-Authored-By: Ulrich Weigand <ulrich.weigand@linaro.org> From-SVN: r191399
Ramana Radhakrishnan committed -
* Initial implementation. ./: * MAINTAINERS (Various Maintainers): Add libbacktrace. * configure.ac (host_libs): Add libbacktrace. (target_libraries): Add libbacktrace. * Makefile.def (host_modules): Add libbacktrace. (target_modules): Likewise. * configure, Makefile.in: Rebuild. gcc/go: * config-lang.in (target_libs): Add target-libbacktrace. From-SVN: r191397
Ian Lance Taylor committed -
From-SVN: r191396
Richard Guenther committed -
PR c++/53661 * typeck2.c (check_narrowing): Avoid false positives on conversion from enumeral type. From-SVN: r191395
Jason Merrill committed -
re PR lto/54598 (ICE: Segmentation fault in lto1 at tree-streamer-in.c:unpack_ts_fixed_cst_value_fields()) PR lto/54598 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Use ggc'ed FIXED_VALUE_TYPE instead of struct fixed_value. From-SVN: r191394
Richard Guenther committed -
* config/avr/avr.c (CONST_FIXED_P): Remove define. * config/avr/avr.md (add<mode>3): Use CONST_FIXED_P. From-SVN: r191393
Georg-Johann Lay committed -
re PR target/54607 ([avr]: Canadian cross build fails because gen-avr-mmcu-texi.c is compiled with the wrong compiler) PR target/54607 * config.gcc (tm_file,avr): Add avr/avr-arch.h. * config/avr/t-avr (gen-avr-mmcu-texi): Use CC_FOR_BUILD to compile. Don't depend on TM_H. Use CFLAGS_FOR_BUILD. * config/avr/avr.h (avr_arch, base_arch_s, mcu_type_s): Source out to... * config/avr/avr-arch.h: ...this new file. * config/avr/gen-avr-mmcu-texi.c: Include avr-arch.h, stdio.h, stdlib.h. * comparator: Make letters smaller than digits. * config/avr/avr-devices.c: Don't include headers if used in gen-avr-mmcu-texi.c. * doc/avr-mmcu.texi: Regenerate. From-SVN: r191390
Georg-Johann Lay committed -
* rtl.h (CONST_FIXED_P): New predicate macro. From-SVN: r191388
Georg-Johann Lay committed -
code doing propagation from degenerate PHI nodes. * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): New function. (propagate_constants_for_unrolling): Likewise. (tree_unroll_loops_completely): If the current loop has been unrolled and its father isn't the entire function, propagate constants within the new basic blocks by means of propagate_constants_for_unrolling. From-SVN: r191387
Eric Botcazou committed -
* configure.ac: Substitute CPU_OPT_EXT_RANDOM. * configure.host: Define cpu_opt_ext_random to location of the optimized version of <ext/random>. * include/Makefile.am (ext_headers): Add ${ext_host_headers}. (ext_host_headers): Define. * include/ext/random (simd_fast_mersenne_twister_engine<> ::operator==): Don't define function here. * include/ext/random.tcc (simd_fast_mersenne_twister_engine): Don't define code using SSE2 here. Define generic code only if _GLIBCXX_OPT_HAVE_RANDOM_SFMT_GEN_READ is not defined. (simd_fast_mersenne_twister_engine<> ::operator==): Define here if _GLIBCXX_OPT_HAVE_RANDOM_SFMT_OPERATOREQUAL is not defined. * config/cpu/generic/opt/ext/opt_random.h: New file. * config/cpu/i486/opt/ext/opt_random.h: New file. * libsupc++/Makefile.in: Regenerated. * testsuite/Makefile.in: Regenerated. * po/Makefile.in: Regenerated. * configure: Regenerated. * Makefile.in: Regenerated. * doc/Makefile.in: Regenerated. * aclocal.m4: Regenerated. * python/Makefile.in: Regenerated. * include/Makefile.in: Regenerated. * src/c++98/Makefile.in: Regenerated. * src/c++11/Makefile.in: Regenerated. * src/Makefile.in: Regenerated. From-SVN: r191384
Ulrich Drepper committed -
2012-09-17 Janus Weil <janus@gcc.gnu.org> PR fortran/54285 * expr.c (gfc_check_pointer_assign): Correctly handle procedure pointers as function results. * primary.c (gfc_match_varspec): Allow to call a PPC with proc-ptr result. 2012-09-17 Janus Weil <janus@gcc.gnu.org> PR fortran/54285 * gfortran.dg/proc_ptr_result_7.f90: New. From-SVN: r191383
Janus Weil committed -
2012-09-17 Tobias Burnus <burnus@net-b.de> PR fortran/54603 * trans-expr.c (gfc_trans_subcomponent_assign): Handle proc-pointer components. 2012-09-17 Tobias Burnus <burnus@net-b.de> PR fortran/54603 * gfortran.dg/structure_constructor_11.f90: New. From-SVN: r191382
Tobias Burnus committed -
2012-09-17 Tobias Burnus <burnus@net-b.de> * error.c (error_print): Move increment out of the assert. * interface.c (gfc_compare_derived_types): Add assert. (get_expr_storage_size): Remove always-true logical condition. * resolve.c (resolve_allocate_expr): Fix looping logic. * target-memory.c (gfc_target_expr_size): Add assert. From-SVN: r191381
Tobias Burnus committed -
PR tree-optimization/54563 * tree-ssa-math-opts.c (execute_cse_sincos): Call gimple_purge_dead_eh_edges if last call has been changed. * g++.dg/torture/pr54563.C: New test. From-SVN: r191378
Jakub Jelinek committed -
PR target/54564 ChangeLog entry fixup From-SVN: r191377
Jakub Jelinek committed -
PR target/54222 * config/avr/avr.c (avr_out_plus_symbol): Fix typo if PLUS and PSImode. (avr_out_plus_1): Remove log comments from assembler output. From-SVN: r191376
Georg-Johann Lay committed -
2012-09-17 Ruben Buchatskiy <ruben@ispras.ru> * config/arm/vfp.md (*thumb2_movdf_vfp): Require one of the operands to be a register. From-SVN: r191375
Ruben Buchatskiy committed -
* Make-lang.in (go/gogo.o): Depend on filenames.h. From-SVN: r191372
Ian Lance Taylor committed -
From-SVN: r191371
Edward Smith-Rowland committed -
From-SVN: r191370
GCC Administrator committed
-
- 16 Sep, 2012 12 commits
-
-
2012-09-16 Paolo Carlini <paolo.carlini@oracle.com> * include/ext/random (rice_distribution<>::operator==): Change inline friend definition to non-template. * testsuite/ext/random/rice_distribution/requirements/ explicit_instantiation/1.cc: New. * testsuite/26_numerics/random/normal_mv_distribution: Move... * testsuite/ext/random/normal_mv_distribution: ... here. * testsuite/26_numerics/random/simd_fast_mersenne_twister_engine: Move... * testsuite/ext/random/simd_fast_mersenne_twister_engine: ... here. * testsuite/26_numerics/random/beta_distribution: Move... * testsuite/ext/random/beta_distribution: ... here. * testsuite/26_numerics/random/rice_distribution: Move... * testsuite/ext/random/rice_distribution: ... here. From-SVN: r191367
Paolo Carlini committed -
re PR fortran/54594 ([OOP] Type-bound ASSIGNMENTs (elemental + array version) rejected as ambiguous) 2012-09-16 Janus Weil <janus@gcc.gnu.org> PR fortran/54594 * resolve.c (get_checked_tb_operator_target): Add a reference to the relevant quote from the F08 standard. From-SVN: r191366
Janus Weil committed -
re PR fortran/54594 ([OOP] Type-bound ASSIGNMENTs (elemental + array version) rejected as ambiguous) 2012-09-16 Janus Weil <janus@gcc.gnu.org> PR fortran/54594 * interface.c (compare_type_rank): Handle CLASS arrays. 2012-09-16 Janus Weil <janus@gcc.gnu.org> PR fortran/54594 * gfortran.dg/typebound_generic_14.f03: New. From-SVN: r191365
Janus Weil committed -
re PR fortran/54387 ([F03] Wrongly accepts non-proc result variable on the RHS of a proc-pointer assignment) 2012-09-16 Janus Weil <janus@gcc.gnu.org> PR fortran/54387 * expr.c (gfc_check_pointer_assign): Check for result of embracing function. 2012-09-16 Janus Weil <janus@gcc.gnu.org> PR fortran/54387 * gfortran.dg/proc_ptr_38.f90: New. From-SVN: r191364
Janus Weil committed -
gcc/ * calls.c (expand_call): Use emit_group_move for PARALLEL->PARALLEL moves. From-SVN: r191363
Richard Sandiford committed -
From-SVN: r191362
Edward Smith-Rowland committed -
PR debug/54460 * g++.dg/debug/dwarf2/nested-3.C: Add hppa assembler comment character to scary regexp. From-SVN: r191361
John David Anglin committed -
re PR testsuite/54007 (lto15.adb fails: gnat1: error: LTO support has not been enabled in this configuration) PR testsuite/54007 * gnat.dg/lto15.adb: Require lto. From-SVN: r191360
John David Anglin committed -
* gfortran.dg/bind_c_array_params_2.f90: Adjust scan-assembler-times "myBindC" for hppa*-*-hpux*. From-SVN: r191359
John David Anglin committed -
2012-09-16 Tobias Burnus <burnus@net-b.de> * trans-decl.c (gfc_generate_function_code): Fix gfc_option.coarray check. * trans-stmt.c (compute_inner_temp_size): Fix handling of gfc_option.rtcheck. From-SVN: r191358
Tobias Burnus committed -
fortran/ * symbol.c (gfc_undo_symbols): Correctly undo namelists. testsuite/ * gfortran.dg/namelist_75.f90: New test. From-SVN: r191357
Mikael Morin committed -
From-SVN: r191356
GCC Administrator committed
-
- 15 Sep, 2012 3 commits
-
-
2012-09-15 Tom de Vries <tom@codesourcery.com> * gcc.dg/tree-ssa/vrp82.c: New test. * gcc.dg/tree-ssa/vrp83.c: Same. * gcc.dg/tree-ssa/vrp84.c: Same. From-SVN: r191352
Tom de Vries committed -
2012-09-15 Tom de Vries <tom@codesourcery.com> * tree-vrp.c (extract_range_from_binary_expr_1): Fix bug in handling of LSHIFT_EXPR with shift range. Handle more LSHIFT_EXPR cases with shift range. From-SVN: r191351
Tom de Vries committed -
From-SVN: r191348
Joseph Myers committed
-