platform/upstream/linaro-gcc.git
11 years ago PR c++/54198
jason [Tue, 4 Sep 2012 19:35:02 +0000 (19:35 +0000)]
PR c++/54198
* decl.c (check_default_argument): Set cp_unevaluated_operand
around call to perform_implicit_conversion_flags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190949 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * bb-reorder.c (gate_handle_reorder_blocks): Move around.
ebotcazou [Tue, 4 Sep 2012 19:11:37 +0000 (19:11 +0000)]
* bb-reorder.c (gate_handle_reorder_blocks): Move around.
(rest_of_handle_reorder_blocks): Likewise.
(pass_reorder_blocks): Likewise.
(gate_handle_partition_blocks): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190948 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR rtl-optimization/54456
ebotcazou [Tue, 4 Sep 2012 19:05:38 +0000 (19:05 +0000)]
PR rtl-optimization/54456
* sched-rgn.c (gate_handle_sched): Return 1 only if optimize > 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190947 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR c++/54437
jason [Tue, 4 Sep 2012 18:49:51 +0000 (18:49 +0000)]
PR c++/54437
PR c++/51213
* pt.c (fn_type_unification): Call coerce_template_parms before
entering substitution context.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190946 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * configure.ac: Fix --enable-languages=all.
jason [Tue, 4 Sep 2012 18:49:41 +0000 (18:49 +0000)]
* configure.ac: Fix --enable-languages=all.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190945 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoThis patch works around a parsing problem with g++ 4.3. The parser is
dnovillo [Tue, 4 Sep 2012 18:33:29 +0000 (18:33 +0000)]
This patch works around a parsing problem with g++ 4.3.  The parser is
failing to lookup calls to the template function reserve when called
from other member functions:

vec_t<T>::reserve<A> (...)

The parser thinks that the '<' in reserve<A> is a less-than operation.
This problem does not happen after 4.3.

This code is going to change significantly, so this won't be needed
soon.

Tested on x86_64 with g++ 4.3 and g++ 4.6.

PR bootstrap/54478
* vec.h (vec_t::alloc): Remove explicit type specification
in call to reserve.
(vec_t::copy): Likewise.
(vec_t::reserve): Likewise.
(vec_t::reserve_exact): Likewise.
(vec_t::safe_splice): Likewise.
(vec_t::safe_push): Likewise.
(vec_t::safe_grow): Likewise.
(vec_t::safe_grow_cleared): Likewise.
(vec_t::safe_insert): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190943 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago* alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.
rth [Tue, 4 Sep 2012 18:16:24 +0000 (18:16 +0000)]
* alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190941 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR bootstrap/54453
steven [Tue, 4 Sep 2012 15:28:39 +0000 (15:28 +0000)]
PR bootstrap/54453
* include/Makefile.am: Fix regex.
* include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190939 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-04 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 4 Sep 2012 15:25:38 +0000 (15:25 +0000)]
2012-09-04  Richard Guenther  <rguenther@suse.de>

* tree-ssa-pre.c (value_expressions): Make it a vector of
bitmaps containing expression IDs.
(add_to_value): Adjust.
(sorted_array_from_bitmap_set): Likewise.
(bitmap_set_replace_value): Likewise.
(print_value_expressions): Likewise.
(get_constant_for_value_id): Likewise.
(get_representative_for): Likewise.
(phi_translate_1): Likewise.
(bitmap_find_leader): Likewise.
(find_or_generate_expression): Likewise.
(do_regular_insertion): Likewise.
(init_pre): Likewise.
(fini_pre): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190938 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR bootstrap/54479
dnovillo [Tue, 4 Sep 2012 15:16:51 +0000 (15:16 +0000)]
PR bootstrap/54479
* vec.h (vec_t::copy): Add cast in call to reserve_exact.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190937 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * make_sunver.pl: Add missing newline at the end of extern "C++" block.
ebotcazou [Tue, 4 Sep 2012 13:56:06 +0000 (13:56 +0000)]
* make_sunver.pl: Add missing newline at the end of extern "C++" block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190932 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-04 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 4 Sep 2012 13:26:25 +0000 (13:26 +0000)]
2012-09-04  Richard Guenther  <rguenther@suse.de>

* tree-ssa-pre.c (add_to_exp_gen): Adjust.
(make_values_for_phi): Do not add to PHI_GEN for FRE.
(compute_avail): Stop processing after adding all defs to
AVAIL_OUT for FRE.
(init_pre): Do not allocate not needed bitmap sets for FRE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190930 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
dnovillo [Tue, 4 Sep 2012 13:23:10 +0000 (13:23 +0000)]
* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190929 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-04 Christophe Lyon <christophe.lyon@st.com>
clyon [Tue, 4 Sep 2012 13:22:55 +0000 (13:22 +0000)]
2012-09-04  Christophe Lyon  <christophe.lyon@st.com>

* MAINTAINERS (Write After Approval): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190928 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoMake all VEC_* functions, member functions of vec_t.
dnovillo [Tue, 4 Sep 2012 13:22:54 +0000 (13:22 +0000)]
Make all VEC_* functions, member functions of vec_t.

This patch is the first step towards making the API for VEC use
member functions.

There are no user code modifications in this patch.  Everything
is still using the VEC_* macros, but this time they expand into
member function calls.

