aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p4750.C
blob: b404cc05ff4f65046d234a1425ffcd96092e84d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link:
// Skip if not native
// Special g++ Options: -fpic -pedantic-errors -S
// prms-id: 4750

extern const int FRAME_VEC_MAX;

const int FRAME_VEC_MAX     = 12;
int frame_vec_sizes[FRAME_VEC_MAX+1] = {
        0, 1, 3, 3, 6, 6, 6, 9, 9, 9, 12, 12, 12
};