URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.test-framework/] [dg-do-link-exp-P.c] - Rev 826
Compare with Previous | Blame | View Log
/* Test the tester; previously gcc.misc-tests/dg-3.c. */ /* { dg-prms-id 42 } */ /* { dg-do link } */ main () { return 0; } /* { dg-final { if [file exists dg-do-link-exp-P.exe] \{ } } */ /* { dg-final { pass "dg-do-link-exp-P.c (link: produce a.out test)" } } */ /* { dg-final { \} else \{ } } */ /* { dg-final { fail "dg-do-link-exp-P.c (link: produce a.out test)" } } */ /* { dg-final { \} } } */