OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years agoPR debug/41353
aoliva [Thu, 8 Oct 2009 19:20:22 +0000 (19:20 +0000)]
PR debug/41353
* regmove.c (regmove_backward_pass): Replace src with dst in the
debug insn, and check for dst before rather than after.

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

14 years ago* config/rs6000/rs6000.c (rs6000_delegitimize_address): Remove.
aoliva [Thu, 8 Oct 2009 19:19:29 +0000 (19:19 +0000)]
* config/rs6000/rs6000.c (rs6000_delegitimize_address): Remove.
(TARGET_DELEGITIMIZE_ADDRESS): Likewise.

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

14 years agoFix 41626 from Jan Hubicka
meissner [Thu, 8 Oct 2009 18:52:57 +0000 (18:52 +0000)]
Fix 41626 from Jan Hubicka

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

14 years ago * config/avr/avr.c (last_insn_address) Remove variable.
aesok [Thu, 8 Oct 2009 18:28:48 +0000 (18:28 +0000)]
* config/avr/avr.c (last_insn_address) Remove variable.
(expand_prologue): Don't initialise last_insn_address variable.
(final_prescan_insn): Don't output insn size.
* config/avr/avr.opt (msize): Remove switch.
* doc/invoke.texi (AVR Options): Remove documentation of -msize
switch.

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

14 years ago * combine.c (label_tick_ebb_start): Fix comment.
nemet [Thu, 8 Oct 2009 17:54:24 +0000 (17:54 +0000)]
* combine.c (label_tick_ebb_start): Fix comment.
(combine_instructions): Set label_tick and label_tick_ebb_start before
calling setup_incoming_promotions.  Start them from 1.  Increment
label_tick instead of deriving it from the BB index.  Rather than
comparing ticks use the block from the previous iteration to decide
whether to start a new EBB.  Remove empty lines before function.

testsuite/
* gcc.target/mips/truncate-6.c: New test.

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

14 years ago2009-10-08 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 8 Oct 2009 16:45:58 +0000 (16:45 +0000)]
2009-10-08  Paolo Carlini  <paolo.carlini@oracle.com>

* include/ext/bitmap_allocator.h: Minor clean-ups.

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

14 years ago PR c++/36816
jason [Thu, 8 Oct 2009 16:09:31 +0000 (16:09 +0000)]
PR c++/36816
* pt.c (maybe_adjust_types_for_deduction): Do rvalue ref adjustment
even when DEDUCE_EXACT.

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

14 years ago PR c++/37177
jason [Thu, 8 Oct 2009 16:09:22 +0000 (16:09 +0000)]
PR c++/37177
* pt.c (resolve_nondeduced_context): New.
* cvt.c (convert_to_void): Call it.
* semantics.c (finish_decltype_type): Likewise.
* typeck.c (decay_conversion): Here too.
* pt.c (tsubst_decl): Don't clobber input_location.
Don't register a bad specialization.

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

14 years ago PR middle-end/41573
matz [Thu, 8 Oct 2009 16:03:11 +0000 (16:03 +0000)]
PR middle-end/41573
* builtins.c (fold_builtin_isascii): Use fold_build2.
(fold_builtin_isdigit): Ditto.
* except.c (duplicate_eh_regions_1): Tolerate NULL labels.
* tree-cfg.c (struct rus_data, remove_useless_stmts_warn_notreached,
remove_useless_stmts_cond, remove_useless_stmts_tf,
remove_useless_stmts_tc, remove_useless_stmts_bind,
remove_useless_stmts_goto, remove_useless_stmts_label,
remove_useless_stmts_1, remove_useless_stmts,
pass_remove_useless_stmts): Remove.
* tree-pass.h (pass_remove_useless_stmts): Don't declare.
* passes.c (init_optimization_passes): Don't add
pass_remove_useless_stmts.
* tree-eh.c (lower_eh_constructs_2): Handle empty cleanups.
* tree.c (free_lang_data_in_decl): Don't clear DECL_INITIAL of
static constants.
* lto-symtab.c (lto_symtab_register_decl): Accepts DECL_INITIAL
for static constants.
* lto-streamer-out.c (output_gimple_stmt): Handle GIMPLE_NOP.
* lto-streamer-in.c (input_gimple_stmt): Handle GIMPLE_NOP.

testsuite/
* gcc.dg/tree-ssa/foldstring-1.c: Use fre dump.
* gcc.dg/tree-ssa/useless-1.c: Use gimple dump.
* gcc.dg/pr41573.c: New test.

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

14 years ago2009-10-08 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 8 Oct 2009 15:32:30 +0000 (15:32 +0000)]
2009-10-08  Richard Guenther  <rguenther@suse.de>

* gimple.c (free_gimple_type_tables): New function.
* gimple.h (free_gimple_type_tables): Declare.

lto/
* lto.c (read_cgraph_and_symbols): Free the gimple type merging
hash tables.

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

14 years ago2009-10-07 Mark Heffernan <meheff@google.com>
meheff [Thu, 8 Oct 2009 15:16:35 +0000 (15:16 +0000)]
2009-10-07  Mark Heffernan  <meheff@google.com>

* ipa-prop.c (ipa_print_node_params) Only print
names of named arguments.

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

14 years ago2009-10-08 Daniel Gutson <dgutson@codesourcery.com>
dgutson [Thu, 8 Oct 2009 15:14:41 +0000 (15:14 +0000)]
2009-10-08  Daniel Gutson  <dgutson@codesourcery.com>
        Daniel Jacobowitz  <dan@codesourcery.com>
        Pedro Alves  <pedro@codesourcery.com>

        libiberty/
        * argv.c (consume_whitespace): New function.
        (only_whitespace): New function.
        (buildargv): Always use ISSPACE by calling consume_whitespace.
        (expandargv): Skip empty files.  Do not stop at the first empty
        argument (calling only_whitespace)..
        * testsuite/test-expandargv.c: (test_data): Test empty lines
        and empty arguments.
        (run_tests): Fix false positives due to shorter arguments.

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

14 years ago2009-10-08 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 8 Oct 2009 14:12:54 +0000 (14:12 +0000)]
2009-10-08  Paolo Carlini  <paolo.carlini@oracle.com>

* config/abi/pre/gnu.ver: Adjust exports.

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

14 years ago2009-10-08 Rafael Avila de Espindola <espindola@google.com>
espindola [Thu, 8 Oct 2009 13:59:32 +0000 (13:59 +0000)]
2009-10-08  Rafael Avila de Espindola  <espindola@google.com>

* lto-plugin.c (add_input_library): New.
(all_symbols_read_handler): Use add_input_library for items that
start with -l.
(process_option): Fit in 80 columns.
(onload): Handle LDPT_ADD_INPUT_LIBRARY.

2009-10-08  Rafael Avila de Espindola  <espindola@google.com>

* gcc.c (LINK_COMMAND_SPEC): Pass libc with -pass-through if it is
being statically linked.

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