Because of the way VECs are used, this required some trickery.
The API allows VECs to be NULL.  This means that services like
VEC_length(V) will return 0 when V is a NULL pointer.  This is,
of course, not possible to do if we call V->length().

For functions that either need to allocate/re-allocate the
vector, or they need to handle NULL vectors, I implemented them
as static member functions or free functions.

Another wart that I did not address in this patch is the fact
that vectors of pointers and vectors of objects have slightly
different semantics when handling elements in the vector.  In
vector of pointers, we pass them around by value, but in vectors
of objects, they are passed around via pointers.  That's why we
need TYPE * and TYPE ** overloads for some functions (e.g.,
vec_t::iterate).

I will fix these two warts in a subsequent patch.  The idea is to
make vec_t a single-word structure, which acts as a handler for
the structure containing the actual vector.  Something like this:

template<typename T>
struct vec_t
{
  struct vec_internal<T> *vec_;
};

This has the advantage that we can now declare the actual vector
instances as regular variables, instead of pointers.  They will
use the same amount of memory when embedded in other structures,
and we will be able to allocate and reallocate the actual data
without having to mutate the vector instance.

All the functions that are now static members in vec_t, will
become instance members in the new vec_t.  This will mean that
all the callers will need to be changed, of course.

Tested on x86_64 and ppc64 with all languages plus ada, go and obj-c++.

Rewrite VEC_* functions as member functions of vec_t.

* vec.h: Update documentation.
(ALONE_VEC_CHECK_INFO): Define.
(ALONE_VEC_CHECK_DECL): Define.
(ALONE_VEC_CHECK_PASS): Define.
(struct vec_prefix): Rename field NUM to NUM_.
Rename field ALLOC to ALLOC_.
Update all users.
(struct vec_t): Rename field PREFIX to PREFIX_.
Rename field VEC to VEC_.
Update all users.
(vec_t::length): Rename from VEC_length_1.  Update all users.
(vec_t::empty): Rename from VEC_empty_1.  Update all users.
(vec_t::address): Rename from VEC_address_1.  Update all users.
(vec_address): New.
(vec_t::last): Rename from VEC_last_1.  Update all users.
(vec_t::operator[]): Rename from VEC_index_1.  Update all users.
(vec_t::iterate): Rename from VEC_iterate_1.  Update all users.
(vec_t::embedded_size): Rename from VEC_embedded_size_1.
Update all users.
(vec_t::embedded_init): Rename from VEC_embedded_init_1.
Update all users.
(vec_t::alloc): Rename from VEC_alloc_1.  Update all users.
(vec_t::free): Rename from VEC_free_1.  Update all users.
(vec_t::copy): Rename from VEC_copy_1.  Update all users.
(vec_t::space): Rename from VEC_space_1.  Update all users.
(vec_t::reserve): Rename from VEC_reserve_1.  Update all users.
(vec_t::reserve_exact): Rename from VEC_reserve_exact_1.
Update all users.
(vec_t::splice): Rename from VEC_splice_1.  Update all users.
(vec_t::safe_splice): Rename from VEC_safe_splice_1.  Update all users.
(vec_t::quick_push): Rename from VEC_quick_push_1.  Update all users.
(vec_t::safe_push): Rename from VEC_safe_push_1.  Update all users.
(vec_t::pop): Rename from VEC_pop_1.  Update all users.
(vec_t::truncate): Rename from VEC_truncate_1.  Update all users.
(vec_t::safe_grow): Rename from VEC_safe_grow_1.  Update all users.
(vec_t::safe_grow_cleared): Rename from VEC_safe_grow_cleared_1.
Update all users.
(vec_t::replace): Rename from VEC_replace_1.  Update all users.
(vec_t::quick_insert): Rename from VEC_quick_insert_1.
Update all users.
(vec_t::safe_insert): Rename from VEC_safe_insert_1.  Update all users.
(vec_t::ordered_remove): Rename from VEC_ordered_remove_1.
Update all users.
(vec_t::unordered_remove): Rename from VEC_unordered_remove_1.
Update all users.
(vec_t::block_remove): Rename from VEC_block_remove_1. Update all users.
(vec_t::lower_bound): Rename from VEC_lower_bound_1. Update all users.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190927 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * gimple.h (gimple_build_switch): Remove.
steven [Tue, 4 Sep 2012 13:03:02 +0000 (13:03 +0000)]
* gimple.h (gimple_build_switch): Remove.
(gimple_build_switch_vec): Promote to the new gimple_build_switch.
(gimple_switch_default_label): Assert the default case label is
really a default case label.
(gimple_switch_set_default_label): Likewise.
* gimple.c (gimple_build_switch_nlabels): Make sure a default label
is passed in, and simplify accordingly.
(gimple_build_switch): Removed.
(gimple_build_switch_vec): Rename to gimple_build_switch.
* gimplify.c (gimplify_switch_expr): Update gimple_build_switch use.
* gimple-pretty-print.c (dump_gimple_switch): Do not accept a NULL
case label.
* stmt.c (expand_case): Simplify using the fact that every GIMPLE
switch must have a default case.
* tree-cfg.c (group_case_labels_stmt): Likewise.
(verify_gimple_switch): Use gimple_switch_label in verifier to get
the label at index 0, and verify that it is a valid default case.
* except.c (sjlj_emit_dispatch_table): Rewrite construction of the
switch for dispatching.
* tree-eh.c (lower_try_finally_switch): Update gimple_build_switch use.
(lower_eh_dispatch): Likewise.
* tree-vrp.c (execute_vrp): Use gimple_switch_label to get the case
label at index 0 before turning it into a default case label.
* omp-low.c (expand_omp_sections): Update gimple_build_switch use.
* tree-switch-conversion.c (emit_case_bit_tests): Get the default case
label using gimple_switch_default_label.
(collect_switch_conv_info): Likewise.
(process_switch): Likewise.
* doc/gimple.texi: Update documentation of gimple_build_switch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190925 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/54476
gjl [Tue, 4 Sep 2012 09:37:08 +0000 (09:37 +0000)]
PR target/54476
* config/avr/avr.c (avr_expand_delay_cycles): Mask operand with
SImode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190920 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/45070
amker [Tue, 4 Sep 2012 09:36:44 +0000 (09:36 +0000)]
PR target/45070
* config/arm/arm.c (thumb1_extra_regs_pushed): Handle return value of size
less than 4 bytes by using macro ARM_NUM_INTS.
(thumb1_unexpanded_epilogue): Use macro ARM_NUM_INTS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190919 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-04 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 4 Sep 2012 09:28:58 +0000 (09:28 +0000)]
2012-09-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/54458
* tree-ssa-threadupdate.c (thread_through_loop_header): If we
turn the loop into one with multiple latches mark it so.

