OSDN Git Service

pf3gnuchains/gcc-fork.git
12 years ago * config/i386/i386.md (*movoi_internal_avx): Use
uros [Sun, 29 May 2011 21:33:27 +0000 (21:33 +0000)]
* config/i386/i386.md (*movoi_internal_avx): Use
standard_sse_constant_opcode for alternative 0.
(*movti_internal_sse): Ditto.
(*movti_internal_rex64): Use standard_sse_constant_opcode for
alternative 2.
(*movdi_internal_rex64): Use standard_sse_constant_opcode for
sselog1 type moves.
(*movsi_internal): Ditto.
(*movdi_internal): Ditto.  Add ssecvt type moves.

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

12 years ago2011-05-29 Janus Weil <janus@gcc.gnu.org>
janus [Sun, 29 May 2011 20:32:11 +0000 (20:32 +0000)]
2011-05-29  Janus Weil  <janus@gcc.gnu.org>

PR fortran/47601
* module.c (mio_component_ref): Handle components of extended types.
* symbol.c (gfc_find_component): Return is sym is NULL.

2011-05-29  Janus Weil  <janus@gcc.gnu.org>

PR fortran/47601
* gfortran.dg/extends_13.f03: New.

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

12 years agoPR 48931 Use async-signal-safe execve instead of execvp
jb [Sun, 29 May 2011 20:13:52 +0000 (20:13 +0000)]
PR 48931 Use async-signal-safe execve instead of execvp

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

12 years ago PR target/48830
ebotcazou [Sun, 29 May 2011 20:01:41 +0000 (20:01 +0000)]
PR target/48830
* rtlanal.c (simplify_subreg_regno): Adjust comment.

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

12 years ago PR rtl-optimization/49095
jakub [Sun, 29 May 2011 18:51:48 +0000 (18:51 +0000)]
PR rtl-optimization/49095
* config/i386/predicates.md (plusminuslogic_operator): New predicate.
* config/i386/i386.md: Add peepholes for mem {+,-,&,|,^}= x; mem != 0.

* gcc.target/i386/pr49095.c: New test.

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

12 years ago2011-05-29 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sun, 29 May 2011 18:41:00 +0000 (18:41 +0000)]
2011-05-29  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/45786
* interface.c (gfc_equivalent_op):  New function.
(gfc_check_interface):  Use gfc_equivalent_op instead
of switch statement.
* decl.c (access_attr_decl):  Also set access to an
equivalent operator.

2011-05-29  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/45786
* gfortran.dg/operator_7.f90:  New test case.

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

12 years ago2011-05-29 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 29 May 2011 18:17:40 +0000 (18:17 +0000)]
2011-05-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * interface.c (compare_parameter): Add check for passing coarray
        to allocatable noncoarray dummy.

2011-05-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_24.f90: New.

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

12 years ago2011-05-29 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 29 May 2011 18:15:08 +0000 (18:15 +0000)]
2011-05-29  Tobias Burnus  <burnus@net-b.de>
            Richard Guenther  <rguenther@suse.de>

        PR fortran/18918
        * trans-types.c (gfc_get_nodesc_array_type): Don't mess with
        the type's TREE_TYPE.
        * trans-array.c (gfc_conv_array_ref): Use TYPE_MAIN_VARIANT.
        * trans.c (gfc_build_array_ref): Ditto.

2011-05-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_23.f90: New.

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

12 years agoAdd PR target/43700 to an earlier changelog entry.
rsandifo [Sun, 29 May 2011 17:45:27 +0000 (17:45 +0000)]
Add PR target/43700 to an earlier changelog entry.

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

12 years agogcc/
rsandifo [Sun, 29 May 2011 17:41:50 +0000 (17:41 +0000)]
gcc/
PR target/43995
* config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
recurse_p argument.  Only follow register copies if it is set,
and prevent mips_find_pic_call_symbol from recursing.
(mips_find_pic_call_symbol): Add a recurse_p argument.
Pass it to mips_pic_call_symbol_from_set.
(mips_annotate_pic_calls): Update accordingly.

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

12 years agogcc/
rsandifo [Sun, 29 May 2011 17:40:05 +0000 (17:40 +0000)]
gcc/
* emit-rtl.c (try_split): Use a loop to search for
NOTE_INSN_CALL_ARG_LOCATIONs.

gcc/testsuite/
From Ryan Mansfield
* gcc.dg/pr48826.c: New test.

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

12 years ago2011-05-29 Richard Guenther <rguenther@suse.de>
rguenth [Sun, 29 May 2011 17:03:38 +0000 (17:03 +0000)]
2011-05-29  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/49217
* ipa-pure-const.c (propagate_pure_const): Fix typos.

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

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

12 years ago PR testsuite/49222
irar [Sun, 29 May 2011 16:47:05 +0000 (16:47 +0000)]
PR testsuite/49222
* gcc.dg/vect/pr49038.c: Use MAP_ANON if MAP_ANONYMOUS is not defined.

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

12 years ago * lto-streamer-out.c (hash_string_slot_node): Hash string based on its
hubicka [Sun, 29 May 2011 16:35:33 +0000 (16:35 +0000)]
* lto-streamer-out.c (hash_string_slot_node): Hash string based on its
length.
(string_slot_free): Remove
(create_output_block): Initialize obstack.
(destroy_output_block): Free obstack.
(lto_string_index): Add PERSISTENT parameter; do not duplicate
the string unless it needs to be added into the hash.
(lto_output_string_with_length): Add persistent attribute;
handle NULL strings.
(lto_output_string): Add PERSISTENT parameter.
(output_string_cst, output_identifier): Simplify.
(lto_output_location_bitpack): Update.
(lto_output_builtin_tree): Update.
* lto-streamer.h (struct output_block): Add obstack.
(lto_output_string, lto_output_string_with_length): Remove declarations;
functions are static now.

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

12 years agoPR 49214 fd_gets should return NULL if nothing was read
jb [Sun, 29 May 2011 13:17:17 +0000 (13:17 +0000)]
PR 49214 fd_gets should return NULL if nothing was read

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

