public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)
       [not found] <bug-40936-4@http.gcc.gnu.org/bugzilla/>
@ 2011-08-31 14:52 ` nicolas.boulenguez at free dot fr
  2013-08-22 14:44 ` nicolas.boulenguez at free dot fr
  2014-08-13 15:37 ` nicolas.boulenguez at free dot fr
  2 siblings, 0 replies; 5+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2011-08-31 14:52 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40936

nicolas.boulenguez at free dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.boulenguez at free
                   |                            |dot fr

--- Comment #3 from nicolas.boulenguez at free dot fr 2011-08-31 14:36:14 UTC ---
4.6.1 (x86_64-pc-linux-gnu) Assert_Failure atree.adb:794


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)
       [not found] <bug-40936-4@http.gcc.gnu.org/bugzilla/>
  2011-08-31 14:52 ` [Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family) nicolas.boulenguez at free dot fr
@ 2013-08-22 14:44 ` nicolas.boulenguez at free dot fr
  2014-08-13 15:37 ` nicolas.boulenguez at free dot fr
  2 siblings, 0 replies; 5+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2013-08-22 14:44 UTC (permalink / raw)
  To: gcc-bugs

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;
   end P;
   V : P.T;
   B : Boolean := P."=" ((V, V));
end Bug;


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)
       [not found] <bug-40936-4@http.gcc.gnu.org/bugzilla/>
  2011-08-31 14:52 ` [Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family) nicolas.boulenguez at free dot fr
  2013-08-22 14:44 ` nicolas.boulenguez at free dot fr
@ 2014-08-13 15:37 ` nicolas.boulenguez at free dot fr
  2 siblings, 0 replies; 5+ messages in thread
From: nicolas.boulenguez at free dot fr @ 2014-08-13 15:37 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)
  2009-08-01 22:47 [Bug ada/40936] New: " ludovic at ludovic-brenta dot org
  2009-08-01 22:49 ` [Bug ada/40936] " ludovic at ludovic-brenta dot org
@ 2009-10-03 11:27 ` sam at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: sam at gcc dot gnu dot org @ 2009-10-03 11:27 UTC (permalink / raw)
  To: gcc-bugs



------- 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 gnat_bug.adb:13:10                                     |


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-10-03 11:27:32
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40936


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family)
  2009-08-01 22:47 [Bug ada/40936] New: " ludovic at ludovic-brenta dot org
@ 2009-08-01 22:49 ` ludovic at ludovic-brenta dot org
  2009-10-03 11:27 ` sam at gcc dot gnu dot org
  1 sibling, 0 replies; 5+ messages in thread
From: ludovic at ludovic-brenta dot org @ 2009-08-01 22:49 UTC (permalink / raw)
  To: gcc-bugs



------- 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
----------------------------------------------------------------------------
      Known to fail|                            |4.1.2 4.3.3 4.4.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40936


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-13 15:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40936-4@http.gcc.gnu.org/bugzilla/>
2011-08-31 14:52 ` [Bug ada/40936] Assert_Failure atree.adb:884 on illegal code (mixture of protected object and accept of entry family) nicolas.boulenguez at free dot fr
2013-08-22 14:44 ` nicolas.boulenguez at free dot fr
2014-08-13 15:37 ` nicolas.boulenguez at free dot fr
2009-08-01 22:47 [Bug ada/40936] New: " ludovic at ludovic-brenta dot org
2009-08-01 22:49 ` [Bug ada/40936] " ludovic at ludovic-brenta dot org
2009-10-03 11:27 ` sam at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).