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
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
mulcmp-1.c
blob
6ff2ff5a388fbc0b1e7c81fcd65e6722ebcfefb6
1
/* { dg-do compile } */
2
/* { dg-options "-O -fdump-tree-optimized-raw" } */
3
4
int
f
(
unsigned
a
,
unsigned
b
){
5
a
*=
3
;
6
b
*=
3
;
7
return
a
==
b
;
8
}
9
10
/* { dg-final { scan-tree-dump-not "mult_expr" "optimized" } } */