Fix PR49471: canonicalize_loop_ivs should not generate unsigned types.
2011-07-27 Sebastian Pop <sebastian.pop@amd.com> PR tree-optimization/49471 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Build an unsigned iv only when the largest type is unsigned. Do not call lang_hooks.types.type_for_size. * testsuite/libgomp.graphite/force-parallel-1.c: Un-xfail. * testsuite/libgomp.graphite/force-parallel-2.c: Adjust pattern. From-SVN: r176838
Showing
- gcc/ChangeLog 7 additions, 0 deletionsgcc/ChangeLog
- gcc/tree-ssa-loop-manip.c 21 additions, 3 deletionsgcc/tree-ssa-loop-manip.c
- libgomp/ChangeLog 5 additions, 0 deletionslibgomp/ChangeLog
- libgomp/testsuite/libgomp.graphite/force-parallel-1.c 1 addition, 1 deletionlibgomp/testsuite/libgomp.graphite/force-parallel-1.c
- libgomp/testsuite/libgomp.graphite/force-parallel-2.c 1 addition, 1 deletionlibgomp/testsuite/libgomp.graphite/force-parallel-2.c
Loading
Please register or sign in to comment