Commit bf9b2cc9 by Uros Bizjak

pr31863.C: Generalize dg-timeout-factor.

	* g++.dg/torture/pr31863.C: Generalize dg-timeout-factor.

From-SVN: r143958
parent 08e14b2a
...@@ -60,8 +60,7 @@ ...@@ -60,8 +60,7 @@
PR tree-optimization/38977 PR tree-optimization/38977
PR gcov-profile/38292 PR gcov-profile/38292
* calls.c (special_function_p): Disregard __builtin_ * calls.c (special_function_p): Disregard __builtin_ prefix.
prefix.
2009-02-04 Hariharan Sandanagobalane <hariharan@picochip.com> 2009-02-04 Hariharan Sandanagobalane <hariharan@picochip.com>
...@@ -113,8 +112,7 @@ ...@@ -113,8 +112,7 @@
2009-02-02 Catherine Moore <clm@codesourcery.com> 2009-02-02 Catherine Moore <clm@codesourcery.com>
* sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as * sde.h (SUBTARGET_ARM_SPEC): Don;t assemble -fpic code as -mabicalls.
-mabicalls.
2009-02-02 Richard Sandiford <rdsandiford@googlemail.com> 2009-02-02 Richard Sandiford <rdsandiford@googlemail.com>
...@@ -181,8 +179,7 @@ ...@@ -181,8 +179,7 @@
PR target/38952 PR target/38952
* config/i386/i386.c (ix86_builtin_setjmp_frame_value): New. * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
(TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
at it.
2009-01-31 Richard Guenther <rguenther@suse.de> 2009-01-31 Richard Guenther <rguenther@suse.de>
...@@ -271,8 +268,7 @@ ...@@ -271,8 +268,7 @@
* caller-save.c (setup_save_areas): Remove flag_ira. * caller-save.c (setup_save_areas): Remove flag_ira.
* ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
Ditto.
* global.c: Remove the file. * global.c: Remove the file.
...@@ -303,7 +299,7 @@ ...@@ -303,7 +299,7 @@
no_equiv, recorded_label_ref): Move from local-alloc.c. no_equiv, recorded_label_ref): Move from local-alloc.c.
(update_equiv_regs): Ditto. Make it static. (update_equiv_regs): Ditto. Make it static.
(print_insn_chain, print_insn_chains): Move it from global.c. (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. (build_insn_chain): Ditto. Make it static.
(ra_init_live_subregs): Move from ra-conflict.c. Make it static. (ra_init_live_subregs): Move from ra-conflict.c. Make it static.
Rename to init_live_subregs. Rename to init_live_subregs.
...@@ -318,8 +314,7 @@ ...@@ -318,8 +314,7 @@
(init_regs): Remove init_reg_autoinc. (init_regs): Remove init_reg_autoinc.
(struct costs, costs, init_cost, ok_for_index_p_nonstrict, (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
ok_for_base_p_nonstrict): Remove. ok_for_base_p_nonstrict): Remove.
(regclass_init): Rename to reginfo_init. Don't initialize (regclass_init): Rename to reginfo_init. Don't initialize init_cost.
init_cost.
(pass_regclass_init): Rename to pass_reginfo_init. Modify (pass_regclass_init): Rename to pass_reginfo_init. Modify
corresponding entries. corresponding entries.
(dump_regclass, record_operand_costs, scan_one_insn, (dump_regclass, record_operand_costs, scan_one_insn,
...@@ -328,8 +323,7 @@ ...@@ -328,8 +323,7 @@
(gt-regclass.h): Rename to gt-reginfo.h. (gt-regclass.h): Rename to gt-reginfo.h.
* rtl.h (dump_global_regs, retry_global_alloc, * rtl.h (dump_global_regs, retry_global_alloc,
build_insn_chain, dump_local_alloc, update_equiv_regs): build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
Remove.
* Makefile.in (RA_H): Remove. * Makefile.in (RA_H): Remove.
(OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o. (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
...@@ -340,8 +334,7 @@ ...@@ -340,8 +334,7 @@
(GTFILES): Rename regclass.c to reginfo.c. (GTFILES): Rename regclass.c to reginfo.c.
* passes.c (init_optimization_passes): Remove pass_local_alloc and * passes.c (init_optimization_passes): Remove pass_local_alloc and
pass_global_alloc. Rename pass_regclass_init to pass_global_alloc. Rename pass_regclass_init to pass_reginfo_init.
pass_reginfo_init.
* reload1.c (compute_use_by_pseudos, reload, count_pseudo, * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
count_spilled_pseudo, find_reg, alter_reg, delete_output_reload): count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
...@@ -1114,7 +1107,7 @@ ...@@ -1114,7 +1107,7 @@
2009-01-09 Diego Novillo <dnovillo@google.com> 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. the restrictions on its use.
(gimple_uid): Tidy. (gimple_uid): Tidy.
(gimple_set_uid): Tidy. (gimple_set_uid): Tidy.
......
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> 2009-02-05 Daniel Berlin <dberlin@dberlin.org>
* gcc.c-torture/execute/pr39100.c: New. * gcc.c-torture/execute/pr39100.c: New.
...@@ -148,7 +152,8 @@ ...@@ -148,7 +152,8 @@
2009-01-29 Kenneth Zadeck <zadeck@naturalbridge.com> 2009-01-29 Kenneth Zadeck <zadeck@naturalbridge.com>
PR middle-end/35854 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> 2009-01-29 Steve Ellcey <sje@cup.hp.com>
...@@ -916,7 +921,8 @@ ...@@ -916,7 +921,8 @@
in trunk. in trunk.
* testsuite/gcc.dg/graphite/block-0.c: Update test. * testsuite/gcc.dg/graphite/block-0.c: Update test.
* testsuite/gcc.dg/graphite/block-1.c: Same. * 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-4.c: Remove test for strip mine.
* testsuite/gcc.dg/graphite/block-3.c: New. * testsuite/gcc.dg/graphite/block-3.c: New.
* testsuite/gcc.dg/graphite/pr38498.c: New. * testsuite/gcc.dg/graphite/pr38498.c: New.
......
/* { dg-do link } */ /* { dg-do link } */
/* If list of targets on dg-timeout-factor grows to 3, make it unconditional /* { dg-timeout-factor 2.0 } */
for all targets. */
/* { dg-timeout-factor 2.0 { target hppa*-*-* } } */
namespace Loki namespace Loki
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment