aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog27
-rw-r--r--gcc/testsuite/ChangeLog16
-rw-r--r--gcc/testsuite/g++.dg/torture/pr31863.C4
3 files changed, 22 insertions, 25 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 11b461e..2462303 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
@@ -113,8 +112,7 @@
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>
@@ -181,8 +179,7 @@
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>
@@ -271,8 +268,7 @@
* 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.
@@ -303,7 +299,7 @@
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.
@@ -318,8 +314,7 @@
(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,
@@ -328,8 +323,7 @@
(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.
@@ -340,8 +334,7 @@
(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):
@@ -463,7 +456,7 @@
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.
@@ -1114,7 +1107,7 @@
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.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 33ba5fa..0381387 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
@@ -107,8 +111,8 @@
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>
@@ -148,7 +152,8 @@
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>
@@ -916,7 +921,8 @@
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.
@@ -1012,7 +1018,7 @@
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.
diff --git a/gcc/testsuite/g++.dg/torture/pr31863.C b/gcc/testsuite/g++.dg/torture/pr31863.C
index 47c9f03..8d8ccc4 100644
--- a/gcc/testsuite/g++.dg/torture/pr31863.C
+++ b/gcc/testsuite/g++.dg/torture/pr31863.C
@@ -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
{