File: test-multi-array1.txt

package info (click to toggle)
libabigail 2.9-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,021,756 kB
  • sloc: xml: 572,663; cpp: 110,945; sh: 11,868; ansic: 4,329; makefile: 3,486; python: 1,684; ada: 62
file content (14 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
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'