12 years ago * lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
hubicka [Sun, 29 May 2011 11:40:25 +0000 (11:40 +0000)]
* lto-streamer-out.c (pack_ts_fixed_cst_value_fields,
pack_ts_decl_common_value_fields, pack_ts_decl_with_vis_value_fields,
pack_ts_function_decl_value_fields, lto_output_builtin_tree,
output_cfg, output_gimple_stmt): Use enum and variable length i/o.
* lto-streamer-in.c (input_cfg, input_gimple_stmt,
unpack_ts_fixed_cst_value_fields, unpack_ts_decl_common_value_fields,
unpack_ts_decl_with_vis_value_fields,
unpack_ts_type_common_value_fields, unpack_ts_block_value_fields,
lto_get_builtin_tree): Use enum and variable length i/o.
* basic-block.h (profile_status_d): Add PROFILE_LAST.
* lto-streamer.h (bp_pack_int_in_range, bp_unpack_int_in_range):
New functions.
(bp_pack_enum, bp_unpack_enum): New macros.

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

12 years agoPR 19155 Check for strtod failure via endptr
jb [Sun, 29 May 2011 08:59:44 +0000 (08:59 +0000)]
PR 19155 Check for strtod failure via endptr

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

12 years ago * gnat.dg/boolean_subtype.adb: Rename to...
ebotcazou [Sun, 29 May 2011 07:56:50 +0000 (07:56 +0000)]
* gnat.dg/boolean_subtype.adb: Rename to...
* gnat.dg/boolean_subtype1.adb: ...this.

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

12 years agoDaily bump.
gccadmin [Sun, 29 May 2011 00:18:28 +0000 (00:18 +0000)]
Daily bump.

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

12 years ago PR c++/46124
jason [Sat, 28 May 2011 22:01:38 +0000 (22:01 +0000)]
PR c++/46124
* parser.c (cp_parser_lambda_expression): Improve error recovery.
(cp_parser_lambda_declarator_opt): Likewise.  Return bool.

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

12 years ago PR c++/47277
jason [Sat, 28 May 2011 22:01:28 +0000 (22:01 +0000)]
PR c++/47277
* parser.c (cp_parser_pseudo_destructor_name): Commit to parse
after we see the ~.

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

12 years ago2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Sat, 28 May 2011 19:15:41 +0000 (19:15 +0000)]
2011-05-28  Jonathan Wakely  <jwakely.gcc@gmail.com>

* testsuite/20_util/pointer_traits/pointer_to.cc: Fix.

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

12 years ago2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Sat, 28 May 2011 17:27:01 +0000 (17:27 +0000)]
2011-05-28  Jonathan Wakely  <jwakely.gcc@gmail.com>

* acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and
GLIBCXX_CHECK_SC_NPROCESSORS_ONLN.
* configure.ac: Use them. Increase minor version.
* configure: Regenerate.
* config.h.in: Regenerate.
* include/std/thread (thread::hardware_concurrency): Remove inline
definition.
* src/thread.cc (thread::hardware_concurrency): Define.
* config/abi/pre/gnu.ver: Export new symbol @3.4.17
* testsuite/util/testsuite_abi.cc: Add new version.
* testsuite/lib/libstdc++.exp (check_v3_target_nprocs): Add.
* testsuite/lib/dg-options.exp (dg-require-nprocs): Add.
* testsuite/30_threads/thread/members/hardware_concurrency.cc: Use
dg-require-nprocs and verify hardware_concurrency returns non-zero.

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

12 years agogcc/
rsandifo [Sat, 28 May 2011 17:26:27 +0000 (17:26 +0000)]
gcc/
* genrecog.c: Remove redundant forward declarations.

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

12 years ago2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Sat, 28 May 2011 17:13:48 +0000 (17:13 +0000)]
2011-05-28  Jonathan Wakely  <jwakely.gcc@gmail.com>

* testsuite/20_util/pointer_traits/pointer_to.cc: New.

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

12 years ago2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Sat, 28 May 2011 13:27:43 +0000 (13:27 +0000)]
2011-05-28  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/Makefile.am: Add new ptr_traits.h header.
* include/Makefile.in: Regenerate.
* include/bits/ptr_traits.h (pointer_traits): New.
* include/bits/allocator.h (allocator_traits): Add.
* include/ext/array_allocator.h (construct, destroy): Update C++0x
versions.
* include/ext/bitmap_allocator.h (construct, destroy): Likewise.
* include/ext/extptr_allocator.h (construct, destroy): Likewise.
* include/ext/malloc_allocator.h (construct, destroy): Likewise.
* include/ext/mt_allocator.h (construct, destroy): Likewise.
* include/ext/new_allocator.h (construct, destroy): Likewise.
* include/ext/pool_allocator.h (construct, destroy): Likewise.
* include/ext/throw_allocator.h (construct, destroy): Likewise.
* testsuite/20_util/allocator_traits/requirements/typedefs.cc: New.
* testsuite/20_util/allocator_traits/requirements/
explicit_instantiation.cc: New.
* testsuite/20_util/allocator_traits/members/max_size.cc: New.
* testsuite/20_util/allocator_traits/members/select.cc: New.
* testsuite/20_util/allocator_traits/members/construct.cc: New.
* testsuite/20_util/allocator_traits/members/allocate_hint.cc: New.
* testsuite/20_util/allocator_traits/members/destroy.cc: New.
* testsuite/20_util/pointer_traits/requirements/typedefs.cc: New.
* testsuite/20_util/pointer_traits/requirements/
explicit_instantiation.cc: New.

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

12 years agogcc/
rsandifo [Sat, 28 May 2011 08:02:57 +0000 (08:02 +0000)]
gcc/
* config.gcc: Deprecate mips*-*-openbsd*.

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

12 years agogcc/
rsandifo [Sat, 28 May 2011 07:38:07 +0000 (07:38 +0000)]
gcc/
PR bootstrap/49195
* genrecog.c (add_to_sequence): Use XEXP rather than XVECEXP
for match_op_dup.

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

12 years ago * mangle.c (mangle_decl_string): Make sure we don't try to mangle
jason [Sat, 28 May 2011 00:53:58 +0000 (00:53 +0000)]
* mangle.c (mangle_decl_string): Make sure we don't try to mangle
templates.

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

