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++.dg
/
template
/
array2-2.C
blob
dd3e7f0e265e20cba89e26056a809d444b8704dd
1
// { dg-do compile }
2
// { dg-options "-fabi-version=2" }
3
4
// Copyright (C) 2003 Free Software Foundation, Inc.
5
// Contributed by Nathan Sidwell 29 Dec 2003 <nathan@codesourcery.com>
6
7
// PR c++/13494. ICE
8
9
template<typename T>
10
int foo(int d[][4])
11
{
12
return d[0][0];
13
}
14