repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr27696.c
blob
2f281e3f7c2c9e8ca0c07c9dc1259cb5b1eed34d
1
/* PR target/27696
2
The testcase below uses to trigger an ICE. */
3
4
/* { dg-do compile } */
5
/* { dg-options "-msse3" } */
6
7
void
8
foo
(
void const
*
P
,
unsigned int
E
,
unsigned int
H
)
9
{
10
__builtin_ia32_monitor
(
P
,
E
,
H
);
11
}