14 years ago * collect2.c (add_lto_object): Only define if OBJECT_FORMAT_NONE.
ro [Thu, 8 Oct 2009 11:08:52 +0000 (11:08 +0000)]
* collect2.c (add_lto_object): Only define if OBJECT_FORMAT_NONE.

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

14 years ago PR bootstrap/41620
hubicka [Thu, 8 Oct 2009 10:06:52 +0000 (10:06 +0000)]
PR bootstrap/41620
* ipa.c (cgraph_externally_visible_p,
function_and_variable_visibility,
whole_program_function_and_variable_visibility): Skip non-finalized
nodes.

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

14 years ago2009-10-07 Phil Muldoon <pmuldoon@redhat.com>
pmuldoon [Thu, 8 Oct 2009 08:27:24 +0000 (08:27 +0000)]
2009-10-07  Phil Muldoon <pmuldoon@redhat.com>

* doc/xml/manual/debug.xml: Rewrite and expand GDB Python
pretty-printer section.

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

14 years ago * config/mn10300/mn10300.h (CONSTANT_ADDRESS_P): Do not allow
nickc [Thu, 8 Oct 2009 07:01:02 +0000 (07:01 +0000)]
    * config/mn10300/mn10300.h (CONSTANT_ADDRESS_P): Do not allow
        CONST_DOUBLEs.

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

14 years ago2009-10-08 Andreas Tobler <a.tobler@schweiz.org>
andreast [Thu, 8 Oct 2009 05:09:54 +0000 (05:09 +0000)]
2009-10-08  Andreas Tobler  <a.tobler@schweiz.org>

PR bootstrap/37739
* config.host: Use config/x-cflags-O1 for powerpc FreeBSD.

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

14 years ago * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.
gdr [Thu, 8 Oct 2009 03:07:44 +0000 (03:07 +0000)]
* cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.

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

14 years ago PR c/41182
jsm28 [Thu, 8 Oct 2009 00:32:51 +0000 (00:32 +0000)]
PR c/41182
* c-common.c (c_fully_fold_internal): Strip nops from the result
of recursive calls to c_fully_fold_internal.
(c_wrap_maybe_const): New.
(c_save_expr): Use c_wrap_maybe_const.
* c-common.h (c_wrap_maybe_const): Declare.
* c-typeck.c (build_conditional_expr, c_finish_stmt_expr,
build_binary_op): Use c_wrap_maybe_const.

testsuite:
* gcc.c-torture/compile/pr41182-1.c: New.

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

14 years agoDaily bump.
gccadmin [Thu, 8 Oct 2009 00:16:51 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago * arith.c (arith_power): Use mpc_pow_z.
ghazi [Wed, 7 Oct 2009 23:40:25 +0000 (23:40 +0000)]
* arith.c (arith_power): Use mpc_pow_z.
* gfortran.h (HAVE_mpc_pow_z): Define.

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

14 years ago * lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.
jsm28 [Wed, 7 Oct 2009 22:50:09 +0000 (22:50 +0000)]
* lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.

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

14 years ago * real.c: Fix comment to reflect actual exponent size.
ghazi [Wed, 7 Oct 2009 21:15:27 +0000 (21:15 +0000)]
* real.c: Fix comment to reflect actual exponent size.

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

14 years ago * config/rs6000/a2.md: Add FSF comment header.
bje [Wed, 7 Oct 2009 20:15:24 +0000 (20:15 +0000)]
* config/rs6000/a2.md: Add FSF comment header.

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

14 years agoFix Hariharan Sandanagobalane's most recent entry.
bje [Wed, 7 Oct 2009 20:12:41 +0000 (20:12 +0000)]
Fix Hariharan Sandanagobalane's most recent entry.

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

14 years ago * config/i386/i386.md (any_extend): New code iterator.
uros [Wed, 7 Oct 2009 20:09:01 +0000 (20:09 +0000)]
* config/i386/i386.md (any_extend): New code iterator.
(u, s): New code attributes.
(sgnprefix): Ditto.
(DWIH): Rewrite as code iterator for SI and DI modes.
(DWI): Rewrite as mode attribute.
(dwi): New mode attribute.
(di): Depend on SI mode and DI mode.
(doubleint_general_operand): Remove mode attribute.

(*lea_1): Macroize insn from *lea_1_rex64 and *lea_1 patterns using
DWIH mode iterator.

(*add<mode>3_doubleword): Use DWIH as the base mode iterator.
(*sub<mode>3_doubleword): Ditto.

(mul<mode>3): Macroize expander from mul{hi,si,di}3 patterns
using SWIM248 mode iterator.
(*mul<mode>3_1): Macroize insn from mul{si,di}3_1 patterns
using SWI48 mode iterator.
(<u>mul<mode><dwi>3): Macroize expander from {,u}mul{sidi,diti}3
patterns using DWIH mode iterator and any_extend code iterator.
(<u>mulqihi3): Macroize expander from {,u}mulqihi3 patterns
using any_extend code iterator.
(*<u>mul<mode><dwi>3_1): Macroize insn from {,u}mul{sidi,diti}3_1
patterns using DWIH mode iterator and any_extend code iterator.
(*<u>mulqihi3_1): Macroize insn from {,u}mulqihi3_1 patterns
using any_extend code iterator.
(<s>mul<mode>3_highpart): Macroize expander from
{s,u}mul{si,di}3_highpart patterns using DWIH mode iterator
and any_extend code iterator.
(*<s>muldi3_highpart_1): Macroize insn from
*{s,u}muldi3_highpart_rex64 patterns using any_extend code iterator.
(*<s>mulsi3_highpart_1): Macroize insn from *{s,u}mulsi3_highpart_1
patterns using any_extend code iterator.
(*<s>mulsi3_highpart_zext): Macroize insn from
*{s,u}mulsi3_highpart_zext patterns using any_extend code iterator.

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

14 years ago PR c++/39863
jason [Wed, 7 Oct 2009 18:56:39 +0000 (18:56 +0000)]
PR c++/39863
* pt.c (tsubst_pack_expansion): Don't do anything now if we
have incomplete packs of different lengths.

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

14 years ago PR c++/41038
jason [Wed, 7 Oct 2009 18:56:28 +0000 (18:56 +0000)]
PR c++/41038
* tree.c (build_qualified_name): Call convert_from_reference.

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

14 years ago * dwarf2out.c (tree_add_const_value_attribute_for_decl): Don't add
jakub [Wed, 7 Oct 2009 18:39:52 +0000 (18:39 +0000)]
* dwarf2out.c (tree_add_const_value_attribute_for_decl): Don't add
DW_AT_const_value if VAR_DIE already has DW_AT_abstract_origin
refering to a DIE with DW_AT_const_value.

* gcc.dg/debug/dwarf2/inline3.c: New test.

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

14 years ago2009-10-07 Daniel Kraft <d@domob.eu>
domob [Wed, 7 Oct 2009 18:13:28 +0000 (18:13 +0000)]
2009-10-07  Daniel Kraft  <d@domob.eu>

PR fortran/41615
* resolve.c (resolve_contained_fntype): Clarify error message for
invalid assumed-length character result on module procedures.

2009-10-07  Daniel Kraft  <d@domob.eu>

PR fortran/41615
* gfortran.dg/assumed_charlen_function_6.f90: New test.

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

14 years ago2009-10-07 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Wed, 7 Oct 2009 17:18:38 +0000 (17:18 +0000)]
2009-10-07  Vladimir Makarov  <vmakarov@redhat.com>

