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

« back to all changes in this revision

Viewing changes to test/res/t_statements.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_statements.adb:9:10: Error: Tasking_Stmts: use of statement "requeue"
2
 
t_statements.adb:16:4: Error: Tasking_Stmts: use of statement "delay"
3
 
t_statements.adb:17:4: Error: Tasking_Stmts: use of statement "delay_until"
4
 
t_statements.adb:18:4: Found: Sequential_Stmts: use of statement "goto"
5
 
t_statements.adb:20:4: Error: Tasking_Stmts: use of statement "abort"
6
 
t_statements.adb:23:7: Found: Sequential_Stmts: use of statement "exit"
7
 
t_statements.adb:27:7: Found: Sequential_Stmts: use of statement "unnamed_exit"
8
 
t_statements.adb:28:7: Found: Sequential_Stmts: use of statement "exit"
9
 
t_statements.adb:31:4: Error: Tasking_Stmts: use of statement "asynchronous_select"
10
 
t_statements.adb:40:12: Found: Sequential_Stmts: use of "others" in "case" statement
11
 
t_statements.adb:44:4: Found: Sequential_Stmts: use of statement "raise"