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/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20100722-1_0.C
blob
72393950d03f18ecda99e5d204fa4aadf46de8e5
1
/* { dg-lto-do assemble } */
2
3
template <class T> void void_cast_register(T *) __attribute__ ((used));
4
template <class T> void void_cast_register(T *) { }
5