~ubuntu-branches/ubuntu/jaunty/adacontrol/jaunty

« back to all changes in this revision

Viewing changes to test/ref/t_directly_accessed_globals.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2006-10-12 19:17:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061012191722-fo5bcn4k5r0iubgd
Tags: 1.5r24-1

* New upstream release.
* debian/control (Depends): add gnat-4.1.
  (Enhances): add gnat-gps.
* debian/adacontrol.gpr: build pfni.
* debian/rules: install the new gnat-gps plug-in, and pfni.
* debian/pfni.1: new.
* patches/gps-integration.patch: new.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
t_directly_accessed_globals.adb:109:34: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I1" not from subprogram
 
2
t_directly_accessed_globals.adb:116:10: Error: DIRECTLY_ACCESSED_GLOBALS: variable "T_Directly_Accessed_Globals.P2.Pack.G2" is not read from any subprogram
 
3
t_directly_accessed_globals.adb:116:14: Error: DIRECTLY_ACCESSED_GLOBALS: variable "T_Directly_Accessed_Globals.P2.Pack.G3" is not written from any subprogram
 
4
t_directly_accessed_globals.adb:116:18: Error: DIRECTLY_ACCESSED_GLOBALS: variable "T_Directly_Accessed_Globals.P2.Pack.G4" is not read from any subprogram
 
5
t_directly_accessed_globals.adb:116:18: Error: DIRECTLY_ACCESSED_GLOBALS: variable "T_Directly_Accessed_Globals.P2.Pack.G4" is not written from any subprogram
 
6
t_directly_accessed_globals.adb:151:13: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I1" from nested subprogram
 
7
t_directly_accessed_globals.adb:151:13: Error: DIRECTLY_ACCESSED_GLOBALS: variable "I1" is already written from Write at t_directly_accessed_globals.adb:141:7
 
8
t_directly_accessed_globals.adb:154:10: Error: DIRECTLY_ACCESSED_GLOBALS: variable "I1" is already written from Write at t_directly_accessed_globals.adb:141:7
 
9
t_directly_accessed_globals.adb:155:10: Error: DIRECTLY_ACCESSED_GLOBALS: variable "S2" is already written from Write at t_directly_accessed_globals.adb:141:7
 
10
t_directly_accessed_globals.adb:156:13: Error: DIRECTLY_ACCESSED_GLOBALS: variable "S1" is already read from Read1 at t_directly_accessed_globals.adb:129:7
 
11
t_directly_accessed_globals.adb:169:17: Error: DIRECTLY_ACCESSED_GLOBALS: variable "Count" is already read from Get_Next at t_directly_accessed_globals.adb:161:7
 
12
t_directly_accessed_globals.adb:177:10: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I1" from generic subprogram
 
13
t_directly_accessed_globals.adb:177:10: Error: DIRECTLY_ACCESSED_GLOBALS: variable "I1" is already written from Write at t_directly_accessed_globals.adb:141:7
 
14
t_directly_accessed_globals.adb:180:7: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "S2" not from subprogram
 
15
t_directly_accessed_globals.adb:198:20: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I1" from subprogram of a protected type
 
16
t_directly_accessed_globals.adb:203:13: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I1" from subprogram of a protected type
 
17
t_directly_accessed_globals.adb:238:23: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I3" from nested protected object
 
18
t_directly_accessed_globals.adb:243:16: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I3" from nested protected object
 
19
t_directly_accessed_globals.adb:187:7: Error: DIRECTLY_ACCESSED_GLOBALS: variable "T_Directly_Accessed_Globals.P3.I2" is read and written from different protected objects or tasks
 
20
t_directly_accessed_globals.adb:267:22: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I1" from accept of a task type
 
21
t_directly_accessed_globals.adb:271:13: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I1" from accept of a task type
 
22
t_directly_accessed_globals.adb:308:25: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I3" from nested task object
 
23
t_directly_accessed_globals.adb:312:16: Error: DIRECTLY_ACCESSED_GLOBALS: use of variable "I3" from nested task object
 
24
t_directly_accessed_globals.adb:255:7: Error: DIRECTLY_ACCESSED_GLOBALS: variable "T_Directly_Accessed_Globals.P4.I2" is read and written from different protected objects or tasks