* gcc.dg/torture/pr54458.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190918 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/54220
gjl [Tue, 4 Sep 2012 09:08:50 +0000 (09:08 +0000)]
PR target/54220
* config/avr/avr.c (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): New
define to...
(avr_allocate_stack_slots_for_args): ...this new static function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190914 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-04 Christophe Lyon <christophe.lyon@linaro.org>
clyon [Tue, 4 Sep 2012 08:35:19 +0000 (08:35 +0000)]
2012-09-04  Christophe Lyon  <christophe.lyon@linaro.org>

* config/arm/arm.c (arm_expand_builtin): Replace gen_rtx_CONST_INT
by GEN_INT.
(arm_emit_coreregs_64bit_shift): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190912 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-04 Christophe Lyon <christophe.lyon@linaro.org>
clyon [Tue, 4 Sep 2012 08:32:39 +0000 (08:32 +0000)]
2012-09-04  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/
* config/arm/arm.c (arm_evpc_neon_vext): New
function.
(arm_expand_vec_perm_const_1): Add call to
arm_evpc_neon_vext.

gcc/testsuite/
* gcc.target/arm/neon-vext.c: New test.
* gcc.target/arm/neon-vext-execute.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190911 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-04 Janus Weil <janus@gcc.gnu.org>
janus [Tue, 4 Sep 2012 08:03:09 +0000 (08:03 +0000)]
2012-09-04  Janus Weil  <janus@gcc.gnu.org>

PR fortran/54435
PR fortran/54443
* match.c (gfc_match_select_type): Make sure to only access CLASS_DATA
for BT_CLASS.

2012-09-04  Janus Weil  <janus@gcc.gnu.org>

PR fortran/54243
PR fortran/54244
* gfortran.dg/select_type_29.f03: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190910 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/51244
olegendo [Tue, 4 Sep 2012 08:03:01 +0000 (08:03 +0000)]
PR target/51244
* config/sh/sh.c (prepare_cbranch_operands): Pull out comparison
canonicalization code into...
* (sh_canonicalize_comparison): This new function.
* config/sh/sh-protos.h: Declare it.
* config/sh/sh.h: Use it in new macro CANONICALIZE_COMPARISON.
* config/sh/sh.md (cbranchsi4): Remove TARGET_CBRANCHDI4 check and
always invoke expand_cbranchsi4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190909 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoDaily bump.
gccadmin [Tue, 4 Sep 2012 00:18:16 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190908 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoFix bootstrap-lto
ak [Mon, 3 Sep 2012 22:00:13 +0000 (22:00 +0000)]
Fix bootstrap-lto

gcc/

2012-09-03  Andi Kleen <ak@linux.intel.com>

* tree-ssa-sccvn.c (vn_reference_fold_indirect): Initialize
addr_offset always.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190905 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Andrew Pinski <apinski@cavium.com>
pinskia [Mon, 3 Sep 2012 20:31:52 +0000 (20:31 +0000)]
2012-09-03  Andrew Pinski  <apinski@cavium.com>

PR tree-opt/53395
* tree-if-conv.c (constant_or_ssa_name): New function.
(fold_build_cond_expr): New function.
(predicate_scalar_phi): Use fold_build_cond_expr instead of build3.
(predicate_mem_writes): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190904 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Marc Glisse <marc.glisse@inria.fr>
glisse [Mon, 3 Sep 2012 17:31:38 +0000 (17:31 +0000)]
2012-09-03  Marc Glisse  <marc.glisse@inria.fr>

gcc/
* fold-const.c (fold_ternary_loc): Constant-propagate after
removing dead operands.

gcc/testsuite/
* gcc.dg/fold-perm.c: Improve test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190901 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR tree-optimization/46590
matz [Mon, 3 Sep 2012 15:39:15 +0000 (15:39 +0000)]
PR tree-optimization/46590
* tree-cfg.c (gimple_duplicate_sese_region): Don't update
SSA web here ...
* tree-ssa-loop-ch.c (copy_loop_headers): ... but here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190897 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Sandra Loosemore <sandra@codesourcery.com>
sandra [Mon, 3 Sep 2012 15:29:22 +0000 (15:29 +0000)]
2012-09-03  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* doc/invoke.texi: Fix numerous typos and punctuation/grammatical
errors throughout the file.  Re-word some awkward sentences and
paragraphs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190896 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 3 Sep 2012 14:40:17 +0000 (14:40 +0000)]
2012-09-03  Richard Guenther  <rguenther@suse.de>

