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
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
trad
/
mi2.c
blob
916d5a949d0faac60f42d376dad016fe29cacb92
1
/* Test for overly eager multiple include optimization.
2
Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h.
3
Problem noted by Tom Tromey <tromey@cygnus.com>. */
4
/* { dg-do compile } */
5
6
#include
"mi2a.h"
7
#include
"mi2b.h"
8
9
int
main
(
void
)
10
{
11
return
x
;
12
}