PR middle-end/22072
* ira-lives.c (check_and_make_def_conflict): Process all operands.

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

14 years ago * cgraph.c (cgraph_node_can_be_local): Handle externally visible nodes
hubicka [Wed, 7 Oct 2009 16:36:43 +0000 (16:36 +0000)]
* cgraph.c (cgraph_node_can_be_local): Handle externally visible nodes
correctly.

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

14 years ago * config/i386/i386.md (*lea_1_rex64, *lea_1, *lea_1_zext,
uros [Wed, 7 Oct 2009 15:12:00 +0000 (15:12 +0000)]
* config/i386/i386.md (*lea_1_rex64, *lea_1, *lea_1_zext,
*lea_2_rex64): Move before *add<mode>_1 pattern.

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

14 years agochangelog
espindola [Wed, 7 Oct 2009 14:26:53 +0000 (14:26 +0000)]
changelog

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

14 years agoUpdate my email address.
espindola [Wed, 7 Oct 2009 14:22:30 +0000 (14:22 +0000)]
Update my email address.
s/plug-in/plugin/

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

14 years ago2009-10-07 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 7 Oct 2009 14:12:34 +0000 (14:12 +0000)]
2009-10-07  Richard Guenther  <rguenther@suse.de>

* MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
and Richard Guenther as reviewers.
(LTO plugin): List Rafael Avila de Espindola and Cary Coutant
as reviewers.

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

14 years ago2009-10-07 Janus Weil <janus@gcc.gnu.org>
janus [Wed, 7 Oct 2009 10:54:35 +0000 (10:54 +0000)]
2009-10-07  Janus Weil  <janus@gcc.gnu.org>

* expr.c (gfc_check_pointer_assign): Do the correct type checking when
CLASS variables are involved.
* match.c (gfc_match_select_type): Parse associate-name in SELECT TYPE
statements, and set up a local namespace for the SELECT TYPE block.
* parse.h (gfc_build_block_ns): New prototype.
* parse.c (parse_select_type_block): Return from local namespace to its
parent after SELECT TYPE block.
(gfc_build_block_ns): New function for setting up the local namespace
for a BLOCK construct.
(parse_block_construct): Use gfc_build_block_ns.
* resolve.c (resolve_select_type): Insert assignment for the selector
variable, in case an associate-name is given, and put the SELECT TYPE
statement inside a BLOCK.
(resolve_code): Call resolve_class_assign after checking the assignment.
* symbol.c (gfc_find_sym_tree): Moved some code here from
gfc_get_ha_sym_tree.
(gfc_get_ha_sym_tree): Moved some code to gfc_find_sym_tree.

2009-10-07  Janus Weil  <janus@gcc.gnu.org>

* gfortran.dg/same_type_as_2.f03: Modified (was illegal).
* gfortran.dg/select_type_1.f03: Modified error message.
* gfortran.dg/select_type_5.f03: New test.

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

14 years agoFix formatting
ebotcazou [Wed, 7 Oct 2009 10:28:59 +0000 (10:28 +0000)]
Fix formatting

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

14 years ago2009-10-07 Chris Jefferson <chris@bubblescope.net>
paolo [Wed, 7 Oct 2009 09:58:44 +0000 (09:58 +0000)]
2009-10-07  Chris Jefferson  <chris@bubblescope.net>

* testsuite/25_algorithms/rotate/moveable2.cc: New.

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

14 years ago * collect2.c (main): Add -fno-whole-program.
hubicka [Wed, 7 Oct 2009 09:11:28 +0000 (09:11 +0000)]
* collect2.c (main): Add -fno-whole-program.
* gcc.c (set_collect_gcc_options): Do not remove whole program here.

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

14 years ago * lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has
hubicka [Wed, 7 Oct 2009 09:01:16 +0000 (09:01 +0000)]
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has
no address taken.
* cgraph.c (cgraph_mark_needed_node): Assert that inline clones are
never needed.
(cgraph_clone_node): Clear externally_visible flag for clones.
* cgraph.h (cgraph_only_called_directly_p,
cgraph_can_remove_if_no_direct_calls_p): New predicates.
* tree-pass.h (pass_ipa_whole_program_visibility): Declare.
* ipa-cp.c (ipcp_cloning_candidate_p): Use new predicate.
(ipcp_initialize_node_lattices, ipcp_estimate_growth,
ipcp_insert_stage): Likwise.
* cgraphunit.c (cgraph_decide_is_function_needed): Do not compute
externally_visible flag.
(verify_cgraph_node): Verify that inline clones look right.
(process_function_and_variable_attributes): Do not set
externally_visible flags.
(ipa_passes): Avoid executing small_ipa_passes at LTO stage; they've
been already run.
* lto-cgraph.c (lto_output_node): Assert that inline clones are not
boundaries.
* ipa-inline.c (cgraph_clone_inlined_nodes): Use new predicates;
clear externally_visible when turning into inline clones
(cgraph_mark_inline_edge): Use new predicates.
(cgraph_estimate_growth): Likewise.
(cgraph_decide_inlining): Likewise.
* ipa.c (cgraph_postorder): Likewise.
(cgraph_remove_unreachable_nodes): Likewise; sanity check
that inline clones are not needed.
(cgraph_externally_visible_p): New predicate.
(function_and_variable_visibility): Add whole_program parameter;
always set externally_visible flag; handle COMDAT function
privatization.
(local_function_and_variable_visibility): New function.
(gate_whole_program_function_and_variable_visibility): New function.
(whole_program_function_and_variable_visibility): New function.
(pass_ipa_whole_program_visibility): New function.
* passes.c  (init_optimization_passes): Add whole program visibility
pass.
(do_per_function_toporder, function_called_by_processed_nodes_p): Do
not care about needed/reachable flags.
* varpool.c: Include flags.h
(decide_is_variable_needed): When doing LTO assume whole-program mode.
(varpool_finalize_decl): When we are in LTO read-back, all variables
are analyzed.
(varpool_analyze_pending_decls): Skip analyzis of analyzed vars.

* lto/lto.c (read_cgraph_and_symbols): Mark functions neccesary only at
ltrans stage; explain why this is needed and should not.

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