12 years ago PR c++/47049
jason [Sat, 28 May 2011 00:53:49 +0000 (00:53 +0000)]
PR c++/47049
* semantics.c (maybe_add_lambda_conv_op): Fix COMDAT sharing.
* decl.c (start_preparsed_function): Don't call comdat_linkage for
a template.

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

12 years ago2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Sat, 28 May 2011 00:24:11 +0000 (00:24 +0000)]
2011-05-28  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/future (launch): Update enumerators and define
operators required for bitmask type. Remove trailing whitespace.
* src/future.cc: Remove trailing whitespace.
* testsuite/30_threads/async/any.cc: Adjust.
* testsuite/30_threads/async/sync.cc: Adjust.
* testsuite/30_threads/async/launch.cc: New.

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

12 years agoDaily bump.
gccadmin [Sat, 28 May 2011 00:18:20 +0000 (00:18 +0000)]
Daily bump.

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

12 years ago2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Fri, 27 May 2011 23:25:54 +0000 (23:25 +0000)]
2011-05-28  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/future: Use noexcept.
* src/future.cc: Likewise.

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

12 years agoChange export code to use the backend interface.
ian [Fri, 27 May 2011 22:46:11 +0000 (22:46 +0000)]
Change export code to use the backend interface.

* go-backend.c: Include "output.h".
(go_write_export_data): New function.
* go-c.h (go_write_export_data): Declare.
* Make-lang.in (go/go-backend.o): Depend on output.h.
(go/export.o): Depend on $(GO_C_H).  Do not depend on
$(MACHMODE_H), output.h, or $(TARGET_H).

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

12 years ago2011-05-27 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Fri, 27 May 2011 21:37:53 +0000 (21:37 +0000)]
2011-05-27  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/thread (this_thread::sleep_until): Move after sleep_for.

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

12 years ago2011-05-27 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 27 May 2011 21:29:19 +0000 (21:29 +0000)]
2011-05-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * check.c (gfc_check_associated, gfc_check_null): Add coindexed
        * check.
        * match.c (gfc_match_nullify): Ditto.
        * resolve.c (resolve_deallocate_expr): Ditto.
        * trans-types.c (gfc_get_nodesc_array_type): Don't set
        * restricted
        for nonpointers.

2011-05-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_22.f90: New.

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

12 years ago2011-05-27 Andrew Pinski <pinskia@gmail.com>
pinskia [Fri, 27 May 2011 20:19:13 +0000 (20:19 +0000)]
2011-05-27  Andrew Pinski  <pinskia@gmail.com>

PR middle-end/48981
* gengtype.c (vec_prefix_type): New function.
(note_def_vec): Use vec_prefix_type and change the length
attribute to be based on the prefix.
* vec.c: Include coretypes.h before vec.h.
(struct vec_prefix): Remove.
(vec_gc_p_reserve): Change the offsetof to sizeof.
(vec_gc_p_reserve_exact): Likewise.
(vec_heap_p_reserve): Likewise.
(vec_heap_p_reserve_exact): Likewise.
(vec_stack_o_reserve_1): Copy from +1 instead of from vec.
(vec_stack_p_reserve): Change the offsetof to sizeof.
(vec_stack_p_reserve_exact): Likewise.
* vec.h (struct vec_prefix): New struct definition.
(VEC_T(T,B)): Use vec_prefix instead of having num/alloc fields.
(VEC_T_GTY(T,B)): Likewise.
(DEF_VEC_FUNC_P(T)): Use prefix field.
(DEF_VEC_NONALLOC_FUNCS_O(T,A)): Likewise.
(DEF_VEC_NONALLOC_FUNCS_I(T,A)): Likewise.

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

12 years ago2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
wschmidt [Fri, 27 May 2011 19:39:07 +0000 (19:39 +0000)]
2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/46728
* gcc.target/powerpc/pr46728-1.c: New.
* gcc.target/powerpc/pr46728-2.c: New.
* gcc.target/powerpc/pr46728-3.c: New.
* gcc.target/powerpc/pr46728-4.c: New.
* gcc.target/powerpc/pr46728-5.c: New.
* gcc.dg/pr46728-6.c: New.
* gcc.target/powerpc/pr46728-7.c: New.
* gcc.target/powerpc/pr46728-8.c: New.
* gcc.dg/pr46728-9.c: New.
* gcc.target/powerpc/pr46728-10.c: New.
* gcc.target/powerpc/pr46728-11.c: New.
* gcc.dg/pr46728-12.c: New.
* gcc.target/powerpc/pr46728-13.c: New.
* gcc.target/powerpc/pr46728-14.c: New.
* gcc.target/powerpc/pr46728-15.c: New.
* gcc.target/powerpc/pr46728-16.c: New.

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

12 years ago PR c++/47132
jason [Fri, 27 May 2011 19:32:30 +0000 (19:32 +0000)]
PR c++/47132
* mangle.c (write_expression): Handle MODOP_EXPR.

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

12 years ago PR c++/49176
jason [Fri, 27 May 2011 19:32:22 +0000 (19:32 +0000)]
PR c++/49176
* g++.dg/template/const5.C: New.

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

12 years ago PR c++/47277
jason [Fri, 27 May 2011 19:32:14 +0000 (19:32 +0000)]
PR c++/47277
* parser.c (cp_parser_unqualified_id): Don't check
constructor_name_p for enums.

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

12 years ago PR c++/47687
jason [Fri, 27 May 2011 19:32:07 +0000 (19:32 +0000)]
PR c++/47687
* pt.c (dependent_type_p_r): Avoid infinite recursion.

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

12 years ago PR c++/48284
jason [Fri, 27 May 2011 19:31:59 +0000 (19:31 +0000)]
PR c++/48284
* error.c (dump_expr) [COMPONENT_REF]: Use pp_cxx_dot
with INDIRECT_REF of REFERENCE_TYPE.

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

12 years ago PR c++/49181
jason [Fri, 27 May 2011 19:31:51 +0000 (19:31 +0000)]
PR c++/49181
* pt.c (get_mostly_instantiated_function_type): Use push_access_scope.

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

