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

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
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 };