This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/33889] Inefficient code expansion for extended return statement
- From: "charlet at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 May 2008 22:05:24 -0000
- Subject: [Bug ada/33889] Inefficient code expansion for extended return statement
- References: <bug-33889-15264@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from charlet at gcc dot gnu dot org 2008-05-12 22:05 -------
This is not accessibility level which is computed here, but dynamic task
master level, in case your interface is a synchronized interface.
You can already use pragma Restrictions (No_Task_Hierarchy) if you do not want
this
code expansion.
Arno
--
charlet at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33889