12 years ago PR c++/49165
jakub [Fri, 27 May 2011 19:19:36 +0000 (19:19 +0000)]
PR c++/49165
* c-common.c (c_common_truthvalue_conversion) <case COND_EXPR>: For
C++ don't call c_common_truthvalue_conversion on void type arms.

* g++.dg/eh/cond6.C: New test.

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

12 years ago2011-05-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
wschmidt [Fri, 27 May 2011 19:11:19 +0000 (19:11 +0000)]
2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/46728
* tree-ssa-math-opts.c (powi_as_mults_1): Add gimple_set_location.
(powi_as_mults): Add gimple_set_location.
(build_and_insert_call): New.
(gimple_expand_builtin_pow): Add handling for pow(x,y) when y is
0.5, 0.25, 0.75, 1./3., or 1./6.

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

12 years ago2011-05-27 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 27 May 2011 18:51:31 +0000 (18:51 +0000)]
2011-05-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/48820
        * gfortran.h (gfc_isym_id): Add GFC_ISYM_RANK.
        * intrinsic.c (add_functions): Add rank intrinsic.
        (gfc_check_intrinsic_standard): Handle GFC_STD_F2008_TR.
        * intrinsic.h (gfc_simplify_rank, gfc_check_rank): Add
        * prototypes.
        * simplify.c (gfc_simplify_rank): New function.
        * intrinsic.texi (RANK): Add description for rank intrinsic.
        * check.c (gfc_check_rank): New function.

2011-05-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/48820
        * gfortran.dg/rank_3.f90: New.
        * gfortran.dg/rank_4.f90: New.

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

12 years ago * MAINTAINERS (Write After Approval): Update my email address.
froydnj [Fri, 27 May 2011 18:13:42 +0000 (18:13 +0000)]
* MAINTAINERS (Write After Approval): Update my email address.

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

12 years ago2011-05-27 Alexander Monakov <amonakov@ispras.ru>
amonakov [Fri, 27 May 2011 17:54:35 +0000 (17:54 +0000)]
2011-05-27  Alexander Monakov  <amonakov@ispras.ru>

* doc/contrib.texi: Update copyright years.
(Contributors): Add Zdenek Sojka.

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

12 years agomove TS_STATEMENT_LIST to be a substructure of TS_TYPED
froydnj [Fri, 27 May 2011 17:43:44 +0000 (17:43 +0000)]
move TS_STATEMENT_LIST to be a substructure of TS_TYPED
gcc/
* c-decl.c (c_push_function_context): Copy the current statement
list stack.
(add_stmt): Check building_stmt_list_p and push_stmt if necessary.
(finish_struct): Call building_stmt_list_p instead of checking
cur_stmt_list.
* c-parser.c (c_parser_postfix_expression): Likewise.
* c-typeck.c (c_end_compound_stmt): Likewise.
* print-tree.c (print_node) [STATEMENT_LIST]: Don't print TREE_CHAIN.
* tree-iterator.c (stmt_list_cache): Change to a VEC.
(alloc_stmt_list): Adjust for stmt_list_cache's new type.
(free_stmt_list): Likewise.
* tree.h (struct tree_statement_list): Include typed_tree instead
of tree_common.
* tree.c (initialize_tree_contains_struct): Mark TS_STATEMENT_LIST
as TS_TYPED instead of TS_COMMON.

gcc/c-family/
* c-common.h (struct stmt_tree_s) [x_cur_stmt_list]: Change to a VEC.
(stmt_list_stack): Define.
(cur_stmt_list): Adjust for new type of x_cur_stmt_list.
* c-semantics.c (push_stmt_list, pop_stmt_list): Likewise.

gcc/cp/
* cp-tree.h (building_stmt_tree): Delete.
* decl.c (save_function_data): Tweak initializer for x_cur_stmt_list.
(build_aggr_init_full_exprs): Call building_stmt_list_p
instead of building_stmt_tree.
(initialize_local_var): Likewise.
(finish_function): Likewise.
* decl2.c (finish_anon_union): Likewise.
* init.c (begin_init_stmts): Likewise.
(finish_init_stmts): Likewise.
(expand_aggr_init_1): Likewise.
* name-lookup.c (do_local_using_decl): Likewise.
(do_namespace_alias): Likewise.
(do_using_directive): Likewise.
(cp_emit_debug_info_for_using): Likewise.
* semantics.c (add_stmt): Assert that stmt_list_stack is non-empty.

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

12 years ago2011-05-27 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 27 May 2011 16:35:36 +0000 (16:35 +0000)]
2011-05-27  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/49187
* include/parallel/losertree.h: Add missing using declarations
of _Base::_M_comp.
* include/parallel/algobase.h: Include <parallel/algorithmfwd.h>.
* include/parallel/multiway_merge.h: Include <parallel/
multiseq_selection.h>, forward declare __merge_advance.
* include/parallel/multiseq_selection.h: Don't include <parallel/
sort.h> here.
* include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Fix
qualification of upper_bound.

* testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc:
Use dg-require-debug-mode.
* testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc:
Likewise.
* testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc:
Likewise.
* testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc:
Likewise.
* testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc:
Likewise.
* testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc:
Likewise.
* testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc:
Likewise.
* testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc:
Likewise.
* testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc:
Likewise.

* include/parallel/algo.h: Minor uglification fixes.

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

12 years ago * g++.dg/tree-ssa-pr43411.C: Rename function to be inlined and
janis [Fri, 27 May 2011 16:11:27 +0000 (16:11 +0000)]
* g++.dg/tree-ssa-pr43411.C: Rename function to be inlined and
replace dump search.

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

12 years ago2011-05-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
ro [Fri, 27 May 2011 15:45:56 +0000 (15:45 +0000)]
2011-05-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
    Uros Bizjak <ubizjak@gmail.com>

