index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr37418-4.c
blob: bc872789004ba8e489e5bd5a0c30f4b3a02cb121 (
plain
)
1
2
3
4
5
6
typedef void ft(int); const ft f; void f2(ft *p __attribute__((const))) { p = f; }