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
Turn HARD_REGNO_MODE_OK into a target hook
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-do-run-sft-nocache-exp-P.c
blob
4ef0e7a99a5057279c8cf6d49b11ba2d7df9e387
1
/* { dg-do run } */
2
/* { dg-options "-DDEFINED" } */
3
/* { dg-shouldfail "comment" { def_nocache } { "*" } { "" } } */
4
5
extern
void
abort
(
void
);
6
7
int
8
main
()
9
{
10
abort
();
/* We expect nonzero exit, so this passes. */
11
}