* configure.ac (gcc_cv_as_ix86_tlsgdplt): Check for @tlsgdplt
(HAVE_AS_IX86_TLSGDPTL): Define.
(gcc_cv_as_ix86_tlsldmplt): Check for @tlsldmplt.
(HAVE_AS_IX86_TLSLDMPLT): Define.
* configure: Regenerate.
* config.in: Regenerate.
* config/i386/i386.c (ix86_print_operand): Handle code 'p'.
* config/i386/i386.md (*tls_global_dynamic_32_gnu): If
TARGET_SUN_TLS, use @tlsgdplt or @plt.
(*tls_global_dynamic_64): Use @plt if TARGET_SUN_TLS.
(*tls_local_dynamic_base_32_gnu): If TARGET_SUN_TLS, use
@tlsldmplt or @plt.
(*tls_local_dynamic_base_64): Use @plt if TARGET_SUN_TLS.

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

12 years ago * gnat.dg/bit_packed_array5.ads: Move dg directive to...
ebotcazou [Fri, 27 May 2011 14:25:39 +0000 (14:25 +0000)]
* gnat.dg/bit_packed_array5.ads: Move dg directive to...
* gnat.dg/bit_packed_array5.adb: ...here.

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

12 years ago/cp
paolo [Fri, 27 May 2011 14:21:33 +0000 (14:21 +0000)]
/cp
2011-05-27  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/42056
* typeck2.c (build_functional_cast): Complain early for invalid uses
of 'auto' and set type to error_mark_node.

/testsuite
2011-05-27  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/42056
* testsuite/g++.dg/cpp0x/auto25.C: New.

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

12 years ago * sched-int.h (struct _haifa_deps_insn_data): New members cond
bernds [Fri, 27 May 2011 14:17:36 +0000 (14:17 +0000)]
* sched-int.h (struct _haifa_deps_insn_data): New members cond
and reverse_cond.
(INSN_COND, INSN_REVERSE_COND): New macros.
* sched-deps.c (deps_analyze_insn): Call sched_get_condition_with_rev
once.
(sched_get_condition_with_rev): Cache the results, and look them up
if possible.
(sched_analyze_insn): Destroy INSN_COND of previous insns if they
are clobbered by the current insn.
* target.def (exposed_pipline): New sched data hook.
* doc/tm.texi.in: TARGET_SCHED_EXPOSED_PIPELINE: Add hook.
* doc/tm.texi: Regenerate.

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

12 years ago2011-05-27 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 27 May 2011 14:13:02 +0000 (14:13 +0000)]
2011-05-27  Richard Guenther  <rguenther@suse.de>

* gcc.c-torture/execute/920711-1.x: Add -fwrapv.

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

12 years ago2011-05-27 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 27 May 2011 14:01:29 +0000 (14:01 +0000)]
2011-05-27  Richard Guenther  <rguenther@suse.de>

* gcc.c-torture/execute/920612-1.x: Add -fwrapv.

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

12 years agoIndex: gcc/ChangeLog
wschmidt [Fri, 27 May 2011 13:29:57 +0000 (13:29 +0000)]
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog (revision 174330)
+++ gcc/ChangeLog (working copy)
@@ -1,3 +1,9 @@
+2011-05-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+ PR tree-optimization/49170
+ * tree-ssa-math-opts.c (execute_cse_sincos):  Add checks for
+ sincos or cexp.
+
 2011-05-27  Richard Guenther  <rguenther@suse.de>

  PR middle-end/49189
Index: gcc/tree-ssa-math-opts.c
===================================================================
--- gcc/tree-ssa-math-opts.c (revision 174330)
+++ gcc/tree-ssa-math-opts.c (working copy)
@@ -1093,6 +1093,10 @@ execute_cse_sincos (void)
  CASE_FLT_FN (BUILT_IN_COS):
  CASE_FLT_FN (BUILT_IN_SIN):
  CASE_FLT_FN (BUILT_IN_CEXPI):
+   /* Make sure we have either sincos or cexp.  */
+   if (!TARGET_HAS_SINCOS && !TARGET_C99_FUNCTIONS)
+     break;
+
    arg = gimple_call_arg (stmt, 0);
    if (TREE_CODE (arg) == SSA_NAME)
      cfg_changed |= execute_cse_sincos_1 (arg);

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

12 years ago2011-05-27 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 27 May 2011 13:13:28 +0000 (13:13 +0000)]
2011-05-27  Richard Guenther  <rguenther@suse.de>

PR middle-end/49189
* fold-const.c (fold_unary_loc): Do not re-fold folding conversions
of comparisons.

* gnat.dg/bit_packed_array5.adb: New testcase.
* gnat.dg/bit_packed_array5.ads: Likewise.

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

12 years ago * haifa-sched.c (sched_scan_info): Remove.
bernds [Fri, 27 May 2011 10:47:48 +0000 (10:47 +0000)]
* haifa-sched.c (sched_scan_info): Remove.
(schedule_block): Call sched_extend_luids rather than sched_init_luids
with NULL args.
(extend_bb, init_bb, extend_insn, init_insn, init_insns_in_bb):
Remove functions.
(sched_scan): Remove.
(sched_extend_luids): Renamed from luids_extend_insn and no longer
static.  All callers changed.
(sched_init_insn_luid): Renamed from luids_init_insn and no longer
static.  All callers changed.
(sched_init_luids): Remove all arguments except the first.  All
callers changed.  Don't use sched_scan.
(haifa_init_h_i_d): Likewise.
(haifa_init_insn): Call sched_extend_luids and sched_init_insn_luid
manually rather than using sched_init_luids.  Likewise with
extend_h_i_d, init_h_i_d and haifa_init_h_i_d.
* sel-sched.c (sel_region_target_finish): Call sched_extend_luids
rather than sched_init_luids with NULL args.
* sel-sched-ir.c (new_insns): Remove variable.
(sched_scan): New static function, previously in haifa-sched.c.  Remove
all arguments but the first two; all callers changed.
(sel_init_new_insn): Call sched_extend_luids and sched_init_insn_luid
rather than sched_init_luids.
(sel_init_bbs): Remove second argument.  All callers changed.
(sel_add_bb): Call sched_extend_luids rather than sched_init_luids
with NULL arguments.
(create_insn_rtx_from_pattern): Likewise.
* sel-sched-ir.h (sel_init_bbs): Adjust declaration.
* sched-int.h (sched_init_luids, haifa_init_h_i_d): Likewise.
(sched_init_insn_luid, sched_extend_luids): Declare.
(sched_scan_info_def, sched_scan_info, sched_scan): Remove
declarations.

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

