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
Use gather loads for strided accesses
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
nvptx
/
label-values.c
blob
350510e961e7c07b1e6c5ad46320a39f00d2be51
1
/* { dg-do compile } */
2
/* { dg-additional-options "-Wno-pedantic" } */
3
4
int
5
main
(
void
)
6
{
7
goto
L2
;
8
L1
:
9
return
0
;
10
L2
:
11
{
12
void
*
ptr
= &&
L1
;
/* { dg-message "sorry, unimplemented: target cannot support label values" "" } */
13
}
14
}