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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr64409.c
blob
7bf9d1e398d2aa0f4ee8f0b4b402a2d82f4e8abe
1
/* { dg-do compile { target x32 } } */
2
/* { dg-require-effective-target maybe_x32 } */
3
/* { dg-options "-O0 -mx32" } */
4
5
int
a
;
6
int
*
__attribute__
((
ms_abi
))
fn1
() {
return
&
a
; }
/* { dg-error "X32 does not support ms_abi attribute" } */