Bug#673772: mips: ATC with syscalls not working

2015-10-04 Thread Nicolas Boulenguez
Package: gnat-4.9 Followup-For: Bug #673772 Control: retitle: ATC with syscalls not working Control: reassign -1 gnat-5 5.2.1-19 As I understand the reference manual, the following program with Ada.Calendar; use Ada.Calendar; with Ada.Text_IO; use Ada.Text_IO; with Interfaces.C; use Interfa

Bug#673772: mips: ATC with syscalls not working

2014-05-03 Thread Nicolas Boulenguez
Package: gnat-4.8 Followup-For: Bug #673772 Control: reassign -1 gnat-4.9 4.9.0-1 Seen on gabrielli.debian.org. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/2014050

Bug#673772: mips: ATC with syscalls not working

2014-02-27 Thread Nicolas Boulenguez
Package: gnat-4.6 Followup-For: Bug #673772 Control: reassign -1 gnat-4.8 4.8.2-8 Checked on gabrielli.debian.org. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/2014

Bug#673772: mips: ATC with syscalls not working

2012-05-21 Thread Reto Buerki
Package: gnat-4.6 Version: 4.6.3-4 Severity: normal Hi, Asynchronous transfer of control (ATC) is needed in Ada to interrupt a blocking call to an imported operation (e.g. a system call). This method is not working on the mips architecture. Given the following reproducer: with Interfaces.C; pr