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
Warn pointer to signed integer cast for ilp32
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
opts-4.c
blob
11bfbed8a6a3a0e0cd9dc023e83f0218e94e5621
1
/* --dump= should translate to -d with joined operand. */
2
/* { dg-do compile } */
3
/* { dg-options "--dump=a" } */
4
5
void
f
(
void
)
6
{
7
}
8
9
/* { dg-final { cleanup-rtl-dump "*" } } */