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
PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr81641.c
blob
15da9ac26ef40cf34312ea3bab1e940c50a488aa
1
/* PR target/81641 */
2
/* { dg-do assemble } */
3
/* { dg-options "-O -masm=intel" } */
4
/* { dg-require-effective-target masm_intel } */
5
6
int
test
(
void
)
7
{
8
int
__seg_fs
*
f
= (
int
__seg_fs
*)
16
;
9
int
__seg_gs
*
g
= (
int
__seg_gs
*)
16
;
10
return
*
f
+ *
g
;
11
}