URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [mi2.c] - Rev 307
Go to most recent revision | 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; }
Go to most recent revision | Compare with Previous | Blame | View Log