repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
array4.C
blob
7e92602348e5bf33b49262bf32686577e1b7ef83
1
// { dg-do assemble }
2
// Origin: j_bouis@hotmail.com
3
4
enum { FOO = 3 };
5
int* arr = new int[FOO];