12 years ago2011-05-27 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 27 May 2011 10:32:14 +0000 (10:32 +0000)]
2011-05-27  Richard Guenther  <rguenther@suse.de>

PR middle-end/49177
* fold-const.c (fold_unary_loc): Fold (T)(A CMP B) to
A CMP B ? (T) true : (T) false for non-integral types T again.

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

12 years ago * lto-streamer-out.c (lto_string_index): break out from...; offset by 1
hubicka [Fri, 27 May 2011 09:57:40 +0000 (09:57 +0000)]
* lto-streamer-out.c (lto_string_index): break out from...; offset by 1
so 0 means NULL string.
(lto_output_string_with_length): ... here.
(lto_output_string, output_string_cst, output_identifier): Update handling
of NULL strings.
(lto_output_location_bitpack): New function.
(lto_output_location): Use it.
(lto_output_tree_ref): Use output_record_start.
(pack_ts_type_common_value_fields): Pack aliagn & alias set in var len values.
* lto-streamer-in.c (string_for_index): Break out from ...; offset values by 1.
(input_string_internal): ... here;
(input_string_cst, input_identifier, lto_input_string): Update handling of
NULL strings.
(lto_input_location_bitpack): New function
(lto_input_location): Use it.
(unpack_ts_type_common_value_fields): Pack align & alias in var len values.
* lto-streamer.h (bp_pack_val_len_unsigned, bp_pack_val_len_int,
bp_unpack_val_len_unsigned, bp_unpack_val_len_int): Declare.
(bp_pack_value): Sanity check the value range.
* lto-section-in.c (bp_unpack_val_len_unsigned, bp_unpack_val_len_int):
New functions.
* lto-section-out.h (bp_pack_val_len_unsigned, bp_pack_val_len_int):
New functions.

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

12 years ago * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
hariharans [Fri, 27 May 2011 08:27:23 +0000 (08:27 +0000)]
    * config/picochip/picochip.c (reorder_var_tracking_notes): Drop
        call_arg_location instructions down the floor.

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

12 years ago PR bootstrap/49173
bernds [Fri, 27 May 2011 07:53:51 +0000 (07:53 +0000)]
PR bootstrap/49173
* config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
libgcc-std.ver in the build directory.
* config/s390/t-linux (SHLIB_MAPFILES): Likewise.
* config/sh/t-linux (SHLIB_MAPFILES): Likewise.

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

13 years ago PR c++/47721
jason [Fri, 27 May 2011 04:04:40 +0000 (04:04 +0000)]
PR c++/47721
* parser.c (cp_parser_member_declaration): Allow friend T.
* friend.c (make_friend_class): Ignore non-classes.
* pt.c (instantiate_class_template_1): Handle TEMPLATE_TYPE_PARM.

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

13 years ago DR 1004
jason [Fri, 27 May 2011 04:01:56 +0000 (04:01 +0000)]
DR 1004
* pt.c (convert_template_argument): Don't complain about using
injected-class-name as template template argument.

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

13 years ago PR c++/47956
jason [Fri, 27 May 2011 04:01:46 +0000 (04:01 +0000)]
PR c++/47956
* decl.c (check_static_variable_definition): Now static.
(cp_finish_decl): Call it here.
(grokdeclarator): Not here.
* pt.c (instantiate_class_template_1): Or here.
* cp-tree.h: Don't declare it.

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

13 years agoDaily bump.
gccadmin [Fri, 27 May 2011 00:17:38 +0000 (00:17 +0000)]
Daily bump.

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

13 years ago * gcc.dg/march.c: Ignore a note for some targets.
janis [Thu, 26 May 2011 22:22:17 +0000 (22:22 +0000)]
* gcc.dg/march.c: Ignore a note for some targets.

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

13 years ago2011-05-26 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Thu, 26 May 2011 21:01:57 +0000 (21:01 +0000)]
2011-05-26  Vladimir Makarov  <vmakarov@redhat.com>

PR rtl-optimization/49154
* ira.c (setup_pressure_classes): Process class without sublcasses
as a candidate for pressure classes.

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

13 years agodetect C++ errors to fix 2288 and 18770
froydnj [Thu, 26 May 2011 20:15:22 +0000 (20:15 +0000)]
detect C++ errors to fix 2288 and 18770
gcc/cp/
PR c++/2288
PR c++/18770
* name-lookup.h (enum scope_kind): Add sk_cond.
* name-lookup.c (pushdecl_maybe_friend): Get scope of shadowed local.
Detect and report error for redeclaration from for-init or if
or switch condition.
(begin_scope): Handle sk_cond.
* semantics.c (begin_if_stmt): Use sk_cond.
(begin switch_stmt): Ditto.
gcc/testsuite/
PR c++/2288
PR c++/18770
* g++.old-deja/g++.jason/cond.C: Remove xfails.
* g++.dg/parse/pr18770.C: New test.
* g++.dg/cpp0x/range-for5.C: Add dg-error marker.

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

13 years agogcc/
rsandifo [Thu, 26 May 2011 19:16:05 +0000 (19:16 +0000)]
gcc/
PR rtl-optimization/48575
* genrecog.c (position_type): New enum.
(position): New structure.
(decision): Use position structure instead of a string.
(root_pos, peep2_insn_pos_list): New variables.
(next_position, compare_positions): New functions.
(new_decision): Use position structures instead of strings.
(maybe_both_true): Likewise.
(change_state): Likewise.
(write_tree): Likewise.
(make_insn_sequence): Likewise.

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

13 years ago PR c++/48211
jason [Thu, 26 May 2011 18:30:13 +0000 (18:30 +0000)]
PR c++/48211
* name-lookup.h (cp_class_binding): Make base a pointer.
* name-lookup.c (new_class_binding): Adjust.
(poplevel_class): Adjust.

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

13 years ago2011-05-26 Paul Thomas <pault@gcc.gnu.org>
pault [Thu, 26 May 2011 18:19:36 +0000 (18:19 +0000)]
2011-05-26  Paul Thomas  <pault@gcc.gnu.org>
    Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/48955
