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
Update ChangeLog and version files for release
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
main-3.C
blob
eb462f4ba06f3b9ec40d737272399d281c234ba1
1
// PR c++/29735
2
// { dg-do compile }
3
4
int __attribute__ ((vector_size (8))) main () // { dg-error "must return" }
5
{
6
return 0;
7
}