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
Revert DECL_USER_ALIGN part of r241959
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr70442.c
blob
b9c11ea3d6b7bf3bb3ec240bf76fac1e1a5aac9e
1
/* PR target/70442 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
/* { dg-additional-options "-msse2" { target ia32 } } */
5
6
char
a
,
c
;
7
void
8
fn1
()
9
{
10
long long
b
;
11
long
m
;
12
int
d
;
13
switch
(
d
)
14
{
15
case
5
:
16
b
=
a
;
17
}
18
b
^=
m
;
19
c
=
b
>>
b
;
20
}