OSDN Git Service

pf3gnuchains/gcc-fork.git
12 years agodwarf2cfi: Introduce a dw_cfi_row state.
rth [Sat, 23 Jul 2011 19:58:46 +0000 (19:58 +0000)]
dwarf2cfi: Introduce a dw_cfi_row state.

Use it instead of old_cfa, old_args_size, and cfa_remember variables.

Remove the global cfa variable, as it was usually a duplicate of
old_cfa and otherwise confusing.  Always make a local copy of the
cur_row->cfa variable before modification instead.

        * dwarf2cfi.c (dw_cfi_row, dw_cfi_row_ref): New.
        (cie_cfi_row): New.
        (new_cfi_row, copy_cfi_row, free_cfi_row): New.
        (cfa, old_cfa, cfa_remember, old_cfa_remember, old_args_size): Remove.
        (cur_row, remember_row): New.
        (def_cfa_1): Use cur_row instead of the old_* variables.
        (dwarf2out_frame_debug_restore_state): Similarly.
        (dwarf2out_args_size, dwarf2out_notice_stack_adjust): Likewise.
        (dwarf2out_frame_debug_def_cfa): Use a local variable instead of cfa.
        (dwarf2out_frame_debug_adjust_cfa): Likewise.
        (dwarf2out_frame_debug_cfa_offset): Likewise.
        (dwarf2out_frame_debug_expr): Likewise.
        (execute_dwarf2_frame): Set up cur_row.
        * dwarf2out.h (struct cfa_loc): Mark for GTY.

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

12 years agobb-reorder: Split EH edges crossing partitions.
rth [Sat, 23 Jul 2011 19:44:19 +0000 (19:44 +0000)]
bb-reorder: Split EH edges crossing partitions.

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

12 years ago PR target/49816
rearnsha [Sat, 23 Jul 2011 14:43:33 +0000 (14:43 +0000)]
PR target/49816
* arm.c (aapcs_vfp_allocate_return_reg): Return NULL on failure.

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

12 years ago* libgfortran/intrinsics/ctime.c: Include <stdlib.h>.
schwab [Sat, 23 Jul 2011 11:06:04 +0000 (11:06 +0000)]
* libgfortran/intrinsics/ctime.c: Include <stdlib.h>.
* libgfortran/intrinsics/getlog.c: Likewise.
* libgfortran/runtime/stop.c: Likewise.

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

12 years ago2011-07-23 Arnaud Charlet <charlet@adacore.com>
charlet [Sat, 23 Jul 2011 09:19:44 +0000 (09:19 +0000)]
2011-07-23  Arnaud Charlet  <charlet@adacore.com>

PR ada/49819
* gcc-interface/Makefile.in (powerpc-linux): Remove reference to
g-trasym-dwarf.adb.

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

12 years ago2011-07-22 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Sat, 23 Jul 2011 03:17:11 +0000 (03:17 +0000)]
2011-07-22  Benjamin Kosnik  <bkoz@redhat.com>
    Daniel Krugler  <daniel.kruegler@googlemail.com>

* include/bits/move.h (move, forward): Mark constexpr.
* include/bits/stl_pair.h (pair): Mark move ctors constexpr.
* testsuite/20_util/pair/make_pair/constexpr.cc: New.
* testsuite/20_util/pair/cons/constexpr.cc: Add tests.

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

12 years ago * doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.
jason [Sat, 23 Jul 2011 00:30:13 +0000 (00:30 +0000)]
* doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.

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

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

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

12 years ago PR c++/49793
jason [Sat, 23 Jul 2011 00:14:46 +0000 (00:14 +0000)]
PR c++/49793
* typeck2.c (check_narrowing): Downgrade permerror to pedwarn.
Make conditional on -Wnarrowing.

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

12 years ago * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.
rth [Fri, 22 Jul 2011 23:54:29 +0000 (23:54 +0000)]
    * bb-reorder.c (gate_handle_partition_blocks): Honor optimize.

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

12 years agoFix mark_all_labels vs cfglayout mode.
rth [Fri, 22 Jul 2011 23:19:25 +0000 (23:19 +0000)]
Fix mark_all_labels vs cfglayout mode.

        * jump.c (maybe_propagate_label_ref): Split out of...
        (mark_all_labels): ... here.  Do not attempt label_ref
        propagation while in cfglayout mode.

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

12 years ago PR target/49817
gerald [Fri, 22 Jul 2011 22:52:55 +0000 (22:52 +0000)]
PR target/49817
* stack-limit.c: Include <stdint.h>.

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

12 years ago2011-07-23 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 22 Jul 2011 22:44:20 +0000 (22:44 +0000)]
2011-07-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/49791
        * io/list_read.c (nml_parse_qualifier): Remove check to
        enabled extended read for another case.

2011-07-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/49791
        * gfortran.dg/namelist_72.f: New.

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

12 years ago2011-07-23 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 22 Jul 2011 22:39:10 +0000 (22:39 +0000)]
2011-07-23  Tobias Burnus  <burnus@net-b.de>

        * resolve.c (resolve_symbol): Fix coarray var decl check.

2011-07-23  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/coarray_25.f90: New.

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

12 years ago Warn about the use of final/override in non-c++0x mode, and
jason [Fri, 22 Jul 2011 21:05:58 +0000 (21:05 +0000)]
Warn about the use of final/override in non-c++0x mode, and
add __final for non-c++0x mode.
* cp-tree.h (cpp0x_warn_str): Add CPP0X_OVERRIDE_CONTROLS.
* error.c (maybe_warn_cpp0x): Adjust.
* parser.c (cp_parser_virt_specifier_seq_opt): Use it. Add
'__final' as a non-c++0x alternative for 'final'.

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

12 years ago * dwarf2.h (DW_AT_GNU_macros): New.
jakub [Fri, 22 Jul 2011 20:06:09 +0000 (20:06 +0000)]
* dwarf2.h (DW_AT_GNU_macros): New.
(enum dwarf_macro_record_type): New enum.  Add DW_MACRO_GNU_*.

