]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr33653.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr33653.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-rtl-shorten" } */
3
4 void f (volatile char *p)
5 {
6 char c = p[0];
7 }
8
9 /* { dg-final { scan-rtl-dump "mem/v" "shorten" } } */