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
aarch64: remove falkor-tag-collision-avoidance pass
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
921006-1.c
blob
787fa266791da099ad4b46a609f47b178e4ad96e
1
/* REPRODUCED:RUN:SIGNAL MACHINE:i386 OPTIONS:-O */
2
void
abort
(
void
);
3
void
exit
(
int
);
4
int
5
main
(
void
)
6
{
7
if
(
__builtin_strcmp
(
"X"
,
""
)<
0
)
abort
();
8
exit
(
0
);
9
}