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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr51581-2.c
blob
9f87386a13e35a6159ff9b65a24738df2c70d13a
1
/* PR tree-optimization/51581 */
2
3
#include
"tree-vect.h"
4
5
#define main main1
6
#include
"../../gcc.c-torture/execute/pr51581-2.c"
7
#undef main
8
9
int
10
main
()
11
{
12
int
i
;
13
check_vect
();
14
asm
(
""
);
15
return
main1
();
16
}
17