1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Functions changes summary: 0 Removed, 0 Changed, 0 Added function
Variables changes summary: 0 Removed, 1 Changed, 0 Added variable
1 Changed variable:
[C] 'int tab[4][3]' was changed to 'int tab[3][4]' at test-multi-array1-v1.cc:3:1:
type of variable changed:
type name changed from 'int[4][3]' to 'int[3][4]'
type size hasn't changed
array subrange 1 changed:
upper bound of '<anonymous range>[4]' change from '3' to '2'
array subrange 2 changed:
upper bound of '<anonymous range>[3]' change from '2' to '3'
|