OSDN Git Service

* g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Feb 2009 08:28:18 +0000 (08:28 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Feb 2009 08:28:18 +0000 (08:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143958 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr31863.C

index 11b461e..2462303 100644 (file)
@@ -60,8 +60,7 @@
 
        PR tree-optimization/38977
        PR gcov-profile/38292
-       * calls.c (special_function_p): Disregard __builtin_
-       prefix.
+       * calls.c (special_function_p): Disregard __builtin_ prefix.
 
 2009-02-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
 
 
 2009-02-02  Catherine Moore  <clm@codesourcery.com>
 
-       * sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as
-       -mabicalls.
+       * sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as -mabicalls.
 
 2009-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
 
 
        PR target/38952
        * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
-       (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point
-       at it.
+       (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
 
 2009-01-31  Richard Guenther  <rguenther@suse.de>
 
 
        * caller-save.c (setup_save_areas): Remove flag_ira.
 
-       * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot):
-       Ditto.
+       * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
 
        * global.c: Remove the file.
 
        no_equiv, recorded_label_ref): Move from local-alloc.c.
        (update_equiv_regs): Ditto.  Make it static.
        (print_insn_chain, print_insn_chains): Move it from global.c.
-       pseudo_for_reload_consideration_p): Ditto.  Remove flag_ira.
+       (pseudo_for_reload_consideration_p): Ditto.  Remove flag_ira.
        (build_insn_chain): Ditto.  Make it static.
        (ra_init_live_subregs): Move from ra-conflict.c.  Make it static.
        Rename to init_live_subregs.
        (init_regs): Remove init_reg_autoinc.
        (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
        ok_for_base_p_nonstrict): Remove.
-       (regclass_init): Rename to reginfo_init.  Don't initialize
-       init_cost.
+       (regclass_init): Rename to reginfo_init.  Don't initialize init_cost.
        (pass_regclass_init): Rename to pass_reginfo_init.  Modify
        corresponding entries.
        (dump_regclass, record_operand_costs, scan_one_insn,
        (gt-regclass.h): Rename to gt-reginfo.h.
 
        * rtl.h (dump_global_regs, retry_global_alloc,
-       build_insn_chain, dump_local_alloc, update_equiv_regs):
-       Remove.
+       build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
 
        * Makefile.in (RA_H): Remove.
        (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
        (GTFILES): Rename regclass.c to reginfo.c.
 
        * passes.c (init_optimization_passes): Remove pass_local_alloc and
-       pass_global_alloc.  Rename pass_regclass_init to
-       pass_reginfo_init.
+       pass_global_alloc.  Rename pass_regclass_init to pass_reginfo_init.
 
        * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
        count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
 
        Revert
        2008-08-21  Richard Guenther  <rguenther@suse.de>
-  
+
        * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
        a PHI ask VN if it is already available.
        * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
 
 2009-01-09  Diego Novillo  <dnovillo@google.com>
 
-       * gimple.h (struct gimple_statement_base)<uid>: Document
+       * gimple.h (struct gimple_statement_base) <uid>: Document
        the restrictions on its use.
        (gimple_uid): Tidy.
        (gimple_set_uid): Tidy.
index 33ba5fa..0381387 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-05  Uros Bizjak  <ubizjak@gmail.com>
+
+       * g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.
+
 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
 
        * gcc.c-torture/execute/pr39100.c: New.
 
 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
 
-        PR c++/39053
-        * g++.dg/parse/crash52.C: New.
+       PR c++/39053
+       * g++.dg/parse/crash52.C: New.
 
 2009-01-30  Richard Guenther  <rguenther@suse.de>
 
 2009-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
 
        PR middle-end/35854
-       * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg" to "subreg1"         
+       * gcc.dg/lower-subreg-1.c: Renamed dump pass from "subreg"
+       to "subreg1".
        
 2009-01-29  Steve Ellcey  <sje@cup.hp.com>
 
        in trunk.
        * testsuite/gcc.dg/graphite/block-0.c: Update test.
        * testsuite/gcc.dg/graphite/block-1.c: Same.
-       * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test for blocking.
+       * testsuite/gcc.dg/graphite/block-2.c: Remove xfail and test
+       for blocking.
        * testsuite/gcc.dg/graphite/block-4.c: Remove test for strip mine.
        * testsuite/gcc.dg/graphite/block-3.c: New.
        * testsuite/gcc.dg/graphite/pr38498.c: New.
 
 2009-01-05  Laurent GUERBY  <laurent@guerby.net>
 
-       * gcc.c-torture/compile/20001226-1.c: Generalize 
+       * gcc.c-torture/compile/20001226-1.c: Generalize
        dg-timeout-factor.
        * gcc.c-torture/compile/limits-fnargs.c: Add
        dg-timeout-factor.
index 47c9f03..8d8ccc4 100644 (file)
@@ -1,7 +1,5 @@
 /* { dg-do link } */
-/* If list of targets on dg-timeout-factor grows to 3, make it unconditional  
-   for all targets.  */
-/* { dg-timeout-factor 2.0 { target hppa*-*-* } } */
+/* { dg-timeout-factor 2.0 } */
 
 namespace Loki
 {