PR bootstrap/54138
* configure.ac: Re-organize ISL / CLOOG checks to allow
disabling with either --without-isl or --without-cloog.
* configure: Regenerated.
* config/cloog.m4: Adjust.
* config/isl.m4: Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190895 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Tobias Burnus <burnus@net-b.de>
burnus [Mon, 3 Sep 2012 14:06:27 +0000 (14:06 +0000)]
2012-09-03  Tobias Burnus  <burnus@net-b.de>

        PR fortran/54467
        * class.c (gfc_find_derived_vtab): Fix disabling of _final
        by continuing to generate normal type-bound procedures.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190892 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 3 Sep 2012 13:24:07 +0000 (13:24 +0000)]
2012-09-03  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/54362
* tree-ssa-structalias.c (find_func_aliases): Handle COND_EXPR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190889 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
gjl [Mon, 3 Sep 2012 12:10:40 +0000 (12:10 +0000)]
* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190887 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Mon, 3 Sep 2012 11:46:56 +0000 (11:46 +0000)]
2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c (s390_loadrelative_operand_p): New function.
(s390_check_qrst_address, print_operand_address): Use
s390_loadrelative_operand_p instead of s390_symref_operand_p.
(s390_check_symref_alignment): Accept pointer size alignment for GOT slots.
(legitimize_pic_address): Use load relative on z10 or later.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190884 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR debug/53923
jakub [Mon, 3 Sep 2012 11:42:31 +0000 (11:42 +0000)]
PR debug/53923
* valtrack.c (dead_debug_insert_temp): Drop non-reg uses
from the chain.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190883 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * common.opt (--no-sysroot-suffix): New driver option.
jsm28 [Mon, 3 Sep 2012 11:34:22 +0000 (11:34 +0000)]
* common.opt (--no-sysroot-suffix): New driver option.
* doc/invoke.texi (--no-sysroot-suffix): Document.
* gcc.c (driver_handle_option): Handle --no-sysroot-suffix as not
needing spec processing.
(main): Do not process sysroot suffixes if no_sysroot_suffix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190882 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Tobias Burnus <burnus@net-b.de>
burnus [Mon, 3 Sep 2012 07:51:05 +0000 (07:51 +0000)]
2012-09-03  Tobias Burnus  <burnus@net-b.de>

        * class.c (gfc_find_derived_vtab): Disable ABI-breaking
        generation of the "_final" subroutine for now.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190872 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Tobias Burnus <burnus@net-b.de>
burnus [Mon, 3 Sep 2012 06:45:35 +0000 (06:45 +0000)]
2012-09-03  Tobias Burnus  <burnus@net-b.de>

        * class.c (finalize_component): Fixes to the comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190870 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-03 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
burnus [Mon, 3 Sep 2012 06:35:59 +0000 (06:35 +0000)]
2012-09-03  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
            Tobias Burnus  <burnus@net-b.de>

        PR fortran/37336
        * gfortran.h (symbol_attribute): Add artificial.
        * module.c (mio_symbol_attribute): Handle attr.artificial
        * class.c (gfc_build_class_symbol): Defer creation of the vtab
        if the DT has finalizers, mark generated symbols as
        attr.artificial.
        (has_finalizer_component, finalize_component,
        finalization_scalarizer, generate_finalization_wrapper):
        New static functions.
        (gfc_find_derived_vtab): Add _final component and call
        generate_finalization_wrapper.
        * dump-parse-tree.c (show_f2k_derived): Use resolved
        proc_tree->n.sym rather than unresolved proc_sym.
        (show_attr): Handle attr.artificial.
        * resolve.c (gfc_resolve_finalizers): Ensure that the vtab
        * exists.
        (resolve_fl_derived): Resolve finalizers before
        generating the vtab.
        (resolve_symbol): Also allow assumed-rank arrays with CONTIGUOUS;
        skip artificial symbols.
        (resolve_fl_derived0): Skip artificial symbols.

2012-09-03  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51632
        * gfortran.dg/coarray_class_1.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190869 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoDaily bump.
