repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector5.C
blob
e5304bcb12dec692ebfe3dcc3b4e2da3298cdb6d
1
// PR c++/30022
2
// { dg-do compile }
3
4
void foo()
5
{
6
int __attribute__((vector_size(8))) v;
7
v = 1/v; // { dg-error "invalid operands of types" }
8
}