mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 23:23:09 +00:00
This patch inverts the ordering of nelems on multidimensional arrays on versions of gcc without the CTF_F_ARRNELEMS flag. This allows those systems which run older gcc to pass the test without modification to the multidim-array.lk file. libctf/ChangeLog: * testsuite/libctf-lookup/multidim-array.c: Test fixes.
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
# source: multidim-array-ctf.c
|
|
int \[9\]
|
|
int \[5\]\[9\]
|
|
int \[3\]\[5\]\[9\]
|
|
|