view gcc/testsuite/gcc.dg/pr11459-1.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* -ansi -std=c99 should mean -std=c99, but the specs reordered the
    options.  Bug 11459.  */
/* { dg-do compile } */
/* { dg-options "-ansi -std=c99 -pedantic" } */

long long i;