omp-low.c (lower_rec_input_clauses): Build correct address expressions.
authorRichard Guenther <rguenther@suse.de>
Wed, 15 Apr 2009 16:12:01 +0000 (16:12 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 15 Apr 2009 16:12:01 +0000 (16:12 +0000)
commitada39f0b23c61dd0c3acc45c73910b07c9fc03f3
treedf6e6b24e71dfa49774871537c516ac031b4d427
parent6866c6e8ff0cbc1d57f9ae603b5af155def03484
omp-low.c (lower_rec_input_clauses): Build correct address expressions.

2009-04-15  Richard Guenther  <rguenther@suse.de>

* omp-low.c (lower_rec_input_clauses): Build correct address
expressions.
(expand_omp_for_generic): Fix multiplication type.
* tree-loop-distribution.c (build_size_arg): Build a
size_t argument.
(generate_memset_zero): Fix types.
* tree-profile.c (prepare_instrumented_value): Correctly
widen a pointer.

From-SVN: r146129
gcc/ChangeLog
gcc/omp-low.c
gcc/tree-loop-distribution.c
gcc/tree-profile.c