* dwarf2out.c (struct macinfo_struct): Change code to unsigned char.
(DEBUG_MACRO_SECTION, DEBUG_MACRO_SECTION_LABEL): Define.
(dwarf_attr_name): Handle DW_AT_GNU_macros.
(dwarf2out_define): If the vector is empty and
lineno is 0, emit a dummy entry first.
(dwarf2out_undef): Likewise.  Remove redundant semicolon.
(htab_macinfo_hash, htab_macinfo_eq, output_macinfo_op,
optimize_macinfo_range): New functions.
(output_macinfo): Use them.  If !dwarf_strict and .debug_str is
mergeable, optimize longer strings using
DW_MACRO_GNU_{define,undef}_indirect and if HAVE_COMDAT_GROUP,
optimize longer sequences of define/undef ops from headers
using DW_MACRO_GNU_transparent_include.  For !dwarf_strict
emit a section headers.
(dwarf2out_init): For !dwarf_strict set debug_macinfo_section
and macinfo_section_label to DEBUG_MACRO_SECTION
resp. DEBUG_MACRO_SECTION_LABEL.
(dwarf2out_finish): For !dwarf_strict emit DW_AT_GNU_macros
instead of DW_AT_macro_info.

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

12 years ago PR other/32998
jakub [Fri, 22 Jul 2011 20:03:33 +0000 (20:03 +0000)]
PR other/32998
* common.opt (grecord-gcc-switches, gno-record-gcc-switches): New
options.
* dwarf2out.c: Include opts.h.
(dchar_p): New typedef.  Define heap VEC for it.
(producer_string): New variable.
(gen_producer_string): New function.
(gen_compile_unit_die): Use it.
(dwarf2out_finish): Fix up comp_unit_die () DW_AT_producer
if needed.
* Makefile.in (dwarf2out.o): Depend on $(OPTS_H).
* doc/invoke.texi: Document -grecord-gcc-switches and
-gno-record-gcc-switches, add a -grecord-gcc-switches reference
to -frecord-gcc-switches description.

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

12 years ago PR c++/30112
jason [Fri, 22 Jul 2011 19:59:49 +0000 (19:59 +0000)]
PR c++/30112
gcc/c-family/
* c-common.h: Declare c_linkage_bindings.
* c-pragma.c (handle_pragma_redefine_extname): Use it.
gcc/
* c-decl.c (c_linkage_bindings): Define.
gcc/cp/
* decl.c (cp_finish_decl): Apply pragma redefine_extname in
other namespaces as well.
* name-lookup.c (c_linkage_bindings): Define.
(lookup_extern_c_fun_in_all_ns): Rename from
lookup_extern_c_fun_binding_in_all_ns.  Return tree.
(pushdecl_maybe_friend_1): Adjust.  Copy DECL_ASSEMBLER_NAME.

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

12 years ago PR debug/49815
ebotcazou [Fri, 22 Jul 2011 18:47:17 +0000 (18:47 +0000)]
PR debug/49815
* var-tracking.c (vt_finalize): Always free windowed_parm_regs.

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

12 years ago PR c++/49813
jason [Fri, 22 Jul 2011 16:06:08 +0000 (16:06 +0000)]
PR c++/49813
* c-opts.c (set_std_cxx0x): Set flag_isoc94 and flag_isoc99.
* c-pretty-print.c (pp_c_cv_qualifiers): Check c_dialect_cxx as well
as flag_isoc99 for 'restrict'.
(pp_c_specifier_qualifier_list): Likewise for _Complex.

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

12 years agoDisallow MS ABI in x32 mode.
hjl [Fri, 22 Jul 2011 16:04:02 +0000 (16:04 +0000)]
Disallow MS ABI in x32 mode.

gcc/

2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_option_override_internal): Disallow
MS ABI in x32 mode.
(ix86_init_builtins): Call ix86_init_builtins_va_builtins_abi
only for TARGET_LP64.
(ix86_handle_abi_attribute): Check TARGET_LP64 instead of
TARGET_64BIT.

gcc/testsuite/

2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>

* gcc/testsuite/gcc.target/i386/avx-vzeroupper-16.c: Only run
on lp64 targets.
* gcc/testsuite/gcc.target/i386/avx-vzeroupper-17.c: Likewise.
* gcc/testsuite/gcc.target/i386/avx-vzeroupper-18.c: Likewise.
* gcc/testsuite/gcc.target/i386/pr43662.c: Likewise.
* gcc/testsuite/gcc.target/i386/pr43869.c: Likewise.

* gcc.target/x86_64/abi/callabi/callabi.exp: Check ilp32
instead of ia32.

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

12 years agoFix up ChangeLog date
meissner [Fri, 22 Jul 2011 15:50:07 +0000 (15:50 +0000)]
Fix up ChangeLog date

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

12 years agoAllow linux ppc to bootstrap again
meissner [Fri, 22 Jul 2011 15:49:08 +0000 (15:49 +0000)]
Allow linux ppc to bootstrap again

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

12 years ago2011-07-22 Martin Jambor <mjambor@suse.cz>
jamborm [Fri, 22 Jul 2011 15:35:48 +0000 (15:35 +0000)]
2011-07-22  Martin Jambor  <mjambor@suse.cz>

PR lto/49796
* cgraphunit.c (verify_edge_corresponds_to_fndecl): Return false
if decl node is in another partition, call cgraph_get_node only
once.

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

12 years ago * ChangeLog: Fix my last entry.
uros [Fri, 22 Jul 2011 15:28:57 +0000 (15:28 +0000)]
* ChangeLog: Fix my last entry.

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

12 years ago * config.gcc (i[34567]86-*-linux*): Set
uros [Fri, 22 Jul 2011 15:21:57 +0000 (15:21 +0000)]
* config.gcc (i[34567]86-*-linux*): Set
default_gnu_indirect_function to yes.

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

