aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/verbose-asm-2.c
blob: 4a8b1b45972b7484f8f5fddff9e43d519e1f6242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* APPLE LOCAL entire file */
/* Test whether -fverbose-asm emits option values.  */
/* Contibuted by Devang Patel <dpatel@apple.com>.  */

/* { dg-do compile } */
/* { dg-options "-fverbose-asm" } */
/* { dg-final { scan-assembler "fpeephole=0" } } */

int
main (int argc, char *argv [])
{
  return 0;
}