aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/opts-3.c
blob: 50cd1db52d41836473050c69bc47ea074cee12f6 (plain)
1
2
3
4
5
6
7
/* Parameters of -Xassembler should not be interpreted as driver
   options (and so cause the driver to exit prematurely, as in this
   testcase, or have other unintended effects).  */
/* { dg-do compile } */
/* { dg-options "-Xassembler -dumpmachine" } */

int int x; /* { dg-error "two or more data types" } */