12 years ago * fragment.am (CONFIG_CXXFLAGS): Add -frandom-seed.
ian [Fri, 22 Jul 2011 13:52:51 +0000 (13:52 +0000)]
* fragment.am (CONFIG_CXXFLAGS): Add -frandom-seed.
* Makefile.in: Rebuild.
* doc/Makefile.in: Rebuild.
* include/Makefile.in: Rebuild.
* libsupc++/Makefile.in: Rebuild.
* po/Makefile.in: Rebuild.
* python/Makefile.in: Rebuild.
* src/Makefile.in: Rebuild.
* testsuite/Makefile.in: Rebuild.

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

12 years ago2011-07-22 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 22 Jul 2011 11:55:30 +0000 (11:55 +0000)]
2011-07-22  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/45819
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
preserve volatile and notrap flags.

* gcc.dg/pr45819.c: New testcase.

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

12 years ago PR c++/49756
jakub [Fri, 22 Jul 2011 09:21:49 +0000 (09:21 +0000)]
PR c++/49756
* libiberty.h (stack_limit_increase): New prototype.

* stack-limit.c: New file.
* Makefile.in: Regenerate deps.
(CFILES): Add stack-limit.c.
(REQUIRED_OFILES): Add ./stack-limit.$(objext).
* configure.ac (checkfuncs): Add getrlimit and setrlimit.
(AC_CHECK_FUNCS): Likewise.
* configure: Regenerated.
* config.in: Regenerated.

* gcc.c (main): Call stack_limit_increase (64MB).
* toplev.c (toplev_main): Likewise.

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

12 years ago * lib/target-supports.exp (check_ifunc_available): Improve comment.
uros [Fri, 22 Jul 2011 09:19:44 +0000 (09:19 +0000)]
* lib/target-supports.exp (check_ifunc_available): Improve comment.

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

12 years ago2011-07-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
ro [Fri, 22 Jul 2011 08:58:25 +0000 (08:58 +0000)]
2011-07-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

gcc:
PR bootstrap/49794
* configure.ac: Test AM_ICONV with CXX.
* configure: Regenerate.
* config/sol2-c.c (solaris_format_types): Use EXPORTED_CONST.

gcc/ada:
PR bootstrap/49794
* init.c [sun && __SVR4 && !__vxworks] (__gnat_install_handler):
Assign to act.sa_sigaction.
* tracebak.c [USE_GENERIC_UNWINDER] (__gnat_backtrace): Cast
current->return_address to char * before arithmetic.

libcpp:
PR bootstrap/49794
* configure.ac: Test AM_ICONV with CXX.
* configure: Regenerate.
* system.h (HAVE_DESIGNATED_INITIALIZERS): Never define for C++.

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

12 years ago * init.c [sgi] (__gnat_error_handler): Update sigaction(2) citation.
ro [Fri, 22 Jul 2011 08:53:01 +0000 (08:53 +0000)]
* init.c [sgi] (__gnat_error_handler): Update sigaction(2) citation.
Correct argument types.
Extract code from reason.
(__gnat_install_handler): Assign to act.sa_sigaction.

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

12 years ago PR bootstrap/49797
ro [Fri, 22 Jul 2011 08:49:23 +0000 (08:49 +0000)]
PR bootstrap/49797
* graphite-clast-to-gimple.c (CLOOG_LANGUAGE_C): Provide if missing.
(set_cloog_options): Use it.

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

12 years ago PR c++/49756
jakub [Fri, 22 Jul 2011 08:33:37 +0000 (08:33 +0000)]
PR c++/49756
* libiberty.h (stack_limit_increase): New prototype.

* stack-limit.c: New file.
* Makefile.in: Regenerate deps.
(CFILES): Add stack-limit.c.
(REQUIRED_OFILES): Add ./stack-limit.$(objext).
* configure.ac (checkfuncs): Add getrlimit and setrlimit.
(AC_CHECK_FUNCS): Likewise.
* configure: Regenerated.
* config.in: Regenerated.

* gcc.c (main): Call stack_limit_increase (64MB).
* toplev.c (toplev_main): Likewise.

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

12 years ago * lib/target-supports.exp (check_ifunc_available): Rewrite.
uros [Fri, 22 Jul 2011 06:29:35 +0000 (06:29 +0000)]
* lib/target-supports.exp (check_ifunc_available): Rewrite.

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

12 years agoCall copy_to_mode_reg instead of force_reg.
hjl [Fri, 22 Jul 2011 05:23:22 +0000 (05:23 +0000)]
Call copy_to_mode_reg instead of force_reg.

2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_expand_call): Call copy_to_mode_reg
instead of force_reg.

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

12 years ago2011-07-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 22 Jul 2011 04:17:17 +0000 (04:17 +0000)]
2011-07-21  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Move...
* testsuite/ext/pb_ds/regression/tree_set_rand.cc: ... here.
* testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc: Move...
* testsuite/ext/pb_ds/regression/tree_set_rand_debug.cc: ... here.
* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Move...
* testsuite/ext/pb_ds/regression/tree_map_rand.cc: ... here.
* testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc: Move...
* testsuite/ext/pb_ds/regression/tree_map_rand_debug.cc: ... here.

* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Move...
* testsuite/ext/pb_ds/regression/trie_set_rand.cc: ... here.
* testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc: Move...
* testsuite/ext/pb_ds/regression/trie_set_rand_debug.cc: ... here.
* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Move...
* testsuite/ext/pb_ds/regression/trie_map_rand.cc: ... here.
* testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc: Move...
* testsuite/ext/pb_ds/regression/trie_map_rand_debug.cc: ... here.

* testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Move.
* testsuite/ext/pb_ds/regression/list_update_set_rand.cc: ...here.
* testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc:
Move...
* testsuite/ext/pb_ds/regression/list_update_set_rand_debug.cc: ...here.
* testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Move...
* testsuite/ext/pb_ds/regression/list_update_map_rand.cc: ...here.
* testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc:
Move...
* testsuite/ext/pb_ds/regression/list_update_map_rand_debug.cc: ...here.

* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Move...
* testsuite/ext/pb_ds/regression/hash_set_rand.cc: ...here.
* testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc: Move...
* testsuite/ext/pb_ds/regression/hash_set_rand_debug.cc: ...here.

* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Move...
* testsuite/ext/pb_ds/regression/hash_map_rand.cc: ...here.
* testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc: Move...
* testsuite/ext/pb_ds/regression/hash_map_rand_debug.cc: ...here.

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

12 years agoConvert to Pmode if needed and use force_reg after convert.
hjl [Fri, 22 Jul 2011 00:56:10 +0000 (00:56 +0000)]
Convert to Pmode if needed and use force_reg after convert.

2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_expand_move): Convert to Pmode if
needed and use force_reg after convert.
(ix86_expand_call): Likewise.
(ix86_expand_special_args_builtin): Likewise.
(ix86_expand_builtin): Likewise.

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

12 years agoDaily bump.
gccadmin [Fri, 22 Jul 2011 00:18:57 +0000 (00:18 +0000)]
Daily bump.

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

12 years ago2011-07-21 Daniel Carrera <dcarrera@gmail.com>
dcarrera [Thu, 21 Jul 2011 23:18:24 +0000 (23:18 +0000)]
2011-07-21  Daniel Carrera  <dcarrera@gmail.com>

* trans.c (gfc_allocate_with_status): Split into two functions
gfc_allocate_using_malloc and gfc_allocate_usig_lib.
(gfc_allocate_using_malloc): The status parameter is now the
actual status rather than a pointer. Code cleanup.
(gfc_allocate_using_lib): Ditto. Add new parametrs errmsg and
errlen. Pass these to the coarray lib.
* trans-openmp.c (gfc_omp_clause_default_ctor): Update calls to
gfc_allocate_allocatable.
(gfc_omp_clause_copy_ctor): Ditto.
(gfc_trans_omp_array_reduction): Ditto.
* trans-stmt.c (gfc_trans_allocate): Ditto. Update call to
gfc_allocate_using_malloc. Pass stat rather than pstat to the allocate
fuctions. If using coarray lib, pass errmsg and errlen to the allocate
functions. Move error checking outside the if (!gfc_array_allocate)
block so that it also affects trees produced by gfc_array_allocate.
* trans-array.c (gfc_array_allocate): Add new parameters errmsg
and errlen. Replace parameter pstat by status. Code cleanup. Update
calls to gfc_allocate_allocatable and gfc_allocate_using_malloc.
* trans-array.h (gfc_array_allocate): Update signature of
gfc_array_allocate.

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

12 years agoInfer types based on lb and ub.
spop [Thu, 21 Jul 2011 22:57:59 +0000 (22:57 +0000)]
Infer types based on lb and ub.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/47654
PR middle-end/49649
* graphite-clast-to-gimple.c (type_for_clast_term): Pass v1 and v2
in parameter.  Initialize v1 and v2 based on the values returned
by clast_name_to_lb_ub.
(type_for_clast_red): Pass v1 and v2 in parameter, and set their
values.
(type_for_clast_bin): Same.
(type_for_clast_expr): Same.
(type_for_clast_eq): Update calls to type_for_clast_expr.
(type_for_clast_for): Same.
(build_iv_mapping): Same.
* graphite-ppl.h (value_min): New.

* gcc.dg/graphite/run-id-pr47654.c: New.

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

12 years agoGenerate signed types whenever possible.
spop [Thu, 21 Jul 2011 22:57:49 +0000 (22:57 +0000)]
Generate signed types whenever possible.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (type_for_interval): Generate signed
types whenever possible.

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

12 years agoCompute once and cache the LB and UB for each clast_name.
spop [Thu, 21 Jul 2011 22:57:40 +0000 (22:57 +0000)]
Compute once and cache the LB and UB for each clast_name.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (struct clast_name_index): Add lb
and ub fields.
(new_clast_name_index): Add lb and ub parameters.
(free_clast_name_index): New.
(clast_name_to_lb_ub): New.
(save_clast_name_index): Add lb and ub parameters.
(compute_bounds_for_param): New.
(type_for_level): Removed.
(type_for_clast_for): Removed level parameter.  Do not call
type_for_level.
(graphite_create_new_loop): Store the lb and ub for the clast_name
of the iterator of the loop that has been generated.
(graphite_create_new_loop_guard): Remove parameter level.
(create_params_index): Store the lb and ub of each parameter.
(gloog): Use free_clast_name_index.  Pass to create_params_index
the current scop.

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

12 years agoRemove max_signed_precision_type.
spop [Thu, 21 Jul 2011 22:57:30 +0000 (22:57 +0000)]
Remove max_signed_precision_type.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (max_signed_precision_type): Removed.
(max_precision_type): Inline max_signed_precision_type.
(type_for_clast_red): Use max_precision_type.
(type_for_clast_bin): Same.
(type_for_clast_for): Same.

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

