From: Eric Botcazou Date: Tue, 27 Oct 2009 10:09:04 +0000 (+0000) Subject: Fix nits X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e06c3d67d0b63fb59255c90ecb20405d3f2b4b3;p=gcc.git Fix nits From-SVN: r153586 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14d1ed1a59f..17049c9570a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -561,8 +561,8 @@ * ipa-reference.c (check_call): Noreturn notrhow calls do not write to memory. - (analyze_function): When analyzing noreturn nothrow call, do not compute - written stats; free bitmaps of vars early if possible. + (analyze_function): When analyzing noreturn nothrow call, do not + compute written stats; free bitmaps of vars early if possible. (generate_summary): Only update bitmaps if computed. (propagate): Only dump bitmaps if computed. (ipa_reference_read_summary): Fix pasto. @@ -666,10 +666,7 @@ * Makefile.in (PLUGIN_HEADERS): Add output.h and IPA_UTILS_H. 2009-10-22 Razya Ladelsky - - * 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 space. @@ -710,13 +707,6 @@ Update number of iterations at the exit condition. Don't redirect nexits always 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 @@ -727,7 +717,7 @@ cgraph_decide_inlining, inline_read_summary): Disable indirect inlining for WPA for time being. - PR tree-optimize/40556 + PR tree-optimize/40556 * ipa-inline.c (cgraph_early_inlining): Fix iterations condition. 2009-10-22 Richard Guenther @@ -9846,11 +9836,6 @@ * calls.c (emit_library_call_value_1): Update call to hard_libcall_value. * 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 (TARGET_FUNCTION_VALUE): Override default hook. (arm_pcs_default): New variable. @@ -14956,7 +14941,6 @@ (OMP_CLAUSE_LOCATION): New macro. (struct tree_omp_clause): Add location field. (build_omp_clause): Add argument. - * testsuite/gcc.dg/gomp/for-1.c: Fix column. * cp/pt.c (tsubst_omp_for_iterator): Pass location to build_omp_clause. * cp/parser.c (cp_parser_omp_var_list_no_open): Same. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9673d28c227..2e228ac11a2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -182,6 +182,20 @@ PR lto/41730 * g++.dg/lto/20091022-1_0.C: New testcase. +2009-10-22 Razya Ladelsky + + * 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 * gcc.c-torture/compile/pr40556.c: New testcase. @@ -3169,6 +3183,11 @@ 2009-08-06 Richard Earnshaw + * 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 attribute. * gcc.target/arm/vfp1[567].c: New tests. diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index f9d20206d23..ba9393ed960 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -4,6 +4,10 @@ *s. Accept ld version without text in ()s. * configure: Regenerated. +2009-10-22 Razya Ladelsky + + * testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan. + 2009-10-17 Ralf Wildenhues PR libgomp/41418