[Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)

2015-12-05 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40936 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)

2014-08-13 Thread nicolas.boulenguez at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40936 --- Comment #5 from nicolas.boulenguez at free dot fr --- 4.8.2 correctly detects the error: gnat_bug.adb:13:10: enclosing body of accept must be a task

[Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)

2013-08-22 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40936 --- Comment #4 from nicolas.boulenguez at free dot fr --- I let you decide if this is related, but I get the same 4.6.4 (x86_64-pc-linux-gnu) Assert_Failure atree.adb:794 with this source package Bug is package P is type T is new Integer;

[Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)

2011-08-31 Thread nicolas.boulenguez at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40936 nicolas.boulenguez at free dot fr changed: What|Removed |Added CC||nicolas.boulenguez at

[Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)

2009-10-03 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2009-10-03 11:27 --- Confirmed on SVN trunk. +===GNAT BUG DETECTED==+ | 4.5.0 20091003 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure atree.adb:765| | Error detected at

[Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)

2009-08-01 Thread ludovic at ludovic-brenta dot org
--- Comment #1 from ludovic at ludovic-brenta dot org 2009-08-01 22:49 --- GNAT 3.15p used GCC 2.8.1 as its backend; the bug is that old :) -- ludovic at ludovic-brenta dot org changed: What|Removed |Added