* trans-expr.c (gfc_trans_assignment_1): GFC_REVERSE_NOT_SET
changed to GFC_ENABLE_REVERSE.
* trans-array.c (gfc_init_loopinfo): GFC_CANNOT_REVERSE changed
to GFC_INHIBIT_REVERSE.
* gfortran.h : Enum gfc_reverse is now GFC_ENABLE_REVERSE,
GFC_FORWARD_SET, GFC_REVERSE_SET and GFC_INHIBIT_REVERSE.
* dependency.c (gfc_dep_resolver): Change names for elements of
gfc_reverse as necessary. Change the logic so that forward
dependences are remembered as well as backward ones. When both
have appeared, force a temporary.

2011-05-26  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/48955
* gfortran.dg/dependency_40.f90 : New test.

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

13 years ago2011-05-26 Tobias Burnus <burnus@net-b.de>
burnus [Thu, 26 May 2011 17:41:34 +0000 (17:41 +0000)]
2011-05-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * trans-array.c (gfc_conv_array_ref): Handle pointer coarrays.
        * trans-decl.c (has_coarray_vars, caf_init_block,
        gfor_fndecl_caf_register): New file-global variables.
        (gfc_finish_var_decl): Make sure that coarrays in main are static.
        (gfc_build_qualified_array): Generate coarray token variable.
        (gfc_get_symbol_decl): Don't use a static initializer for coarrays.
        (gfc_build_builtin_function_decls): Set gfor_fndecl_caf_register.
        (gfc_trans_deferred_vars, gfc_emit_parameter_debug_info): Skip for
        static coarrays.
        (generate_local_decl): Check for local coarrays.
        (create_main_function): SYNC ALL before calling MAIN.
        (generate_coarray_sym_init): Register static coarray.
        (generate_coarray_init): Generate CAF registering constructor
        function.
        (gfc_generate_function_code): Call it, if needed, do not create
        cgraph twice.
        (gfc_generate_module_vars, gfc_process_block_locals): Call
        generate_coarray_init.
        * trans-types.c (gfc_get_nodesc_array_type): Generate pointers
        * for
        -fcoarray=lib.
        * trans.h (gfor_fndecl_caf_register): New variable.
        (lang_type): New element caf_token.
        (GFC_TYPE_ARRAY_CAF_TOKEN): New macro.

2011-05-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray/registering_1.f90: New.

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

13 years agomake TS_BLOCK a substructure of TS_BASE
froydnj [Thu, 26 May 2011 17:38:51 +0000 (17:38 +0000)]
make TS_BLOCK a substructure of TS_BASE
gcc/
* tree.c (initialize_tree_contains_struct): Mark TS_BLOCK as
TS_BASE instead of TS_COMMON.
(find_decls_types_r): Check for TS_TYPED structure before looking at
TREE_TYPE.
* tree.h (struct tree_block): Inherit from tree_base, not tree_common.
Add chain field.
(BLOCK_CHAIN): Use new chain field.

gcc/c-family/
* c-common.c (warning_candidate_p): Check for BLOCKs.

gcc/java/
* decl.c (poplevel): Don't access TREE_TYPE of BLOCKs.
* expr.c (build_jni_stub): Likewise.

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

13 years ago2011-05-26 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 26 May 2011 15:53:23 +0000 (15:53 +0000)]
2011-05-26  Richard Guenther  <rguenther@suse.de>

lto/
* lto.c (uniquify_nodes): Fix bug in one of the previous changes.

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

13 years ago2011-05-26 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 26 May 2011 15:35:02 +0000 (15:35 +0000)]
2011-05-26  Paolo Carlini  <paolo.carlini@oracle.com>

* src/list.cc: Use noexcept per the FDIS.
* src/compatibility-list-2.cc: Likewise.
* include/debug/set.h: Likewise.
* include/debug/unordered_map: Likewise.
* include/debug/multiset.h: Likewise.
* include/debug/forward_list: Likewise.
* include/debug/unordered_set: Likewise.
* include/debug/vector: Likewise.
* include/debug/map.h: Likewise.
* include/debug/deque: Likewise.
* include/debug/list: Likewise.
* include/debug/multimap.h: Likewise.
* include/profile/set.h: Likewise.
* include/profile/unordered_map: Likewise.
* include/profile/multiset.h: Likewise.
* include/profile/forward_list: Likewise.
* include/profile/vector: Likewise.
* include/profile/unordered_set: Likewise.
* include/profile/map.h: Likewise.
* include/profile/deque: Likewise.
* include/profile/list: Likewise.
* include/profile/multimap.h: Likewise.
* include/bits/hashtable.h: Likewise.
* include/bits/stl_list.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/hashtable_policy.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/forward_list.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_multiset.h: Likewise.
* include/bits/stl_bvector.h: Likewise.
* include/bits/stl_tree.h: Likewise.

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

13 years ago * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
pthaugen [Thu, 26 May 2011 15:09:31 +0000 (15:09 +0000)]
    * config/rs6000/rs6000.c (rs6000_register_move_cost): Make LR/CTR
        moves expensive on Power7 also.

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

13 years ago2011-05-26 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 26 May 2011 13:54:23 +0000 (13:54 +0000)]
2011-05-26  Richard Guenther  <rguenther@suse.de>

* fold-const.c (fold_unary_loc): Remove bogus code.

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

13 years agofix pr marker
jason [Thu, 26 May 2011 13:46:13 +0000 (13:46 +0000)]
fix pr marker

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

13 years agomake TS_IDENTIFIER be a substructure of TS_TYPED
froydnj [Thu, 26 May 2011 13:29:42 +0000 (13:29 +0000)]
make TS_IDENTIFIER be a substructure of TS_TYPED
gcc/
* tree.h (struct tree_identifier): Inherit from tree_typed, not
tree_common.
(HT_IDENT_TO_GCC_IDENT): Adjust for said change.
* tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
TS_BASE instead of TS_COMMON.
* varasm.c (assemble_name): Remove assert.

gcc/c-family/
* c-common.h (struct c_common_identifier): Inherit from tree_typed,
not tree_common.

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

