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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20040813-1.c
blob
9cf664dd769a89064daa9b85dca31e8e107d2ec7
1
/* Test lang in N_SO stab. */
2
/* Contributed by Devang Patel <dpatel@apple.com> */
3
4
/* { dg-do compile { target stabs } } */
5
/* { dg-options "-gstabs" } */
6
7
int
8
main
()
9
{
10
return
0
;
11
}
12
13
/* { dg-final { scan-assembler ".stabs.*100,0,2" } } */
14