gccadmin [Mon, 3 Sep 2012 00:17:29 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190868 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/33135
olegendo [Sun, 2 Sep 2012 23:18:08 +0000 (23:18 +0000)]
PR target/33135
* common/config/sh/sh-common.c: Update copyright years.
(sh_option_init_struct): Delete.
(TARGET_OPTION_INIT_STRUCT): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190865 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/54418
olegendo [Sun, 2 Sep 2012 23:15:25 +0000 (23:15 +0000)]
PR target/54418
* config/sh/sh.md (cmpgeusi_t): Remove N alternative.
Check operands[1] in split condition instead of operands[0].
Add comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190864 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agolibgcc/
gerald [Sun, 2 Sep 2012 14:13:21 +0000 (14:13 +0000)]
libgcc/

* config.host (x86_64-*-openbsd*): New target.

gcc/

* config.gcc (x86_64-*-openbsd*): New target.
* config.host (*-*-openbsd*): New target.
* config/openbsd.h (TARGET_C99_FUNCTIONS): Define.
* config/i386/openbsdelf.h: Remove some superfluous defines and
group things together in a more logical fashion.
(DBX_REGISTER_NUMBER): Provide a
definition that works on both 32-bit and 64-bit targets.
(WCHAR_TYPE_SIZE): Hardcode as 32.
(NO_DOLLAR_IN_LABEL): Remove undef.
(TARGET_DEFAULT): Remove.
(SET_ASM_OP): Remove.
(DEFAULT_PCC_STRUCT_RETURN): Undef first to prevent warning.
(ASM_OUTPUT_MAX_SKIP_ALIGN): Synch with x86-64.h
(DWARF2_UNWIND_INFO): Remove define.
(HAVE_ENABLE_EXECUTE_STACK): Define.
* config/host-openbsd.c: New file.
* config/t-openbsd (USER_H): Add EXTRA_HEADERS.
* config/x-openbsd: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190863 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * config/sh/sh.md (*extend<mode>si2_compact_mem_disp): Pass iterated
olegendo [Sun, 2 Sep 2012 13:05:10 +0000 (13:05 +0000)]
* config/sh/sh.md (*extend<mode>si2_compact_mem_disp): Pass iterated
mode to sh_legitimate_index_p instead of QImode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190862 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
uros [Sun, 2 Sep 2012 11:08:33 +0000 (11:08 +0000)]
* config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):
Improve insn output code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190861 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR rtl-optimization/54369
ebotcazou [Sun, 2 Sep 2012 10:36:27 +0000 (10:36 +0000)]
PR rtl-optimization/54369
* config/mips/mips.c (mips_reorg): Invoke cleanup_barriers before
calling dbr_schedule.
* config/sparc/sparc.c (sparc_reorg): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190858 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/49206
uros [Sun, 2 Sep 2012 08:49:31 +0000 (08:49 +0000)]
PR target/49206
* gcc.c-torture/compile/pr49206.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190857 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * gcc.c-torture/compile/pr44687.c: Fix whitespace.
uros [Sun, 2 Sep 2012 08:42:45 +0000 (08:42 +0000)]
* gcc.c-torture/compile/pr44687.c: Fix whitespace.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190856 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/36680
uros [Sun, 2 Sep 2012 08:10:21 +0000 (08:10 +0000)]
PR target/36680
* gfortran.dg/pr36680.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190855 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/42295
uros [Sun, 2 Sep 2012 07:07:45 +0000 (07:07 +0000)]
PR target/42295
* g++.dg/opt/pr42295.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190854 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-02 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 2 Sep 2012 06:40:27 +0000 (06:40 +0000)]
2012-09-02  Tobias Burnus  <burnus@net-b.de>

        PR fortran/54426
        * symbol.c (find_common_symtree): New function.
        (gfc_undo_symbols): Use it; free common_head if needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190853 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoDaily bump.
gccadmin [Sun, 2 Sep 2012 00:17:49 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190852 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/54436
jakub [Sat, 1 Sep 2012 19:09:02 +0000 (19:09 +0000)]
PR target/54436
* config/i386/i386.md (*mov<mode>_insv_1_rex64, *movsi_insv_1): If
operands[1] is CONST_INT_P, convert it to QImode before printing.

* gcc.dg/torture/pr54436.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190849 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-09-01 Andrew Pinski <apinski@cavium.com>
pinskia [Sat, 1 Sep 2012 18:52:19 +0000 (18:52 +0000)]
2012-09-01  Andrew Pinski  <apinski@cavium.com>

* simplify-rtx.c (simplify_unary_operation_1 <case TRUNCATE>):
A truncate of a memory is just loading the low part of the memory.

2012-09-01  Andrew Pinski  <apinski@cavium.com>

        * gcc.target/mips/truncate-8.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190848 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR target/46829
uros [Sat, 1 Sep 2012 14:29:45 +0000 (14:29 +0000)]
PR target/46829
PR target/46843
* config/i386/i386.c (ix86_legitimate_combined_insn): New function.
(TARGET_LEGITIMATE_COMBINED_INSN): New macro.

testsuite/ChangeLog:

PR target/46829
PR target/46843
* gcc.target/i386/pr46829.c: New test.
* gcc.target/i386/pr46843.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190847 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * target.def (legitimate_combined_insn): New target hook.
uros [Sat, 1 Sep 2012 14:26:28 +0000 (14:26 +0000)]
* target.def (legitimate_combined_insn): New target hook.
* doc/tm.texi.in (TARGET_LEGITIMATE_COMBINED_INSN): New hook.
* doc/tm.texi: Regenerated.
* combine.c (recog_for_combine): Call targetm.legitimate_combined_insn
to allow targets to reject combined insn.
* hooks.h (hook_bool_rtx_true): New.
* hooks.c (hook_bool_rtx_true): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190846 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoDaily bump.
gccadmin [Sat, 1 Sep 2012 00:17:53 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190845 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR c++/18747
jason [Fri, 31 Aug 2012 21:35:33 +0000 (21:35 +0000)]
PR c++/18747
* pt.c (check_template_variable): New.
(num_template_headers_for_class): Split out...
* decl.c (grokdeclarator): ...from here.
(start_decl): Remove redundant diagnostic.
* cp-tree.h: Declare them
* parser.c (cp_parser_single_declaration): Call check_template_variable.
.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190842 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-31 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 31 Aug 2012 19:16:21 +0000 (19:16 +0000)]
2012-08-31  Martin Jambor  <mjambor@suse.cz>

* ipa-inline-analysis.c (estimate_function_body_sizes): Allocate
nonconstant_names after calculate_dominance_info and
loop_optimizer_init.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190841 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR c/54428
jakub [Fri, 31 Aug 2012 19:00:59 +0000 (19:00 +0000)]
PR c/54428
* c-convert.c (convert): Don't call fold_convert_loc if
TYPE_MAIN_VARIANT of a COMPLEX_TYPE is the same, unless e
is a COMPLEX_EXPR.  Remove TYPE_MAIN_VARIANT check from
COMPLEX_TYPE -> COMPLEX_TYPE conversion.

* gcc.c-torture/compile/pr54428.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190840 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agogcc/
gretay [Fri, 31 Aug 2012 16:42:21 +0000 (16:42 +0000)]
gcc/

2012-08-31  Greta Yorsh  <Greta.Yorsh@arm.com>

        * config/arm/arm.c (arm_expand_epilogue): Remove unused variable
        floats_from_frame.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190838 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-31 Ollie Wild <aaw@google.com>
aaw [Fri, 31 Aug 2012 15:47:29 +0000 (15:47 +0000)]
2012-08-31  Ollie Wild  <aaw@google.com>

PR c++/54197
* gcc/cp/call.c (extend_ref_init_temps_1): Handle COMPOUND_EXPR trees.
* gcc/testsuite/g++.dg/init/lifetime3.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190834 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-31 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 31 Aug 2012 14:05:45 +0000 (14:05 +0000)]
2012-08-31  Martin Jambor  <mjambor@suse.cz>