12 years agoRename gcc_type_for_clast_* into type_for_clast_*
spop [Thu, 21 Jul 2011 22:57:19 +0000 (22:57 +0000)]
Rename gcc_type_for_clast_* into type_for_clast_*

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
type_for_interval.
(gcc_type_for_value): Renamed type_for_value.
(gcc_type_for_clast_term): Renamed type_for_clast_term.
(gcc_type_for_clast_expr): Renamed type_for_clast_expr.
(gcc_type_for_clast_red): Renamed type_for_clast_red.
(gcc_type_for_clast_bin): Renamed type_for_clast_bin.
(gcc_type_for_clast_eq): Renamed type_for_clast_eq.
(graphite_translate_clast_equation): Update calls.
(compute_type_for_level): Renamed type_for_level.
(gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
(build_iv_mapping): Update calls.
(graphite_create_new_loop_guard): Same.

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

12 years agoAdd fixme comment.
spop [Thu, 21 Jul 2011 22:57:10 +0000 (22:57 +0000)]
Add fixme comment.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (clast_get_body_of_loop): Add fixme
comment.

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

12 years agoCleanup function params using a struct.
spop [Thu, 21 Jul 2011 22:57:00 +0000 (22:57 +0000)]
Cleanup function params using a struct.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (struct ivs_params): New.
(clast_name_to_gcc): Use ivs_params to pass around parameters.
(clast_to_gcc_expression): Same.
(clast_to_gcc_expression_red): Same.
(gcc_type_for_clast_term): Same.
(gcc_type_for_clast_expr): Same.
(gcc_type_for_clast_red): Same.
(gcc_type_for_clast_bin): Same.
(gcc_type_for_clast_eq): Same.
(graphite_translate_clast_equation): Same.
(graphite_create_guard_cond_expr): Same.
(graphite_create_new_guard): Same.
(graphite_create_new_loop): Same.
(build_iv_mapping): Same.
(translate_clast_user): Same.
(graphite_create_new_loop_guard): Same.
(translate_clast): Same.
(translate_clast_for_loop): Same.
(translate_clast_for): Same.
(translate_clast_guard): Same.
(initialize_cloog_names): Fix typo.
(gloog): Initialize an ivs_params struct, pass it to translate_clast.

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

12 years agoRecord the loop level that defines a clast_name.
spop [Thu, 21 Jul 2011 22:56:50 +0000 (22:56 +0000)]
Record the loop level that defines a clast_name.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (struct clast_name_index): Add level.
(new_clast_name_index): Add level parameter.
(clast_name_to_level): New.
(save_clast_name_index): Add level parameter.
(newivs_to_depth_to_newiv): Removed.
(clast_name_to_gcc): Inlined newivs_to_depth_to_newiv.
(graphite_create_new_loop): Add level parameter.  Pass level to
save_clast_name_index.
(translate_clast_for_loop): Pass level to graphite_create_new_loop.
(create_params_index): Pass level to save_clast_name_index.

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

12 years agoDo not compute twice type, lb, and ub.
spop [Thu, 21 Jul 2011 22:56:40 +0000 (22:56 +0000)]
Do not compute twice type, lb, and ub.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
recompute type, lb, and ub.  Get them from...
(graphite_create_new_loop_guard): ...here.  Pass in parameter
pointers to type, lb, and ub.
(translate_clast_for_loop): Update function calls.
(translate_clast_for): Same.

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

12 years agoStart counting nesting level from 0 and use the standard "Polyhedral SCattering Trans...
spop [Thu, 21 Jul 2011 22:56:29 +0000 (22:56 +0000)]
Start counting nesting level from 0 and use the standard "Polyhedral SCattering Transformed" psct_* interface.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (compute_bounds_for_level): Call
psct_dynamic_dim.
(translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
(gcc_type_for_iv_of_clast_loop): Update use of level.
(gloog): Start counting nesting level from 0.
* graphite-clast-to-gimple.h (get_scattering_level): Removed.
* graphite-dependences.c (graphite_carried_dependence_level_k): Call
psct_dynamic_dim on level.

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

12 years agoConvert to Pmode if needed in ix86_legitimize_address.
hjl [Thu, 21 Jul 2011 22:36:11 +0000 (22:36 +0000)]
Convert to Pmode if needed in ix86_legitimize_address.

2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_legitimize_address): Convert to
Pmode if needed.

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

12 years agoPromote pointer function arguments and return values to Pmode.
hjl [Thu, 21 Jul 2011 22:22:00 +0000 (22:22 +0000)]
Promote pointer function arguments and return values to Pmode.

2011-07-21  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (function_value_64): Always return pointers
in Pmode.
(ix86_promote_function_mode): New.
(TARGET_PROMOTE_FUNCTION_MODE): Likewise.

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

12 years agogcc/c-family:
ian [Thu, 21 Jul 2011 21:30:24 +0000 (21:30 +0000)]
gcc/c-family:
PR middle-end/49705
* c-common.c (c_disable_warnings): New static function.
(c_enable_warnings): New static function.
(c_fully_fold_internal): Change local unused_p to bool.  Call
c_disable_warnings and c_enable_warnings rather than change
c_inhibit_evaluation_warnings.
gcc/testsuite:
PR middle-end/49705
* gcc.dg/pr49705.c: New test.

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

12 years agoSteven G. Kargl <kargl@gcc.gnu.org>
kargl [Thu, 21 Jul 2011 21:09:46 +0000 (21:09 +0000)]
Steven G. Kargl  <kargl@gcc.gnu.org>

* gfortran.texi: Remove a duplicate word.

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

12 years agoAdd missing ChangeLog entry
fdumont [Thu, 21 Jul 2011 20:34:40 +0000 (20:34 +0000)]
Add missing ChangeLog entry

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

12 years ago2011-07-21 François Dumont <francois.cppdevs@free.fr>
fdumont [Thu, 21 Jul 2011 19:56:36 +0000 (19:56 +0000)]
2011-07-21  François Dumont  <francois.cppdevs@free.fr>

        * include/debug/safe_unordered_sequence.h,
        safe_unordered_sequence.tcc: Rename respectively in...
        * include/debug/safe_unordered_container.h,
        safe_unordered_container.tcc: ...those. _Safe_unordered_sequence
        rename _Safe_unordered_container.
        * include/debug/safe_unordered_base.h: _Safe_unordered_sequence_base
        rename _Safe_unordered_container_base.
        * include/debug/unordered_map, unordered_set: Adapt to previous
        modifications.
        * config/abi/pre/gnu.ver: Likewise.
        * src/debug.cc: Likewise.
        * include/Makefile.am: Likewise.
        * include/Makefile.in: Regenerate.

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

12 years ago2011-07-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
wschmidt [Thu, 21 Jul 2011 18:07:39 +0000 (18:07 +0000)]
2011-07-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/49749
* tree-ssa-reassoc.c (get_rank): Fix operand scan conditions and
remove no-longer-used maxrank variable.

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

12 years ago * lib/target-supports.exp (check_avx_os_support_available): New.
uros [Thu, 21 Jul 2011 15:53:11 +0000 (15:53 +0000)]
* lib/target-supports.exp (check_avx_os_support_available): New.
(check_effective_target_avx_runtime): Use it.

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

12 years ago * config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.
gjl [Thu, 21 Jul 2011 15:46:28 +0000 (15:46 +0000)]
* config/avr/avr.c (final_prescan_insn): Fix printing of rtx_costs.

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

12 years ago * de.po, sv.po: Update.
jsm28 [Thu, 21 Jul 2011 15:29:35 +0000 (15:29 +0000)]
* de.po, sv.po: Update.

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

12 years ago * system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
jason [Thu, 21 Jul 2011 14:48:03 +0000 (14:48 +0000)]
* system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.
* recog.h (struct insn_data_d): Check it instead of
HAVE_DESIGNATED_INITIALIZERS.
* genoutput.c (output_insn_data): Likewise.

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

12 years ago * MAINTAINERS (Global Reviewers): Add self.
jsm28 [Thu, 21 Jul 2011 14:17:46 +0000 (14:17 +0000)]
* MAINTAINERS (Global Reviewers): Add self.

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

12 years ago * gcc-interface/Make-lang.in (GNAT1_ADA_OBJS): Move ada/b_gnat1.o to...
ebotcazou [Thu, 21 Jul 2011 13:35:27 +0000 (13:35 +0000)]
* gcc-interface/Make-lang.in (GNAT1_ADA_OBJS): Move ada/b_gnat1.o to...
(GNAT1_OBJS): ...here.

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

12 years ago2011-07-21 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 21 Jul 2011 13:19:18 +0000 (13:19 +0000)]
2011-07-21  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/49770
* tree-ssa-sccvn.c (valueize_refs_1): Return whether we
valueized any operand.  Renamed from ...
(valueize_refs): ... this.  New wrapper around valueize_refs_1.
(valueize_shared_reference_ops_from_ref): Return whether we
valueized any operand.
(vn_reference_lookup): Only when we valueized any operand
use the valueized reference for alias analysis.  Do not preserve
the original reference tree in this case.

