view gcc/testsuite/g++.old-deja/g++.law/init3.C @ 111:04ced10e8804

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

// { dg-do assemble  }
// GROUPS passed initialization
// init file
// From: thayer@moose.cs.columbia.edu (Charles Thayer)
// Date:     Wed, 30 Sep 92 02:38:17 EDT
// Subject:  small bug
// Message-ID: <9209300638.AA22334@moose.cs.columbia.edu>

int main() {
int offset;
char buf[offset]=""; // { dg-error "" } ansi forbids variable arrays
}