2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr44391.c
blobde9889668916cc9100270b91088c0a60954df752
1 /* { dg-options "-Os -fgraphite-identity -ffast-math" } */
3 void byte_insert_op1 (unsigned char *loc, unsigned char *end, unsigned *pto)
5 while (end != loc)
6 *pto = *--end;