aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr36227.c
AgeCommit message (Collapse)AuthorFilesLines
2008-07-02* gcc.dg/pr36227.c: Correct test for targets where long is not the same size ↵Andy Hutchinson1-1/+11
as pointer. From-SVN: r137395
2008-05-13re PR middle-end/36227 (POINTER_PLUS folding introduces undefined overflow)Richard Guenther1-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