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-dox-run-sf-exp-XP.c] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-do run { xfail *-*-* } } */ /* { dg-shouldfail "required comment" } */ extern void abort (void); int main () { abort (); /* We want nonzero, but expect to fail; XPASS. */ }