URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [mi2.c] - Rev 816
Compare with Previous | Blame | View Log
/* Test for overly eager multiple include optimization. Problem distilled from glibc 2.0.7's time.h, sys/time.h, timebits.h. Problem noted by Tom Tromey <tromey@cygnus.com>. */ /* { dg-do compile } */ #include "mi2a.h" #include "mi2b.h" int main (void) { return x; }