aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr21032.c
AgeCommit message (Collapse)AuthorFilesLines
2006-10-23re PR middle-end/21032 (With -frounding-math, incorrectly reorders unary minus)Richard Guenther1-0/+11
2006-10-23 Richard Guenther <rguenther@suse.de> PR middle-end/21032 * convert.c (convert_to_real): Fold (float)-x to -(float)x only if not flag_rounding_math. * gcc.dg/pr21032.c: New testcase. From-SVN: r117968