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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr70738-7.c
blob
2e5b49f619de8e7b37a37b58cbd40df576c9c5d7
1
/* { dg-do compile { target ia32 } } */
2
/* { dg-options "-msse2 -mgeneral-regs-only" } */
3
4
extern
float
a
,
b
,
c
;
5
6
void
7
foo
(
void
)
8
{
9
c
=
a
*
b
;
10
}
11
12
/* { dg-final { scan-assembler-not "mulss" } } */
13
/* { dg-final { scan-assembler "call\[ \t\]__mulsf3" } } */