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
PR tree-optimization/67955
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pch
/
pch.C
blob
74d302eb54ebd20a21cc9d72d28548d9518a2826
1
// { dg-options "-save-temps -fpch-preprocess -I." }
2
3
#include "pch.H"
4
int main()
5
{
6
return 0;
7
}
8
// { dg-keep-saved-temps ".s" }