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
* config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pragma-re-1.c
blob
78312e5705446219128af6bff85429da07c463c2
1
/* { dg-final { scan-assembler "bar" } } */
2
/* { dg-final { scan-assembler-not "foo" } } */
3
4
#ifndef __PRAGMA_REDEFINE_EXTNAME
5
#error
6
#endif
7
8
#pragma redefine_extname foo bar
9
extern
int
foo
(
void
);
10
int
(*
p
)(
void
) =
foo
;