14 years ago * config.sub : Update from upstream sources.
hariharans [Wed, 7 Oct 2009 08:48:50 +0000 (08:48 +0000)]
  * config.sub : Update from upstream sources.

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

14 years ago2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Wed, 7 Oct 2009 08:40:32 +0000 (08:40 +0000)]
2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and
add MASK_HARD_DFP.

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

14 years ago2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Wed, 7 Oct 2009 08:26:47 +0000 (08:26 +0000)]
2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config.gcc: Don't include the makefile fragments intended for
libgcc.
* config/s390/fixdfdi.h: File removed.
* config/s390/libgcc-glibc.ver: File removed.
* config/s390/s390.h: Remove the fixdfdi.h hack.
* config/s390/t-crtstuff: File moved to libgcc dir.
* config/s390/t-linux: Likewise.
* config/s390/t-tpf: libgcc specific parts removed.
* config/s390/t-linux64: Likewise.

2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config.host: Include the s390 makefile fragments.
* config/s390/32/_fixdfdi.c: New file.
* config/s390/32/_fixsfdi.c: New file.
* config/s390/32/_fixtfdi.c: New file.
* config/s390/32/_fixunsdfdi.c: New file.
* config/s390/32/_fixunssfdi.c: New file.
* config/s390/32/_fixunstfdi.c: New file.
* config/s390/32/t-floattodi: New file.
* config/s390/libgcc-glibc.ver: New file.
* config/s390/t-crtstuff: New file.
* config/s390/t-linux: New file.
* config/s390/t-tpf: New file.

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

14 years ago * Makefile.def: check-gold depends upon all-gas.
ian [Wed, 7 Oct 2009 05:41:23 +0000 (05:41 +0000)]
* Makefile.def: check-gold depends upon all-gas.
* Makefile.in: Rebuild.

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

14 years ago2009-10-07 Paul Thomas <pault@gcc.gnu.org>
pault [Wed, 7 Oct 2009 05:17:29 +0000 (05:17 +0000)]
2009-10-07  Paul Thomas <pault@gcc.gnu.org>

        PR fortran/41613
        * resolve.c (check_class_members): Reset compcall.assign.

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

14 years ago2009-10-06 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Wed, 7 Oct 2009 03:18:42 +0000 (03:18 +0000)]
2009-10-06  Jerry Quinn  <jlquinn@optonline.net>

* Makefile.in (lto-wrapper): Use COMPILER and ALL_COMPILERFLAGS.
(lto-compress.o): Likewise.

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

14 years ago PR target/41512
dannysmith [Wed, 7 Oct 2009 02:57:21 +0000 (02:57 +0000)]
PR target/41512
* config/i386/winnt.c (i386_pe_determine_dllexport_p): Don't propagate
dllexport to class members here.
(i386_pe_determine_dllimport_p): Only check static class data for
definition.
(i386_pe_encode_section_info): Don't recheck DECL_DLLIMPORT_P.
* config/i386/winnt-cxx.c (i386_pe_type_dllimport_p): Only check
functions for vague linkage.
(i386_pe_type_dllexport_p): Fix formatting.
(maybe_add_dllexport) New function.
(i386_pe_adjust_class_at_definition): Use it to propagate dllexport
to class members.

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

14 years ago2009-10-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Wed, 7 Oct 2009 01:24:27 +0000 (01:24 +0000)]
2009-10-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/41612
* gfortran.dg/round_2.f03: Fix test to work on platforms that do not
have kind=10 reals.

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

