Commit 7e06c3d6 by Eric Botcazou

Fix nits

From-SVN: r153586
parent 2929029c
...@@ -561,8 +561,8 @@ ...@@ -561,8 +561,8 @@
* ipa-reference.c (check_call): Noreturn notrhow calls do not write * ipa-reference.c (check_call): Noreturn notrhow calls do not write
to memory. to memory.
(analyze_function): When analyzing noreturn nothrow call, do not compute (analyze_function): When analyzing noreturn nothrow call, do not
written stats; free bitmaps of vars early if possible. compute written stats; free bitmaps of vars early if possible.
(generate_summary): Only update bitmaps if computed. (generate_summary): Only update bitmaps if computed.
(propagate): Only dump bitmaps if computed. (propagate): Only dump bitmaps if computed.
(ipa_reference_read_summary): Fix pasto. (ipa_reference_read_summary): Fix pasto.
...@@ -666,10 +666,7 @@ ...@@ -666,10 +666,7 @@
* Makefile.in (PLUGIN_HEADERS): Add output.h and IPA_UTILS_H. * Makefile.in (PLUGIN_HEADERS): Add output.h and IPA_UTILS_H.
2009-10-22 Razya Ladelsky <razya@il.ibm.com> 2009-10-22 Razya Ladelsky <razya@il.ibm.com>
* testsuite/gcc.dg/autopar/outer-4.c: Adjust scan.
* testsuite/gcc.dg/autopar/outer-5.c: Adjust scan.
* testsuite/gcc.dg/autopar/outer-5.c: Add scan optimized.
* tree-cfg.c (gimple_duplicate_sese_tail): Fix typos/indentation/white * tree-cfg.c (gimple_duplicate_sese_tail): Fix typos/indentation/white
space. space.
...@@ -710,13 +707,6 @@ ...@@ -710,13 +707,6 @@
Update number of iterations at the exit condition. Update number of iterations at the exit condition.
Don't redirect nexits always to the loop exit. Don't redirect nexits always to the loop exit.
Redirect copied edges from latch to the loop exit. Redirect copied edges from latch to the loop exit.
* testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan.
* testsuite/gcc.dg/autopar/outer-1.c: New testcase.
* testsuite/gcc.dg/autopar/outer-2.c: New testcase.
* testsuite/gcc.dg/autopar/outer-3.c: New testcase.
* testsuite/gcc.dg/autopar/outer-4.c: New testcase.
* testsuite/gcc.dg/autopar/outer-5.c: New testcase.
* testsuite/gcc.dg/autopar/outer-6.c: New testcase.
2009-10-22 Jan Hubicka <jh@suse.cz> 2009-10-22 Jan Hubicka <jh@suse.cz>
...@@ -727,7 +717,7 @@ ...@@ -727,7 +717,7 @@
cgraph_decide_inlining, inline_read_summary): Disable indirect inlining cgraph_decide_inlining, inline_read_summary): Disable indirect inlining
for WPA for time being. for WPA for time being.
PR tree-optimize/40556 PR tree-optimize/40556
* ipa-inline.c (cgraph_early_inlining): Fix iterations condition. * ipa-inline.c (cgraph_early_inlining): Fix iterations condition.
2009-10-22 Richard Guenther <rguenther@suse.de> 2009-10-22 Richard Guenther <rguenther@suse.de>
...@@ -9846,11 +9836,6 @@ ...@@ -9846,11 +9836,6 @@
* calls.c (emit_library_call_value_1): Update call to * calls.c (emit_library_call_value_1): Update call to
hard_libcall_value. hard_libcall_value.
* explow.c (hard_libcall_value): Use new target hook. * explow.c (hard_libcall_value): Use new target hook.
* testsuite/lib/target-supports.exp
(check_effective_target_arm_hard_vfp_ok): New hook.
(check_effective_target_arm_neon_ok): Improve test for neon
availability.
* testsuite/gcc.target/arm/eabi1.c: Only run test in base variant.
* config/arm/arm.c: Include cgraph.h * config/arm/arm.c: Include cgraph.h
(TARGET_FUNCTION_VALUE): Override default hook. (TARGET_FUNCTION_VALUE): Override default hook.
(arm_pcs_default): New variable. (arm_pcs_default): New variable.
...@@ -14956,7 +14941,6 @@ ...@@ -14956,7 +14941,6 @@
(OMP_CLAUSE_LOCATION): New macro. (OMP_CLAUSE_LOCATION): New macro.
(struct tree_omp_clause): Add location field. (struct tree_omp_clause): Add location field.
(build_omp_clause): Add argument. (build_omp_clause): Add argument.
* testsuite/gcc.dg/gomp/for-1.c: Fix column.
* cp/pt.c (tsubst_omp_for_iterator): Pass location to * cp/pt.c (tsubst_omp_for_iterator): Pass location to
build_omp_clause. build_omp_clause.
* cp/parser.c (cp_parser_omp_var_list_no_open): Same. * cp/parser.c (cp_parser_omp_var_list_no_open): Same.
...@@ -182,6 +182,20 @@ ...@@ -182,6 +182,20 @@
PR lto/41730 PR lto/41730
* g++.dg/lto/20091022-1_0.C: New testcase. * g++.dg/lto/20091022-1_0.C: New testcase.
2009-10-22 Razya Ladelsky <razya@il.ibm.com>
* gcc.dg/autopar/outer-4.c: Adjust scan.
* gcc.dg/autopar/outer-5.c: Adjust scan.
* gcc.dg/autopar/outer-5.c: Add scan optimized.
* libgomp.graphite/force-parallel-2.c: Adjust scan.
* gcc.dg/autopar/outer-1.c: New testcase.
* gcc.dg/autopar/outer-2.c: New testcase.
* gcc.dg/autopar/outer-3.c: New testcase.
* gcc.dg/autopar/outer-4.c: New testcase.
* gcc.dg/autopar/outer-5.c: New testcase.
* gcc.dg/autopar/outer-6.c: New testcase.
2009-10-22 Jan Hubicka <jh@suse.cz> 2009-10-22 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/compile/pr40556.c: New testcase. * gcc.c-torture/compile/pr40556.c: New testcase.
...@@ -3169,6 +3183,11 @@ ...@@ -3169,6 +3183,11 @@
2009-08-06 Richard Earnshaw <rearnsha@arm.com> 2009-08-06 Richard Earnshaw <rearnsha@arm.com>
* lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok): New
hook.
(check_effective_target_arm_neon_ok): Improve test for neon
availability.
* gcc.target/arm/eabi1.c: Only run test in base variant.
* gcc.target/arm/abitest.h: Allow the test function to have a PCS * gcc.target/arm/abitest.h: Allow the test function to have a PCS
attribute. attribute.
* gcc.target/arm/vfp1[567].c: New tests. * gcc.target/arm/vfp1[567].c: New tests.
......
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
*s. Accept ld version without text in ()s. *s. Accept ld version without text in ()s.
* configure: Regenerated. * configure: Regenerated.
2009-10-22 Razya Ladelsky <razya@il.ibm.com>
* testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan.
2009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR libgomp/41418 PR libgomp/41418
......
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