PR middle-end/54409
* ipa-inline-analysis.c (remap_predicate): Fix the offset_map
checking condition.

* gcc/testsuite/gcc.dg/torture/pr54409.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190833 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-31 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 31 Aug 2012 13:48:37 +0000 (13:48 +0000)]
2012-08-31  Martin Jambor  <mjambor@suse.cz>

* ipa-inline-analysis.c (phi_result_unknown_predicate): New function.
(predicate_for_phi_result): Likewise.
(estimate_function_body_sizes): Use the above two functions.

* testsuite/gfortran.dg/pr48636.f90: Add dump scan checks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190832 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-31 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 31 Aug 2012 13:13:03 +0000 (13:13 +0000)]
2012-08-31  Martin Jambor  <mjambor@suse.cz>

PR middle-end/54394
* ipa-inline-analysis.c (estimate_function_body_sizes): Compute
dominance info and loops whenever optimizing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190831 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago PR c++/50545
jason [Fri, 31 Aug 2012 02:50:28 +0000 (02:50 +0000)]
PR c++/50545
PR c++/51222
* pt.c (instantiation_dependent_r): New.
(instantiation_dependent_expression_p): New.
(value_dependent_expression_p): Use it.  SCOPE_REF is always dependent.
* semantics.c (finish_decltype_type): Use it.
* cp-tree.h: Declare it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190830 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * semantics.c (finish_qualified_id_expr): Handle building up a
jason [Fri, 31 Aug 2012 02:50:18 +0000 (02:50 +0000)]
* semantics.c (finish_qualified_id_expr): Handle building up a
non-dependent SCOPE_REF here.
(finish_id_expression): Not here.
* error.c (dump_decl) [SCOPE_REF]: Only pass TFF_UNQUALIFIED_NAME.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190829 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * friend.c (make_friend_class): Handle template template parameters.
jason [Fri, 31 Aug 2012 02:50:08 +0000 (02:50 +0000)]
* friend.c (make_friend_class): Handle template template parameters.
* parser.c (cp_parser_template_declaration_after_export): Likewise.
* pt.c (tsubst_friend_class): Likewise.
(instantiate_class_template_1): Likewise
* decl.c (check_elaborated_type_specifier): Likewise.
(lookup_and_check_tag): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190828 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * pt.c (get_class_bindings): Call coerce_template_parms. Add
jason [Fri, 31 Aug 2012 02:49:52 +0000 (02:49 +0000)]
* pt.c (get_class_bindings): Call coerce_template_parms.  Add
main_tmpl parameter.
(more_specialized_class): Add main_tmpl parameter.
(most_specialized_class): Adjust calls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190827 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * decl.c (cp_finish_decl): Check for invalid multiple initializers
jason [Fri, 31 Aug 2012 02:49:42 +0000 (02:49 +0000)]
* decl.c (cp_finish_decl): Check for invalid multiple initializers
even if the initializer is dependent.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190826 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * pt.c (instantiate_template_1): Keep processing_template_decl set
jason [Fri, 31 Aug 2012 02:49:33 +0000 (02:49 +0000)]
* pt.c (instantiate_template_1): Keep processing_template_decl set
if there are dependent args.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190825 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoDaily bump.
gccadmin [Fri, 31 Aug 2012 00:18:02 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190822 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoChangeLog fixup
bkoz [Thu, 30 Aug 2012 19:25:04 +0000 (19:25 +0000)]
ChangeLog fixup

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190811 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-30 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 30 Aug 2012 19:24:58 +0000 (19:24 +0000)]
2012-08-30  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/54005 continued
* include/std/atomic: Use __atomic_lock_free with
* include/bits/atomic_base.h: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190810 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * include/bits/random.h (random_device) [GLIBCXX_USE_RANDOM_TR1]:
drepper [Thu, 30 Aug 2012 16:33:09 +0000 (16:33 +0000)]
* include/bits/random.h (random_device) [GLIBCXX_USE_RANDOM_TR1]:
Remove 'return' from constructor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190806 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-30 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 30 Aug 2012 15:58:52 +0000 (15:58 +0000)]
2012-08-30  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.18.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190805 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoFix PR target/54252
ramana [Thu, 30 Aug 2012 10:17:04 +0000 (10:17 +0000)]
Fix PR target/54252

2012-08-29  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
    Richard Earnshaw  <richard.earnshaw@arm.com>

PR target/54252
* config/arm/arm.c (neon_dereference_pointer): Adjust nelems by
element size. Use elem_type from the formal parameter. New parameter
fcode.
(neon_expand_args): Adjust call to neon_dereference_pointer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190800 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoMissing CL entry
drepper [Thu, 30 Aug 2012 02:21:12 +0000 (02:21 +0000)]
Missing CL entry

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190796 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoDaily bump.
gccadmin [Thu, 30 Aug 2012 00:18:21 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190793 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * include/bits/random.h (random_device): Move implementation to...
drepper [Wed, 29 Aug 2012 22:05:41 +0000 (22:05 +0000)]
* include/bits/random.h (random_device): Move implementation to...
* src/c++11/random.cc: ...here.  New file.
* config/abi/pre/gnu.ver: Add new version GLIBCXX_3.4.18.  Export
std::random_device::* symbols.
* config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Generated.
* src/c++11/Makefile.am (sources): Add random.cc.
* src/c++11/Makefile.in: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190787 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * cfg.c (dump_bb_info): Print a newline if there were no edges to dump.
steven [Wed, 29 Aug 2012 20:40:53 +0000 (20:40 +0000)]
* cfg.c (dump_bb_info): Print a newline if there were no edges to dump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190786 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
cltang [Wed, 29 Aug 2012 19:12:12 +0000 (19:12 +0000)]
2012-08-29  Chung-Lin Tang  <cltang@codesourcery.com>

Revert:
* config/mips/t-linux64 (MULTILIB_OSDIRNAMES): Change to use
mapping style, add ../lib/mips16.
(MULTILIB_OPTIONS,MULTILIB_DIRNAMES): Add mips16.
(MULTILIB_EXCLUSIONS): Exclude mips16 when not -mabi=32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190785 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agogcc/
rsandifo [Wed, 29 Aug 2012 18:57:49 +0000 (18:57 +0000)]
gcc/
* config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_synci
if TARGET_SYNCI.

gcc/testsuite/
* gcc.target/mips/mips.exp: Work out default -msynci setting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190784 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago Add simd_fast_mersenne_twister_engine class.
drepper [Wed, 29 Aug 2012 18:43:08 +0000 (18:43 +0000)]
Add simd_fast_mersenne_twister_engine class.
* include/ext/random: New file.
* include/ext/random.tcc: New file.
* include/Makefile.am (ext_headers): Add random and random.tcc.
* testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
operators/inequal.cc: New file.
* testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
operators/equal.cc: New file.
* testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
operators/serialize.cc: New file.
* testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
cons/seed2.cc: New file.
* testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
cons/default.cc: New file.
* testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
cons/seed_seq.cc: New file.
* testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
cons/copy.cc: New file.
* testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
cons/seed1.cc: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190783 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * config/sh/sh.opt (menable-tas): Rename to mtas.
olegendo [Wed, 29 Aug 2012 18:41:52 +0000 (18:41 +0000)]
* config/sh/sh.opt (menable-tas): Rename to mtas.
* doc/invoke.texi (SH options): Likewise.
* config/sh/sync.md: Update comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190782 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago * config/sh/iterators.md: New file.
olegendo [Wed, 29 Aug 2012 18:40:09 +0000 (18:40 +0000)]
* config/sh/iterators.md: New file.
* config/sh/sync.md (I124, I12, i124suffix): Delete.  Replace usage with
new iterators QIHISI, QIHI, bw, bwl respectively throughout the file.
* config/sh/sh.md: Include new file iterators.md.
(zero_extendhisi2, zero_extendqisi2): Fold into zero_extend<mode>si2.
(*zero_extendhisi2_compact, *zero_extendqisi2_compact): Fold into
*zero_extend<mode>si2_compact.
(*zero_extendqisi2_disp_mem, zero_extendhisi2_disp_mem): Fold into
*zero_extend<mode>si2_disp_mem.
(extendhisi2, extendqisi2): Fold into extend<mode>si2.
(*extendqisi2_compact_reg, *extendhisi2_compact_reg): Fold into
*extend<mode>si2_compact_reg.
(*extendqisi2_compact_mem_disp, *extendhisi2_compact_mem_disp): Fold
into *extend<mode>si2_compact_mem_disp.
(*extendqisi2_compact_snd, *extendhisi2_compact_snd): Fold into
*extend<mode>si2_compact_snd.
(*movsi_index_disp, *movhi_index_disp): Fold with iterators and rename
to *movsi_index_disp_load, *movhi_index_disp_load,
*mov<mode>_index_disp_store.
(*movqi_reg_reg, *movhi_reg_reg): Fold into *mov<mode>_reg_reg.
(*movqi_store_mem_disp04, *movhi_store_mem_disp05): Fold into
*mov<mode>_store_mem_disp04.
(*movqi_store_mem_disp12, *movhi_store_mem_disp13): Fold into
*mov<mode>_store_mem_disp12.
(*movqi_load_mem_disp, *movhi_load_mem_disp): Fold into
*mov<mode>_load_mem_disp04 and *mov<mode>_load_mem_disp12.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190781 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-29 Martin Jambor <mjambor@suse.cz>
jamborm [Wed, 29 Aug 2012 12:16:11 +0000 (12:16 +0000)]
2012-08-29  Martin Jambor  <mjambor@suse.cz>

* ipa-inline.h (estimate_edge_hints): Call do_estimate_edge_hints, not
do_estimate_edge_time.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190777 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
cltang [Wed, 29 Aug 2012 09:33:49 +0000 (09:33 +0000)]
2012-08-29  Chung-Lin Tang  <cltang@codesourcery.com>

* config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Add nomips16 asm
directives, remove #ifndef __mips16 guards.
* config/mips/t-linux64 (MULTILIB_OSDIRNAMES): Change to use
mapping style, add ../lib/mips16.
(MULTILIB_OPTIONS,MULTILIB_DIRNAMES): Add mips16.
(MULTILIB_EXCLUSIONS): Exclude mips16 when not -mabi=32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190774 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
cltang [Wed, 29 Aug 2012 09:31:52 +0000 (09:31 +0000)]
2012-08-29  Chung-Lin Tang  <cltang@codesourcery.com>

libgcc/
* config/mips/crtfastmath.c (set_fast_math): Add 'nomips16'
attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190773 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
cltang [Wed, 29 Aug 2012 09:29:55 +0000 (09:29 +0000)]
2012-08-29  Chung-Lin Tang  <cltang@codesourcery.com>

libgomp/
* config/linux/mips/futex.h (sys_futex0): Change to static
function with noinline, nomips16 attributes under MIPS16. Adjust
asm statement to place 'li v0,SYS_futex' immediately before
syscall insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190772 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 29 Aug 2012 04:44:10 +0000 (04:44 +0000)]
2012-08-28  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/54102, part 2
* doc/Makefile.am (XSL_HTML_STYLE): use xhtml, not html.
* doc/Makefile.in: Regenerate.
* doc/html/*: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190771 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 29 Aug 2012 02:09:55 +0000 (02:09 +0000)]
2012-08-28  Benjamin Kosnik  <bkoz@redhat.com>

* doc/html/*: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190770 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 29 Aug 2012 01:37:16 +0000 (01:37 +0000)]
2012-08-28  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/54102
* doc/xsl/customization.xsl.in: New.
* configure.ac: Output local copy of customization xsl.
* doc/Makefile.am (stamp-html-single-docbook): Use XSL_LOCAL_STYLE.
(stamp-html-docbook): Set stringparam to UTF-8.
* Makefile.in: Regenerated.
* configure: Same.
* doc/Makefile.in: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190768 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoReplace malloc with xmalloc
hjl [Wed, 29 Aug 2012 01:03:21 +0000 (01:03 +0000)]
Replace malloc with xmalloc

* argv.c (dupargv): Replace malloc with xmalloc.  Don't check
xmalloc return.
(buildargv): Likewise.  Also replace strdup with xstrdup.
(expandargv): Don't check dupargv return.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190767 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoReplace alloca with xmalloc/free
hjl [Wed, 29 Aug 2012 00:46:36 +0000 (00:46 +0000)]
Replace alloca with xmalloc/free

PR binutils/14526
* argv.c (buildargv): Replace alloca with xmalloc/free.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190766 138bc75d-0d04-0410-961f-82ee72b054a4

11 years agoDaily bump.
gccadmin [Wed, 29 Aug 2012 00:18:57 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190765 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-28 Tobias Burnus <burnus@net-b.de>
burnus [Tue, 28 Aug 2012 18:18:11 +0000 (18:18 +0000)]
2012-08-28  Tobias Burnus  <burnus@net-b.de>

        PR fortran/54389
        * trans-decl.c (gfc_get_extern_function_decl,
        build_function_decl): Don't mark impure elemental
        functions as DECL_PURE_P and honour implicit_pure.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190757 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-28 Tobias Burnus <burnus@net-b.de>
burnus [Tue, 28 Aug 2012 14:49:55 +0000 (14:49 +0000)]
2012-08-28  Tobias Burnus  <burnus@net-b.de>

        PR fortran/54382
        * error.c (show_locus): Avoid out of bound access.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190752 138bc75d-0d04-0410-961f-82ee72b054a4

11 years ago2012-08-28 Tobias Burnus <burnus@net-b.de>
burnus [Tue, 28 Aug 2012 14:49:15 +0000 (14:49 +0000)]
2012-08-28  Tobias Burnus  <burnus@net-b.de>

        PR fortran/54384
        * decl.c (match_data_constant): Add missing gfc_free_expr.
        (top_val_list): Remove always-true condition.
        * data.c (get_array_index, create_character_initializer):
        Free temporary expressions.
        (gfc_assign_data_value): Free expression when aborting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190751 138bc75d-0d04-0410-961f-82ee72b054a4