13 years ago PR c++/48424
jason [Thu, 26 May 2011 13:22:51 +0000 (13:22 +0000)]
PR c++/48424
* decl.c (grokparms): Function parameter packs don't need to
go at the end.
* pt.c (type_unification_real): But they aren't deduced otherwise.

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

13 years ago * Makefile.in (srcdirify): Change order so that libgcc_objdir is
bernds [Thu, 26 May 2011 13:12:11 +0000 (13:12 +0000)]
* Makefile.in (srcdirify): Change order so that libgcc_objdir is
substituted first.
* libgcc-std.ver: Delete file.

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

13 years ago2011-05-26 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 26 May 2011 13:01:48 +0000 (13:01 +0000)]
2011-05-26  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/48702
* tree-ssa-address.c (create_mem_ref_raw): Create MEM_REFs
only when we know the base address is within bounds.
* tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Do not
assume the base address of TARGET_MEM_REFs is in bounds.

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

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

13 years ago PR target/49099
ro [Thu, 26 May 2011 12:44:16 +0000 (12:44 +0000)]
PR target/49099
* config/sparc/sparc.c (sparc_solaris_elf_asm_named_section): Wrap
declaration in TARGET_SOLARIS.

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

13 years ago * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
hariharans [Thu, 26 May 2011 12:21:11 +0000 (12:21 +0000)]
    * config/picochip/picochip.md (cbranchhi4): No :CC for match_operator.
          The instruction is then expanded explicitly.
        (supported_compare): Callable instruction.
        (compare): Likewise.

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

13 years agoFixed one of my last ChangeLog entries
nicola [Thu, 26 May 2011 10:51:43 +0000 (10:51 +0000)]
Fixed one of my last ChangeLog entries

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

13 years ago gcov-profile/48845
ro [Thu, 26 May 2011 10:33:06 +0000 (10:33 +0000)]
 gcov-profile/48845
* g++.dg/tree-prof/tree-prof.exp: Check for -fprofile-generate
support.
* gcc.dg/matrix/matrix.exp: Likewise.
* gcc.dg/tree-prof/tree-prof.exp: Likewise.
* lib/target-supports-dg.exp (dg-require-profiling): Don't pass
line number to check_profiling_available.
* lib/target-supports.exp (check_profiling_available): Account for
this.
Require TLS runtime support with -fprofile-generate.
* lib/profopt.exp (profopt-execute): Add TLS options for
-fprofile-generate.
* gcc.dg/pr47793.c: Add dg-require-profiling "-fprofile-generate".

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

13 years ago PR c++/49165
jakub [Thu, 26 May 2011 10:25:21 +0000 (10:25 +0000)]
PR c++/49165
* gimplify.c (shortcut_cond_r): Don't special case
COND_EXPRs if they have void type on one of their arms.

* g++.dg/eh/cond5.C: New test.

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

13 years ago * haifa-sched.c (schedule-block): Reorder the inner scheduling loop
bernds [Thu, 26 May 2011 10:16:03 +0000 (10:16 +0000)]
* haifa-sched.c (schedule-block): Reorder the inner scheduling loop
to reduce duplication, and to achieve a slightly more logical order
of operations.

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

13 years ago PR tree-optimization/49161
jakub [Thu, 26 May 2011 10:05:05 +0000 (10:05 +0000)]
PR tree-optimization/49161
* tree-vrp.c (struct case_info): New type.
(compare_case_labels): Sort case_info structs instead of
trees, and not primarily by CASE_LABEL uids but by
label_for_block indexes.
(find_switch_asserts): Put case labels into struct case_info
array instead of TREE_VEC, adjust sorting, compare label_for_block
values instead of CASE_LABELs.

* gcc.c-torture/execute/pr49161.c: New test.

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

13 years agoIn libobjc/:
nicola [Thu, 26 May 2011 09:31:30 +0000 (09:31 +0000)]
In libobjc/:
2011-05-26  Nicola Pero  <nicola.pero@meta-innovation.com>

* sendmsg.c: Reindented part of the file.  No non-trivial changes
in code.

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

13 years agoIn libobjc/:
nicola [Thu, 26 May 2011 09:13:59 +0000 (09:13 +0000)]
In libobjc/:
2011-05-26  Nicola Pero  <nicola.pero@meta-innovation.com>

* sendmsg.c (__objc_install_dtable_for_class): Use objc_getClass,
not objc_lookupClass.

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

13 years agoRemove conflict marker
ebotcazou [Thu, 26 May 2011 08:53:05 +0000 (08:53 +0000)]
Remove conflict marker

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

13 years agoFix generation of vorn and vbic for Neon.
ramana [Thu, 26 May 2011 08:07:45 +0000 (08:07 +0000)]
Fix generation of vorn and vbic for Neon.

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

13 years ago PR tree-optimization/49038
irar [Thu, 26 May 2011 07:50:09 +0000 (07:50 +0000)]
    PR tree-optimization/49038
        * tree-vect-loop-manip.c (vect_generate_tmps_on_preheader):
        Ensure at least one epilogue iteration if required by data
        accesses with gaps.
        * tree-vectorizer.h (struct _loop_vec_info): Add new field
        to mark loops that require peeling for gaps.
        * tree-vect-loop.c (new_loop_vec_info): Initialize new field.
        (vect_get_known_peeling_cost): Take peeling for gaps into
        account.
        (vect_transform_loop): Generate epilogue if required by data
        access with gaps.
        * tree-vect-data-refs.c (vect_analyze_group_access): Mark the
        loop as requiring an epilogue if there are gaps in the end of
        the strided group.

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

13 years agoAdjust gcc/testsuite/ChangeLog
fabien [Thu, 26 May 2011 06:09:16 +0000 (06:09 +0000)]
Adjust gcc/testsuite/ChangeLog

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

13 years ago2011-05-26 Fabien Chene <fabien@gcc.gnu.org>
fabien [Thu, 26 May 2011 05:54:08 +0000 (05:54 +0000)]
2011-05-26  Fabien Chene  <fabien@gcc.gnu.org>
* g++.dg/init/pr25811-2.C: New.
* g++.dg/init/pr25811-3.C: New.
* g++.dg/init/pr25811-4.C: New.

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