diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-27 10:09:04 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-27 10:09:04 +0000 |
commit | cbfd7bf86a6c88b077a177c8e4f2d62c750139ee (patch) | |
tree | af9a0d38dc540962814e917d4cc188a92744ad3b | |
parent | 751d3ba7628c0ba64205673988ee5f7a93b1d4c5 (diff) | |
download | gcc-cbfd7bf86a6c88b077a177c8e4f2d62c750139ee.tar.gz |
Fix nits
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153586 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 24 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 19 | ||||
-rw-r--r-- | libgomp/ChangeLog | 4 |
3 files changed, 27 insertions, 20 deletions
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 <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 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 <jh@suse.cz> @@ -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 <rguenther@suse.de> @@ -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 <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> * gcc.c-torture/compile/pr40556.c: New testcase. @@ -3169,6 +3183,11 @@ 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 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 <razya@il.ibm.com> + + * testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan. + 2009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> PR libgomp/41418 |