* g++.dg/torture/pr49770.C: New testcase.

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

12 years ago * ChangeLog: Fix description of my last commit.
uros [Thu, 21 Jul 2011 13:09:37 +0000 (13:09 +0000)]
* ChangeLog: Fix description of my last commit.

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

12 years ago * config/i386/i386.c (ix86_decompose_address): Reject all but
uros [Thu, 21 Jul 2011 13:03:02 +0000 (13:03 +0000)]
* config/i386/i386.c (ix86_decompose_address): Reject all but
register operands and DImode hard registers in index.

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

12 years agoChangeLog gcc/
ktietz [Thu, 21 Jul 2011 12:11:28 +0000 (12:11 +0000)]
ChangeLog gcc/

2011-07-21  Kai Tietz  <ktietz@redhat.com>

* fold-const.c (fold_unary_loc): Preserve indirect
comparison cast to none-boolean type.
* tree-ssa.c (useless_type_conversion_p): Preserve cast
from/to boolean-type.
* gimplify.c (gimple_boolify): Handle boolification
of comparisons.
(gimplify_expr): Boolifiy non aggregate-typed
comparisons.
* tree-cfg.c (verify_gimple_comparison): Check result
type of comparison expression.
* tree-ssa-forwprop.c (forward_propagate_comparison):
Adjust test of condition result and disallow type-cast
sinking into comparison.

ChangeLog gcc/testsuite

2011-07-21  Kai Tietz  <ktietz@redhat.com>

* gcc.dg/tree-ssa/pr30978.c: adjusted.
* gcc.dg/tree-ssa/ssa-fre-6.c: Likewise.
* gcc.dg/binop-xor1.c: Set to fail.
* gcc.dg/binop-xor3.c: Set to fail.

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

12 years ago2011-07-21 Tobias Burnus <burnus@net-b.de>
burnus [Thu, 21 Jul 2011 12:00:25 +0000 (12:00 +0000)]
2011-07-21  Tobias Burnus  <burnus@net-b.de>

        * check.c (gfc_check_present): Allow coarrays.
        * trans-array.c (gfc_conv_array_ref): Avoid casting
        when a pointer is wanted.
        * trans-decl.c (create_function_arglist): For -fcoarray=lib,
        handle hidden token and offset arguments for nondescriptor
        coarrays.
        * trans-expr.c (get_tree_for_caf_expr): New function.
        (gfc_conv_procedure_call): For -fcoarray=lib pass the
        token and offset for nondescriptor coarray dummies.
        * trans.h (lang_type): Add caf_offset tree.
        (GFC_TYPE_ARRAY_CAF_OFFSET): New macro.

2011-07-21  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/coarray_lib_token_1.f90: New.

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

12 years ago2011-07-21 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 21 Jul 2011 11:33:16 +0000 (11:33 +0000)]
2011-07-21  Richard Guenther  <rguenther@suse.de>

* tree-ssa-forwprop.c (combine_conversions): Return whether
we have to run cfg-cleanup.  Properly remove dead stmts.
(ssa_forward_propagate_and_combine): Adjust.

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

12 years ago2011-07-21 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 21 Jul 2011 11:09:56 +0000 (11:09 +0000)]
2011-07-21  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/mutex (timed_mutex, recursive_timed_mutex): Update
to use steady_clock instead of monotonic_clock.
* config/abi/pre/gnu.ver: Export steady_clock::now.

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

12 years agogcc/
rsandifo [Thu, 21 Jul 2011 10:13:27 +0000 (10:13 +0000)]
gcc/
* regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.

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

12 years ago2011-07-21 Kai Tietz <ktietz@redhat.com>
ktietz [Thu, 21 Jul 2011 09:42:04 +0000 (09:42 +0000)]
2011-07-21  Kai Tietz  <ktietz@redhat.com>

* tree-ssa-propagate.c (substitute_and_fold): Use
do_dce flag to deside, if BB's statements are scanned
in last to first, or first to last order.

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

12 years ago * config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.
gjl [Thu, 21 Jul 2011 07:52:14 +0000 (07:52 +0000)]
* config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.

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

12 years ago * gcc.dg/pr32912-2.c: Skip for AVR.
gjl [Thu, 21 Jul 2011 07:30:39 +0000 (07:30 +0000)]
* gcc.dg/pr32912-2.c: Skip for AVR.
* gcc.dg/pr44674.c: Add dg-require-profiling.

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

12 years ago2011-07-20 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Jul 2011 05:48:03 +0000 (05:48 +0000)]
2011-07-20  Benjamin Kosnik  <bkoz@redhat.com>
    Daniel Krugler  <daniel.kruegler@googlemail.com>

