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
Handle T_HRESULT types in CodeView records
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr102239.c
blob
2ff72b7decaa6f0017c530f9a8cad3cdb7c2aab0
1
/* { dg-do compile } */
2
/* { dg-require-effective-target lp64 } */
3
/* { dg-options "-O2" } */
4
5
void
foo
(
long
arg
)
6
{
7
if
(
arg
& ((
1UL
<<
33
) | (
1UL
<<
34
)))
8
asm
volatile
(
"# if"
);
9
else
10
asm
volatile
(
"# else"
);
11
}
12
13
/* { dg-final { scan-assembler-times {\mrldicr\.} 1 } } */