14 years agoDaily bump.
gccadmin [Wed, 7 Oct 2009 00:16:37 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago * testsuite/decimal/binary-arith.cc: Fix directive to skip test.
janis [Tue, 6 Oct 2009 23:17:07 +0000 (23:17 +0000)]
* testsuite/decimal/binary-arith.cc: Fix directive to skip test.
* testsuite/decimal/cast_neg.cc: Ditto.
* testsuite/decimal/comparison.cc: Ditto.
* testsuite/decimal/compound-assignment.cc: Ditto.
* testsuite/decimal/compound-assignment-memfunc.cc: Ditto.
* testsuite/decimal/conversion-from-float.cc: Ditto.
* testsuite/decimal/conversion-from-integral.cc: Ditto.
* testsuite/decimal/conversion-to-generic-float.cc: Ditto.
* testsuite/decimal/conversion-to-integral.cc: Ditto.
* testsuite/decimal/ctor.cc: Ditto.
* testsuite/decimal/incdec.cc: Ditto.
* testsuite/decimal/incdec-memfunc.cc: Ditto.
* testsuite/decimal/make-decimal.cc: Ditto.
* testsuite/decimal/mixed-mode_neg.cc: Ditto.
* testsuite/decimal/operator_neg.cc: Ditto.
* testsuite/decimal/unary-arith.cc: Ditto.

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

14 years ago * config/rs6000/a2.md: Remove duplicated lines.
bje [Tue, 6 Oct 2009 22:22:30 +0000 (22:22 +0000)]
* config/rs6000/a2.md: Remove duplicated lines.

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

14 years ago Fix lookup of initialized captures in unevaluated context.
jason [Tue, 6 Oct 2009 22:14:01 +0000 (22:14 +0000)]
Fix lookup of initialized captures in unevaluated context.
* cp-tree.h (DECL_NORMAL_CAPTURE_P): New.
* name-lookup.c (qualify_lookup): Check it.
* parser.c (cp_parser_lambda_introducer): Pass explicit_init_p
to add_capture.
* semantics.c (add_capture): Set DECL_NORMAL_CAPTURE_P
on captures without explicit init.
(add_default_capture): Pass explicit_init_p.

Fix capture by copy of types with explicit copy constructor.
* cp-tree.h (TARGET_EXPR_DIRECT_INIT_P): New.
(DIRECT_INIT_EXPR_P): New.
* typeck.c (convert_for_initialization): Just return if
DIRECT_INIT_EXPR_P.
* parser.c (cp_parser_lambda_introducer): Use
TARGET_EXPR_DIRECT_INIT_P for normal captures.

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

14 years ago * config.gcc (powerpc*-*-*): Handle a2.
bje [Tue, 6 Oct 2009 19:37:40 +0000 (19:37 +0000)]
* config.gcc (powerpc*-*-*): Handle a2.
* config/rs6000/rs6000.md (cpu): Add ppca2.  Include "a2.md".
* config/rs6000/a2.md: New file.
* config/rs6000/rs6000.opt (mno-update): New.
(mupdate): Return to using a mask, not a var.
* config/rs6000/rs6000.h (ASM_CPU_SPEC): Add support for a2.
(enum processor_type): Add PROCESSOR_PPCA2.
* config/rs6000/rs6000.c (ppca2_cost): New costs.
(rs6000_override_options): Add "a2" to processor_target_table.
Update rs6000_always_hint logic.  Correctly set rs6000_cost for
a2.
* doc/invoke.texi (RS/6000 and PowerPC Options): Document
-mcpu=a2.

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

14 years agoFix a changelog
espindola [Tue, 6 Oct 2009 19:27:01 +0000 (19:27 +0000)]
Fix a changelog

2009-10-05   Rafael Espindola  <espindola@google.com>

* plugin-api.h (ld_plugin_status): Add LDPS_BAD_HANDLE.
(ld_plugin_get_input_file): New.
(ld_plugin_release_input_file): New.
(ld_plugin_add_input_library): New.
(ld_plugin_message): Mark format const.
(ld_plugin_level): Add LDPT_GET_INPUT_FILE, LDPT_RELEASE_INPUT_FILE and
LDPT_ADD_INPUT_LIBRARY.
(ld_plugin_tv): Add tv_get_input_file, tv_release_input_file and
tv_add_input_library.

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

14 years ago * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
uros [Tue, 6 Oct 2009 18:23:06 +0000 (18:23 +0000)]
* config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
Use explicit gen_truncxfsf2 and gen_truncxfdf2 references to avoid
reference to nonexistent gen_truncxfxf2 function.

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

14 years ago * config/i386/i386.md (SWI48, SDWI, DWI): New mode iterators.
uros [Tue, 6 Oct 2009 13:52:59 +0000 (13:52 +0000)]
* config/i386/i386.md (SWI48, SDWI, DWI): New mode iterators.
(DWIH, g, di, doubleint_general_operand): New mode attributes.
(general_operand): Handle TI mode.
(add<mode>3): Macroize expander from add{qi,hi,si,di,ti}3 patterns
using SDWI mode iterator.
(*add<mode>3_doubleword): New insn_and_split pattern.  Macroize
pattern from *add{di,ti}3_1 patterns and corresponding splitters
using SDWI mode iterator.
(add<mode>3_carry): Macroize insn from add{qi,hi,si,di}3_carry
patterns using SWI mode iterator.
(*add<mode>3_cc): Macroize insn from add{si,di}3_cc patterns
using SWI48 mode iterator.
(*add<mode>_1): Ditto from add{si,di}_1 patterns.
(*add<mode>_2): Ditto from add{si,di}_2 patterns.
(*add<mode>_3): Ditto from add{si,di}_3 patterns.
(*add<mode>_5): Ditto from add{si,di}_5 patterns.
(sub<mode>3): Macroize expander from sub{qi,hi,si,di,ti}3 patterns
using SDWI mode iterator.
(*sub<mode>3_doubleword): New insn_and_split pattern.  Macroize
pattern from *sub{di,ti}3_1 patterns and corresponding splitters
using SDWI mode iterator.
(sub<mode>3_carry): Macroize insn from sub{qi,hi,si,di}3_carry
patterns using SWI mode iterator.
(*sub<mode>_1): Ditto from from sub{qi,hi,si,di}_1 patterns.
(*sub<mode>_2): Ditto from sub{qi,hi,si,di}_2 patterns.
(*sub<mode>_3): Ditto from sub{qi,hi,si,di}_3 patterns.
(<plusminus_insn>xf3): Macroize expander from addxf3 and subxf3
patterns using plusminus code iterator.
(<plusminus_insn><mode>3): Macroize expander from add<mode>3 and
sub<mode>3 patterns using plusminus code iterator.
* config/i386/i386.c (override_options): Update call to
gen_subdi_carry_rex64 for renamed function.
(ix86_expand_int_addcc): Update calls to gen_subdi3_carry_rex64
and gen_adddi3_carry_rex64 for renamed functions.  Use indirect
calls to instruction expanders.

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

14 years ago2009-10-06 Martin Jambor <mjambor@suse.cz>
jamborm [Tue, 6 Oct 2009 13:31:40 +0000 (13:31 +0000)]
2009-10-06  Martin Jambor  <mjambor@suse.cz>

PR bootstrap/41395
* opts.c (decode_options): Run IPA-SRA at -O2.

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

14 years ago2009-10-06 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 6 Oct 2009 12:19:20 +0000 (12:19 +0000)]
2009-10-06  Richard Guenther  <rguenther@suse.de>

* lto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.

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

14 years ago2009-10-06 Tobias Burnus <burnus@net-b.de>
burnus [Tue, 6 Oct 2009 10:38:12 +0000 (10:38 +0000)]
2009-10-06  Tobias Burnus  <burnus@net-b.de>

       PR lto/41591
       * doc/invoke.texi (-flto,-fwhole-program): Make clear that the
       -flto and -fwhole-program flags can be combined.

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

14 years ago2009-10-06 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 6 Oct 2009 10:31:17 +0000 (10:31 +0000)]
2009-10-06  Richard Guenther  <rguenther@suse.de>

PR lto/41502
* gcc.dg/lto/20091006-1_0.c: New testcase.
* gcc.dg/lto/20091006-1_1.c: Likewise.
* gcc.dg/lto/20091005-2_0.c: Likewise.

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

14 years ago2009-10-06 Ryan Mansfield <rmansfield@qnx.com>
rguenth [Tue, 6 Oct 2009 09:33:29 +0000 (09:33 +0000)]
2009-10-06  Ryan Mansfield  <rmansfield@qnx.com>

        PR driver/41217
        * gcc.c (process_command): Check that -o argument was specified.

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

14 years ago gcc/ada/
sam [Tue, 6 Oct 2009 07:20:53 +0000 (07:20 +0000)]
gcc/ada/
PR ada/41383
* a-rttiev.adb (Time_Of_Event): Return Time_First for unset event.

    gcc/testsuite/
PR ada/41383
* gnat.dg/timer_cancel.adb: New test.

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

14 years ago gcc/ada/
sam [Tue, 6 Oct 2009 07:19:54 +0000 (07:19 +0000)]
gcc/ada/
PR ada/38333
* sem_prag.adb (Process_Import_Or_Interface): Forbid an abstract
subprogram to be completed with a "pragma Import".

    gcc/testsuite/
PR ada/38333
* gnat.dg/specs/import_abstract.ads: New.

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

14 years ago2009-10-06 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Tue, 6 Oct 2009 04:08:29 +0000 (04:08 +0000)]
2009-10-06  Jerry Quinn  <jlquinn@optonline.net>

* gimple.c (gimple_type_hash): Use CONST_CAST_TREE to fix
compilation.

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

14 years ago2009-10-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 6 Oct 2009 03:12:21 +0000 (03:12 +0000)]
2009-10-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/35862
* gfortran.dg/round_2.f03: New test.

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

14 years ago2009-10-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 6 Oct 2009 03:08:20 +0000 (03:08 +0000)]
2009-10-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/35862
* write_float.def (outout_float): Fix handling of special case where no
digits after the decimal point and values less than 1.0. Adjust index
into digits string. (WRITE_FLOAT): Remove special case code from macro.

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

