forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tree-affine.c (add_elt_to_tree): Avoid converting all pointer arithme…
…tic to sizetype. 2013-09-02 Richard Biener <[email protected]> * tree-affine.c (add_elt_to_tree): Avoid converting all pointer arithmetic to sizetype. * gcc.dg/tree-ssa/loop-4.c: Adjust scan looking for one memory reference. From-SVN: r202165
- Loading branch information
Showing
4 changed files
with
42 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2013-09-02 Richard Biener <[email protected]> | ||
|
||
* tree-affine.c (add_elt_to_tree): Avoid converting all pointer | ||
arithmetic to sizetype. | ||
|
||
2013-09-02 Bin Cheng <[email protected]> | ||
|
||
* tree-ssa-loop-ivopts.c (set_autoinc_for_original_candidates): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2013-09-02 Richard Biener <[email protected]> | ||
|
||
* gcc.dg/tree-ssa/loop-4.c: Adjust scan looking for one memory | ||
reference. | ||
|
||
2013-09-02 Bin Cheng <[email protected]> | ||
|
||
* gcc.target/arm/ivopts-orig_biv-inc.c: New testcase. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters