Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-02 | * gcc.dg/pr36227.c: Correct test for targets where long is not the same size ↵ | Andy Hutchinson | 1 | -1/+11 | |
as pointer. From-SVN: r137395 | |||||
2008-05-13 | re PR middle-end/36227 (POINTER_PLUS folding introduces undefined overflow) | Richard Guenther | 1 | -0/+12 | |
2008-05-13 Richard Guenther <rguenther@suse.de> PR middle-end/36227 * fold-const.c (fold_sign_changed_comparison): Do not allow changes in pointer-ness. * gcc.dg/pr36227.c: New testcase. From-SVN: r135260 |