14 years agoDaily bump.
gccadmin [Tue, 6 Oct 2009 00:17:00 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago * parser.c: Mark lambda_scope and lambda_count for PCH.
jason [Mon, 5 Oct 2009 21:36:38 +0000 (21:36 +0000)]
* parser.c: Mark lambda_scope and lambda_count for PCH.

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

14 years ago2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
pmuldoon [Mon, 5 Oct 2009 21:09:59 +0000 (21:09 +0000)]
2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>

* MAINTAINERS (Write After Approval): Add myself.

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

14 years ago2009-10-05 Rafael Espindola <espindola@google.com>
espindola [Mon, 5 Oct 2009 20:53:29 +0000 (20:53 +0000)]
2009-10-05   Rafael Espindola  <espindola@google.com>

* plugin-api.h: Sync with src.

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

14 years agoFix check_warning_flags warnings.
rwild [Mon, 5 Oct 2009 19:54:18 +0000 (19:54 +0000)]
Fix check_warning_flags warnings.

gcc/:
* c.opt (Wjump-misses-init): Fix typo to enable for ObjC.
* doc/invoke.texi (Warning Options): Annotate allowed languages
for -Wunsuffixed-float-constants.

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

14 years ago * dwarf2out.c (modified_type_die): Don't add DW_AT_name to
jakub [Mon, 5 Oct 2009 19:52:20 +0000 (19:52 +0000)]
* dwarf2out.c (modified_type_die): Don't add DW_AT_name to
DW_TAG_{const,volatile}_type if its DW_AT_type already has the
same name and isn't the main variant.

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

14 years ago PR debug/41558
jakub [Mon, 5 Oct 2009 19:50:57 +0000 (19:50 +0000)]
PR debug/41558
* dwarf2out.c (loc_by_reference): Removed.
(dw_loc_list_1): New function.
(dw_loc_list): Remove toplev argument, add want_address argument.
Don't look at decl_by_reference_p at all.  Use dw_loc_list_1.
(loc_list_from_tree) <case VAR_DECL>: Pass want_address rather than
want_address == 2 to dw_loc_list.  For successful dw_loc_list
set have_address to 1 only if want_address is not 0.

* gcc.dg/guality/guality.exp: Move gdb-test proc into...
* lib/gcc-gdb-test.exp: ... here.  New file.
* gfortran.dg/guality/guality.exp: New file.
* gfortran.dg/guality/pr41558.f90: New test.
* gfortran.dg/guality/arg1.f90: New test.

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

14 years agogcc/
rsandifo [Mon, 5 Oct 2009 19:45:54 +0000 (19:45 +0000)]
gcc/
* config/mips/mips-protos.h (mips_trampoline_code_size): Declare.
* config/mips/mips.h (TRAMPOLINE_SIZE): Redefine as the size of
a code block followed by two pointers.
(TRAMPOLINE_ALIGNMENT): Define to 64 for 32-bit targets too.
* config/mips/mips.c (MIPS_LOAD_PTR): New macro.
(MIPS_MOVE): Likewise.
(MIPS_LUI): Likewise.
(MIPS_JR): Likewise.
(MIPS_BAL): Likewise.
(MIPS_NOP): Likewise.
(mips_asm_trampoline_template): Delete.
(mips_trampoline_code_size): New function.
(mips_trampoline_init): Add shorter sequences for all cases
except Pmode == DImoe && !TARGET_USE_PIC_FN_ADDR_REG.
Calculate the opcodes directly, rather than copying from a template.
Only flush the code part of the trampoline.
(TARGET_ASM_TRAMPOLINE_TEMPLATE): Delete.

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

14 years agogcc/
rsandifo [Mon, 5 Oct 2009 19:29:36 +0000 (19:29 +0000)]
gcc/
* config/mips/mips.h (DWARF_FRAME_RETURN_COLUMN): Replace
GP_REG_FIRST + 31 with RETURN_ADDR_REGNUM.
(INCOMING_RETURN_ADDR_RTX): Likewise.
(FUNCTION_PROFILER): Likewise.  Replace GP_REG_FIRST + 1
with AT_REGNUM.
* config/mips/sdemtk.h (FUNCTION_PROFILER): Replace GP_REG_FIRST + 31
with RETURN_ADDR_REGNUM.
(MIPS_SAVE_REG_FOR_PROFILING_P): Likewise.
* config/mips/mips.c (mips16_build_call_stub): Replace
GP_REG_FIRST + 31 with RETURN_ADDR_REGNUM, GP_REG_FIRST + 1
with AT_REGNUM and 31 with RETURN_ADDR_REGNUM.
(mips_print_operand_punctuation): Likewise.
(mips_frame_set): Likewise.
(mips16e_output_save_restore): Likewise.
(mips_cfun_might_clobber_call_saved_reg_p): Likewise.
(mips_save_reg_p): Likewise.
(mips_return_addr): Likewise.
(mips_set_return_address): Likewise.
(mips_direct_save_slot_move_p): Likewise.
(mips_output_function_prologue): Likewise.
(mips_restore_reg): Likewise.
(mips_expand_epilogue): Likewise.
(mips_epilogue_uses): Likewise.
* config/mips/mips.md (RETURN_ADD_REGNUM): Define.
(*mov<mode>_ra): Use it instead of a hard-coded 31.
(clear_hazard_<mode>): Likewise.
(call_internal): Likewise.
(call_internal_direct): Likewise.
(call_direct_split): Likewise.
(call_value_internal): Likewise.
(call_value_split): Likewise.
(call_value_internal_direct): Likewise.
(call_value_direct_split): Likewise.
(call_value_multiple_internal): Likewise.
(call_value_multiple_split): Likewise.

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

14 years ago2009-10-05 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 5 Oct 2009 18:19:55 +0000 (18:19 +0000)]
2009-10-05  Paul Thomas  <pault@gcc.gnu.org>

* trans-expr.c (select_class_proc): New function.
(conv_function_val): Deal with class methods and call above.
* symbol.c (gfc_type_compatible): Treat case where both ts1 and
ts2 are BT_CLASS.
gfortran.h : Add structure gfc_class_esym_list and include in
the structure gfc_expr.
* module.c (load_derived_extensions): New function.
(read_module): Call above.
(write_dt_extensions): New function.
(write_derived_extensions): New function.
(write_module): Use the above.
* resolve.c (resolve_typebound_call): Add a function expression
for class methods.  This carries the chain of symbols for the
dynamic dispatch in select_class_proc.
(resolve_compcall): Add second, boolean argument to indicate if
a function is being handled.
(check_members): New function.
(check_class_members): New function.
(resolve_class_compcall): New function.
(resolve_class_typebound_call): New function.
(gfc_resolve_expr): Call above for component calls..

2009-10-05  Paul Thomas  <pault@gcc.gnu.org>

* gfortran.dg/dynamic_dispatch_1.f90: New test.
* gfortran.dg/dynamic_dispatch_2.f90: New test.
* gfortran.dg/dynamic_dispatch_3.f90: New test.
* gfortran.dg/module_md5_1.f90: Update md5 sum.

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

14 years ago2009-10-05 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 5 Oct 2009 18:04:44 +0000 (18:04 +0000)]
2009-10-05  Benjamin Kosnik  <bkoz@redhat.com>

* doc/html/*: Regenerate.

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

14 years ago2009-10-05 John Bytheway <jbytheway@gmail.com>
paolo [Mon, 5 Oct 2009 17:56:02 +0000 (17:56 +0000)]
2009-10-05  John Bytheway  <jbytheway@gmail.com>

PR libstdc++/41530
* include/std/tuple (_Tuple_impl<>::_Tuple_impl(_Tuple_impl<>&&)):
Fix to just move.
* testsuite/20_util/tuple/cons/41530.cc: New.

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

14 years ago2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
bkoz [Mon, 5 Oct 2009 17:51:02 +0000 (17:51 +0000)]
2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>

* doc/xml/manual/debug.xml: Add narrative for GDB Python pretty
printers. Add links to GDB wiki/online manual.

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

14 years ago PR rtl-optimization/41511
ebotcazou [Mon, 5 Oct 2009 17:48:09 +0000 (17:48 +0000)]
PR rtl-optimization/41511
* combine.c (record_value_for_reg): Pass explicit values as argument
to get_last_value_validate.
(get_last_value_validate): Document INSN parameter.
For non-readonly MEMs, assume they might have been modified if INSN
was in another basic block.
(get_last_value): Minor reformatting.

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

14 years ago2009-10-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Mon, 5 Oct 2009 17:46:35 +0000 (17:46 +0000)]
2009-10-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/40992
        * final.c (asm_str_count): Split out from asm_insn_count.
        * rtl.h (asm_str_count): New prototype.
        * tree-inline (estimate_num_insns) <case GIMPLE_ASM>: Call
        asm_str_count.

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

14 years ago2009-10-05 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 5 Oct 2009 17:42:00 +0000 (17:42 +0000)]
2009-10-05  Benjamin Kosnik  <bkoz@redhat.com>
    Edward Smith-Rowland  <3dw4rd@verizon.net>

* include/decimal/decimal: Warn if decimal floating point types
are not available.
* acinclude.m4 (GLIBCXX_ENABLE_DECIMAL_FLOAT): New.
* configure.ac: Use it.
* configure: Regenerate.
* config.h.in: Regenerate.

2009-10-05  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am: Remove stray line break.

* include/decimal/decimal: Brief class doxygen markup.
* libsupc++/exception: Whitespace cleanup.

* testsuite/libstdc++-dg/conformance.exp: Add testsuite directory
decimal.
* scripts/create_testsuite_files (dlist): Same.

* doc/xml/manual/using.xml: One column in table. Move after TR1.

* testsuite/decimal/bad-cast.cc: Move to...
* testsuite/decimal/cast_neg.cc: ...here.
* testsuite/decimal/bad-mixed-mode.cc: Move to...
* testsuite/decimal/mixed-mode_neg.cc: ...here.
* testsuite/decimal/bad-operator.cc: Move to...
* testsuite/decimal/operator_neg.cc: ...here.

* doc/doxygen/user.cfg.in (INPUT): Add decimal/decimal.

2009-10-05  Janis Johnson  <janis187@us.ibm.com>

* doc/Makefile.am: Process new file.
* doc/xml/manual/intro.xml: Ditto.
* doc/xml/manual/using.xml: Document new header.
* doc/xml/manual/status_cxxdecimal.xml: New file.
* include/Makefile.am: Process new headers.
* include/decimal/decimal: New file.
* include/decimal/decimal.h: New file.

2009-10-05  Janis Johnson  <janis187@us.ibm.com>

* testsuite/decimal: New directory.
* testsuite/decimal/bad-cast.cc: New test.
* testsuite/decimal/bad-mixed-mode.cc: New test.
* testsuite/decimal/bad-operator.cc: New test.
* testsuite/decimal/binary-arith.cc: New test.
* testsuite/decimal/comparison.cc: New test.
* testsuite/decimal/compound-assignment.cc: New test.
* testsuite/decimal/compound-assignment-memfunc.cc: New test.
* testsuite/decimal/conversion-from-float.cc: New test.
* testsuite/decimal/conversion-from-integral.cc: New test.
* testsuite/decimal/conversion-to-generic-float.cc: New test.
* testsuite/decimal/conversion-to-integral.cc: New test.
* testsuite/decimal/ctor.cc: New test.
* testsuite/decimal/incdec.cc: New test.
* testsuite/decimal/incdec-memfunc.cc: New test.
* testsuite/decimal/make-decimal.cc: New test.
* testsuite/decimal/unary-arith.cc: New test.

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

14 years ago./:
ian [Mon, 5 Oct 2009 16:15:54 +0000 (16:15 +0000)]
./:
* doc/plugins.texi: Change plugin_pass to register_pass_info.
testsuite/:
* gcc.dg/plugin/selfassign.c (plugin_init): Change plugin_pass to
register_pass_info.
* gcc.dg/plugin/one_time_plugin.c (plugin_init): Change
plugin_pass to register_pass_info.
* g++.dg/plugin/selfassign.c (plugin_init): Change plugin_pass to
register_pass_info.
* g++.dg/plugin/dumb_plugin.c (plugin_init): Change plugin_pass to
register_pass_info.

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

14 years ago2009-10-05 Basile Starynkevitch <basile@starynkevitch.net>
bstarynk [Mon, 5 Oct 2009 15:59:11 +0000 (15:59 +0000)]
2009-10-05  Basile Starynkevitch  <basile@starynkevitch.net>
    Rafael Espindola  <espindola@google.com>

* gengtype.c (write_types): Moved call to write_func_for_structure
into seperate loops.

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

14 years ago2009-10-05 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 5 Oct 2009 14:30:10 +0000 (14:30 +0000)]
2009-10-05  Richard Guenther  <rguenther@suse.de>

PR lto/41281
* lto-cgraph.c (output_cgraph): Output toplevel asms.
(input_cgraph_1): Input toplevel asms.

* gcc.dg/lto/20090914-2_0.c: New testcase.

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

14 years ago2009-10-05 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 5 Oct 2009 14:27:39 +0000 (14:27 +0000)]
2009-10-05  Richard Guenther  <rguenther@suse.de>

PR lto/40902
* lto-symtab.c (lto_compatible_attributes_p): Remove.
(external_aggregate_decl_p): Likewise.
(lto_symtab_compatible): Re-structure.  Remove dead code.
For variables ignore toplevel qualifiers when comparing types.
Issue warnings, not errors for mismatched user-alignment.

* gcc.dg/lto/20091005-1_0.c: New testcase.
* gcc.dg/lto/20091005-1_1.c: Likewise.

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

14 years ago2009-10-05 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 5 Oct 2009 14:11:11 +0000 (14:11 +0000)]
2009-10-05  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/lib/libstdc++.exp (check_v3_target_rvalref): Remove.
* testsuite/lib/dg-options.exp (dg-require-rvalref): Likewise.

2009-10-05  Chris Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (__stable_partition_adaptive,
__rotate_adaptive, __merge_adaptive, __merge_sort_loop):
Extend to work with rvalue references in C++0x mode.
* testsuite/25_algorithms/inplace_merge/moveable2.cc: New.
* testsuite/25_algorithms/inplace_merge/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable2.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable.cc: Likewise.

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

14 years ago2009-10-05 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 5 Oct 2009 14:05:54 +0000 (14:05 +0000)]
2009-10-05  Richard Guenther  <rguenther@suse.de>

PR lto/41552
PR lto/41487
* lto-symtab.c (struct lto_symtab_base_def): Remove.
(struct lto_symtab_identifier_def): Likewise.
(struct lto_symtab_decl_def): Likewise.
(struct lto_symtab_entry_def): New.
(lto_symtab_identifier_t): Rename to ...
(lto_symtab_entry_t): ... this.
(lto_symtab_decls): Remove.
(lto_symtab_base_hash): Rename to ...
(lto_symtab_entry_hash): ... this.
(lto_symtab_base_eq): Rename to ...
(lto_symtab_entry_eq): ... this.
(lto_symtab_base_marked_p): Rename to ...
(lto_symtab_entry_marked_p): ... this.
(lto_symtab_identifier_marked_p): Remove.
(lto_symtab_decl_marked_p): Likewise.
(lto_symtab_maybe_init_hash_tables): Rename to ...
(lto_symtab_maybe_init_hash_table): ... this.
(lto_symtab_set_resolution_and_file_data): Remove.
(lto_symtab_register_decl): New function.
(lto_symtab_get_identifier): Remove.
(lto_symtab_get): New function.
(lto_symtab_get_resolution): Adjust.
(lto_symtab_get_identifier_decl): Remove.
(lto_symtab_set_identifier_decl): Likewise.
(lto_symtab_merge_decl): Rename to ...
(lto_symtab_merge): ... this.  Rewrite.
(lto_symtab_merge_var): Remove.
(lto_symtab_merge_fn): Likewise.
(lto_symtab_prevailing_decl): Adjust.
(lto_cgraph_replace_node): New function.
(lto_symtab_merge_decls_2): Likewise.
(lto_symtab_merge_decls_1): Likewise.
(lto_symtab_fixup_var_decls): Likewise.
(lto_symtab_resolve_symbols): Likewise.
(lto_symtab_merge_decls): Likewise.
(lto_symtab_prevailing_decl): Adjust.
(lto_symtab_get_symtab_def): Remove.
(lto_symtab_get_file_data): Likewise.
(lto_symtab_clear_resolution): Adjust.
(lto_symtab_clear_resolution): Likewise.
* lto-cgraph.c (input_edge): Do not merge cgraph nodes here.
(input_cgraph_1): Likewise.
* lto-streamer-in.c (get_resolution): Do not provide fake
symbol resolutions here.
(deferred_global_decls): Remove.
(lto_register_deferred_decls_in_symtab): Likewise.
(lto_register_var_decl_in_symtab): Change signature, register
variable via lto_symtab_register_decl.
(lto_register_function_decl_in_symtab): Likewise.
(lto_read_tree): Adjust.
* lto-streamer.h (lto_register_deferred_decls_in_symtab): Remove.
(lto_symtab_merge_var): Likewise.
(lto_symtab_merge_fn): Likewise.
(lto_symtab_register_decl): Declare.
(lto_symtab_merge_decls): Likewise.

lto/
* lto.c (lto_read_decls): Do not register deferred decls.
(read_cgraph_and_symbols): Delay symbol and cgraph merging
until after reading the IPA summaries.

* g++.dg/lto/20091002-1_0.C: Adjust flags.
* g++.dg/lto/20091004-1_0.C: New testcase.
* g++.dg/lto/20091004-1_1.C: Likewise.
* g++.dg/lto/20091004-2_0.C: Likewise.
* g++.dg/lto/20091004-2_1.C: Likewise.
* g++.dg/lto/20091004-3_0.C: Likewise.
* g++.dg/lto/20091004-3_1.C: Likewise.

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

14 years ago2009-10-05 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 5 Oct 2009 13:18:09 +0000 (13:18 +0000)]
2009-10-05  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/23821
* tree-vrp.c (vrp_finalize): Do not perform copy propagation.
* tree-ssa-dom.c (cprop_operand): Do not propagate copies into
simple IV increments.

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

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

14 years ago2009-10-05 Daniel Kraft <d@domob.eu>
domob [Mon, 5 Oct 2009 13:15:35 +0000 (13:15 +0000)]
2009-10-05  Daniel Kraft  <d@domob.eu>

PR fortran/41403
* trans-stmt.c (gfc_trans_goto): Ignore statement list on assigned goto
if it is present.

2009-10-05  Daniel Kraft  <d@domob.eu>

PR fortran/41403
* gfortran.dg/goto_6.f: New test.
* gfortran.dg/goto_7.f: New test.

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

14 years ago2009-10-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
ramana [Mon, 5 Oct 2009 09:25:34 +0000 (09:25 +0000)]
2009-10-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

        * config/arm/arm.c (arm_override_options): Really initialize
        flag_dwarf2_cfi_asm to 0.

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

14 years ago2009-10-05 Doug Kwan <dougkwan@google.com>
dougkwan [Mon, 5 Oct 2009 09:08:46 +0000 (09:08 +0000)]
2009-10-05  Doug Kwan  <dougkwan@google.com>

PR rtl-optimization/41574
Index: combine.c (distribute_and_simplify_rtx): Quit if RTX mode is
floating point and we are not doing unsafe math optimizations.

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

14 years agoDaily bump.
gccadmin [Mon, 5 Oct 2009 00:16:44 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-10-04 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 5 Oct 2009 00:13:36 +0000 (00:13 +0000)]
2009-10-04  Benjamin Kosnik  <bkoz@redhat.com>

* doc/xml/manual/using.xml: Add profile headers.
* testsuite/ext/profile/mh.cc: Restrict to linux.

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

14 years ago2009-10-04 Jerry Quinn <jlquinn@optonline.net>
jlquinn [Sun, 4 Oct 2009 16:53:12 +0000 (16:53 +0000)]
2009-10-04  Jerry Quinn  <jlquinn@optonline.net>

* plugin-api.h: Fix compile.

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

14 years agoDaily bump.
gccadmin [Sun, 4 Oct 2009 00:17:00 +0000 (00:17 +0000)]
Daily bump.

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

14 years agoMerge lto branch into trunk.
dnovillo [Sat, 3 Oct 2009 21:10:11 +0000 (21:10 +0000)]
Merge lto branch into trunk.

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