mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-06 23:53:12 +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.
3 lines
17 B
C
3 lines
17 B
C
int a[3][5][9];
|
|
|