* include/std/array (array::at, array::operator[]): Mark constexpr.
* testsuite/23_containers/array/requirements/
constexpr_element_access.cc: Add.

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

12 years ago2011-07-20 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 21 Jul 2011 03:27:51 +0000 (03:27 +0000)]
2011-07-20  Benjamin Kosnik  <bkoz@redhat.com>
    Daniel Krugler  <daniel.kruegler@googlemail.com>

* include/std/chrono: (system_clock::is_steady): Update to N3291
from is_monotonic.
(time_point): Add constexpr to nonmember arithmetic operators.
* src/chrono.cc: Modify for above.
* src/compatibility-c++0x.cc: Same.
* testsuite/20_util/time_point/nonmember/constexpr.cc: New.
* testsuite/20_util/time_point/1.cc: Modify.
* testsuite/20_util/system_clock/constexpr_data.cc: Modify.
* testsuite/20_util/system_clock/1.cc: Modify.
* testsuite/20_util/monotonic_clock/constexpr_data.cc: Move to...
* testsuite/20_util/steady_clock/constexpr_data.cc: ...here.
* testsuite/30_threads/condition_variable/members/2.cc: Modify.
* testsuite/30_threads/condition_variable_any/members/2.cc: Modify.

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

12 years agoDaily bump.
gccadmin [Thu, 21 Jul 2011 00:18:20 +0000 (00:18 +0000)]
Daily bump.

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

12 years agoHandle address output and call patterns for x32.
hjl [Wed, 20 Jul 2011 22:38:47 +0000 (22:38 +0000)]
Handle address output and call patterns for x32.

2011-07-20  H.J. Lu  <hongjiu.lu@intel.com>
    Uros Bizjak  <ubizjak@gmail.com>
    Richard Henderson  <rth@redhat.com>

* config/i386/constraints.md (w): New.

* config/i386/i386.c (ix86_output_addr_vec_elt): Check
TARGET_LP64 instead of TARGET_64BIT for ASM_QUAD.

* config/i386/i386.h (CASE_VECTOR_MODE): Check TARGET_LP64
instead of TARGET_64BIT.

* config/i386/i386.md (indirect_jump): Replace
nonimmediate_operand with indirect_branch_operand.
(*indirect_jump): Likewise.  Replace constraint "m" with "w".
(tablejump): Replace nonimmediate_operand with
indirect_branch_operand.  Convert operand 0 to Pmode for x32 if
not PIC.
(*tablejump_1): Replace nonimmediate_operand with
indirect_branch_operand.  Replace constraint "m" with "w".
(*call_vzeroupper): Replace constraint "m" with "w".
(*call): Likewise.
(*call_rex64_ms_sysv_vzeroupper): Likewise.
(*call_rex64_ms_sysv): Likewise.
(*call_value_vzeroupper): Likewise.
(*call_value): Likewise.
(*call_value_rex64_ms_sysv_vzeroupper): Likewise.
(*call_value_rex64_ms_sysv): Likewise.
(set_got_offset_rex64): Check TARGET_LP64 instead of
TARGET_64BIT.

* config/i386/predicates.md (indirect_branch_operand): New.
(call_insn_operand): Support x32.

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

12 years agoparams.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.
eager [Wed, 20 Jul 2011 22:30:06 +0000 (22:30 +0000)]
params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.

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

12 years agoDump basic_block flags.
rth [Wed, 20 Jul 2011 22:14:36 +0000 (22:14 +0000)]
Dump basic_block flags.

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

12 years ago * config/i386/i386.c (ix86_decompose_address): Allow only subregs
uros [Wed, 20 Jul 2011 21:43:38 +0000 (21:43 +0000)]
* config/i386/i386.c (ix86_decompose_address): Allow only subregs
of DImode hard registers in index.
(ix86_legitimate_address_p): Allow subregs of base and index to span
more than a word.  Assert that subregs of base and index satisfy
register_no_elim_operand predicates.  Reject addresses where
base and index have different modes.

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

12 years agogcc/
rsandifo [Wed, 20 Jul 2011 21:02:33 +0000 (21:02 +0000)]
gcc/
2011-07-20  Robert Millan  <rmh@gnu.org>

* config.gcc (mips*-*-linux*): Remove redundant tm_file entry.

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

12 years ago * bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
uweigand [Wed, 20 Jul 2011 18:52:04 +0000 (18:52 +0000)]
* bb-reorder.c (fix_crossing_conditional_branches): Fix crash by
removing now-unnecessary assignment.

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

12 years ago * parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]=
jason [Wed, 20 Jul 2011 18:18:03 +0000 (18:18 +0000)]
* parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]=
designated initializer syntax.
* decl.c (check_array_designated_initializer): Add index parm.
(maybe_deduce_size_from_array_init): Pass it.
(reshape_init_array_1): Likewise.

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

12 years ago2011-07-20 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 20 Jul 2011 18:17:30 +0000 (18:17 +0000)]
2011-07-20  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/system_error: Use noexcept.
* src/system_error.cc: Likewise.
* testsuite/19_diagnostics/error_condition/modifiers/39881.cc: Adjust.
* testsuite/19_diagnostics/error_condition/cons/39881.cc: Likewise.
* testsuite/19_diagnostics/error_code/modifiers/39882.cc: Likewise.
* testsuite/19_diagnostics/error_code/cons/39882.cc: Likewise.
* testsuite/util/testsuite_error.h: Likewise.

* include/std/system_error (error_code::error_code(_ErrorCodeEnum)):
Use enable_if on template parameter default.
(error_condition::error_condition(_ErrorConditionEnum)): Likewise.

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

12 years ago * emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
uweigand [Wed, 20 Jul 2011 18:01:48 +0000 (18:01 +0000)]
* emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting
memory address space to the type's address space.

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

12 years ago PR target/36467
gjl [Wed, 20 Jul 2011 17:23:28 +0000 (17:23 +0000)]
PR target/36467
PR target/49687
* config/avr/avr.md (mulhi3): Use register_or_s9_operand for
operand2 and expand appropriately if there is a CONST_INT in
operand2.
(usmulqihi3): New insn.
(*sumulqihi3): New insn.
(*osmulqihi3): New insn.
(*oumulqihi3): New insn.
(*muluqihi3.uconst): New insn_and_split.
(*muluqihi3.sconst): New insn_and_split.
(*mulsqihi3.sconst): New insn_and_split.
(*mulsqihi3.uconst): New insn_and_split.
(*mulsqihi3.oconst): New insn_and_split.
(*ashifthi3.signx.const): New insn_and_split.
(*ashifthi3.signx.const7): New insn_and_split.
(*ashifthi3.zerox.const): New insn_and_split.
(mulsqihi3): New insn.
(muluqihi3): New insn.
(muloqihi3): New insn.
* config/avr/predicates.md (const_2_to_7_operand): New.
(const_2_to_6_operand): New.
(u8_operand): New.
(s8_operand): New.
(o8_operand): New.
(s9_operand): New.
(register_or_s9_operand): New.

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

12 years ago2011-07-20 Kai Tietz <ktietz@redhat.com>
ktietz [Wed, 20 Jul 2011 17:10:24 +0000 (17:10 +0000)]
2011-07-20  Kai Tietz  <ktietz@redhat.com>

        * builtins.c (fold_builtin_expect): See through the cast
        from truthvalue_type_node to long.

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

12 years agoAllow 4 operand FMAs on power7
meissner [Wed, 20 Jul 2011 16:16:53 +0000 (16:16 +0000)]
Allow 4 operand FMAs on power7

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

12 years ago * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
dje [Wed, 20 Jul 2011 16:08:11 +0000 (16:08 +0000)]
* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
link directories.
* Makefile.in: Rebuild.

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

12 years ago2011-07-20 Ed Smith-Rowland <3dw4rd@verizon.net>
paolo [Wed, 20 Jul 2011 15:45:55 +0000 (15:45 +0000)]
2011-07-20  Ed Smith-Rowland  <3dw4rd@verizon.net>

* include/precompiled/stdc++.h: Add scoped_allocator.

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

12 years ago2011-07-20 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 20 Jul 2011 15:44:18 +0000 (15:44 +0000)]
2011-07-20  Benjamin Kosnik  <bkoz@redhat.com>

* include/std/bitset (operator[]): Make constexpr.
* testsuite/23_containers/bitset/operations/constexpr.cc: New.

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

12 years ago2011-07-20 Sandra Loosemore <sandra@codesourcery.com>
sandra [Wed, 20 Jul 2011 15:26:57 +0000 (15:26 +0000)]
2011-07-20  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* genrecog.c (make_insn_sequence): Correct position numbering
when filtering out match_scratch and match_dup.

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

12 years ago2011-07-20 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 20 Jul 2011 15:13:58 +0000 (15:13 +0000)]
2011-07-20  Richard Guenther  <rguenther@suse.de>

* tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify
against already removed statements.
(forward_propagate_into_comparison): Remove dead defining stmts.
(forward_propagate_into_gimple_cond): Likewise.
(forward_propagate_into_cond): Simplify.
(ssa_forward_propagate_and_combine): Handle changed cfg from
forward_propagate_into_comparison.
* tree-ssa-phiopt.c (conditional_replacement): Use proper
locations for newly built statements.

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

12 years ago * config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.
gjl [Wed, 20 Jul 2011 15:10:13 +0000 (15:10 +0000)]
* config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.

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

12 years agochangelog tweak
jason [Wed, 20 Jul 2011 14:32:56 +0000 (14:32 +0000)]
changelog tweak

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

12 years ago PR c++/6709 (DR 743)
jason [Wed, 20 Jul 2011 14:21:05 +0000 (14:21 +0000)]
PR c++/6709 (DR 743)
PR c++/42603 (DR 950)
gcc/cp/
* parser.c (token_is_decltype, cp_lexer_next_token_is_decltype): New.
(cp_parser_nested_name_specifier_opt): Allow decltype.
(cp_parser_qualifying_entity): Likewise.
(cp_parser_decltype): Replace source tokens with CPP_DECLTYPE.
(cp_parser_simple_type_specifier): Handle decltype as scope.
(cp_parser_base_specifier): Allow decltype.
(cp_parser_base_clause): Don't crash on null base.
* parser.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move to c-common.h.
(CPP_NESTED_NAME_SPECIFIER, N_CP_TTYPES): Likewise.
gcc/c-family/
* c-common.h (CPP_KEYWORD, CPP_TEMPLATE_ID): Move from cp/parser.h.
(CPP_NESTED_NAME_SPECIFIER, N_CP_TTYPES): Likewise.
(CPP_DECLTYPE): New.
* c-common.c (c_parse_error): Handle CPP_DECLTYPE.

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

12 years ago PR bootstrap/49787
ian [Wed, 20 Jul 2011 14:08:42 +0000 (14:08 +0000)]
PR bootstrap/49787
* configure.ac: Move --enable-bootstrap handling earlier in file.
If --enable-bootstrap and either --enable-build-with-cxx or
--enable-build-poststage1-with-cxx, enable C++ automatically.
* configure: Rebuild.

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

12 years ago2011-07-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Wed, 20 Jul 2011 13:37:56 +0000 (13:37 +0000)]
2011-07-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c (s390_class_max_nregs): Fix return type.
* config/s390/s390-protos.h (s390_class_max_nregs): Likewise.

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

12 years ago2011-07-20 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 20 Jul 2011 13:36:30 +0000 (13:36 +0000)]
2011-07-20  Richard Guenther  <rguenther@suse.de>

PR middle-end/18908
* tree.c (integer_all_onesp): Use TYPE_PRECISION, not mode precision.
* tree-ssa-forwprop.c (simplify_bitwise_binary): Remove bogus
ADDR_EXPR folding.  Canonicalize X ^ ~0 as ~X.

* gcc.dg/tree-ssa/pr18908.c: New testcase.
* gcc.dg/tree-ssa/bitwise-sink.c: Adjust.

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