repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr33653.c
blob
91274c27e66be12ed4103916bb7fdc61df567b41
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" } } */
10
/* { dg-final { cleanup-rtl-dump "shorten" } } */