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
* g++.dg/torture/pr79905.C: Add -maltivec option.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
header.C
blob
41a6dcbef3fd23dc43541baeb5da5f7c6c233799
1
/* This really should use "dg-do compile" without the -S in dg-options,
2
but the extra options get put after the input file in that case, and
3
hence the test would fail. */
4
/* { dg-do assemble } */
5
/* { dg-options "-S -x c++-header" } */
6
7
struct s {
8
unsigned field;
9
};