annotate gcc/testsuite/gcc.dg/header.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* This really should use "dg-do compile" without the -S in dg-options,
kono
parents:
diff changeset
2 but the extra options get put after the input file in that case, and
kono
parents:
diff changeset
3 hence the test would fail. */
kono
parents:
diff changeset
4 /* { dg-do assemble } */
kono
parents:
diff changeset
5 /* { dg-options "-S -x c-header" } */
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 struct s {
kono
parents:
diff changeset
8 unsigned field;
kono
parents:
diff changeset
9 };