public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/48368] New: gnat on arm-linux-gnueabi only has sjlj exception support, not zcx
@ 2011-03-30 15:56 doko at ubuntu dot com
  2011-03-30 16:01 ` [Bug ada/48368] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: doko at ubuntu dot com @ 2011-03-30 15:56 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gnat on arm-linux-gnueabi only has sjlj exception
                    support, not zcx
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@ubuntu.com


gnat on arm-linux-gnueabi only has sjlj exception support, not zcx


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

* [Bug ada/48368] gnat on arm-linux-gnueabi only has sjlj exception support, not zcx
  2011-03-30 15:56 [Bug ada/48368] New: gnat on arm-linux-gnueabi only has sjlj exception support, not zcx doko at ubuntu dot com
@ 2011-03-30 16:01 ` rguenth at gcc dot gnu.org
  2011-03-30 16:56 ` doko at ubuntu dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-30 16:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-30 15:56:06 UTC ---
That states a fact - what's the bug / enhancement request?


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

* [Bug ada/48368] gnat on arm-linux-gnueabi only has sjlj exception support, not zcx
  2011-03-30 15:56 [Bug ada/48368] New: gnat on arm-linux-gnueabi only has sjlj exception support, not zcx doko at ubuntu dot com
  2011-03-30 16:01 ` [Bug ada/48368] " rguenth at gcc dot gnu.org
@ 2011-03-30 16:56 ` doko at ubuntu dot com
  2011-03-30 17:32 ` [Bug ada/48368] missing support for ZCX on the ARM ebotcazou at gcc dot gnu.org
  2014-03-23 10:56 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: doko at ubuntu dot com @ 2011-03-30 16:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Matthias Klose <doko at ubuntu dot com> 2011-03-30 16:21:28 UTC ---
the enhancement request is to add zero cost exception support.


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

* [Bug ada/48368] missing support for ZCX on the ARM
  2011-03-30 15:56 [Bug ada/48368] New: gnat on arm-linux-gnueabi only has sjlj exception support, not zcx doko at ubuntu dot com
  2011-03-30 16:01 ` [Bug ada/48368] " rguenth at gcc dot gnu.org
  2011-03-30 16:56 ` doko at ubuntu dot com
@ 2011-03-30 17:32 ` ebotcazou at gcc dot gnu.org
  2014-03-23 10:56 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-03-30 17:32 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.30 16:56:05
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
            Summary|gnat on arm-linux-gnueabi   |missing support for ZCX on
                   |only has sjlj exception     |the ARM
                   |support, not zcx            |
     Ever Confirmed|0                           |1

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-03-30 16:56:05 UTC ---
Yep.  Various individuals seem to be working on it, but I don't know when/if
this will produce useful results.


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

* [Bug ada/48368] missing support for ZCX on the ARM
  2011-03-30 15:56 [Bug ada/48368] New: gnat on arm-linux-gnueabi only has sjlj exception support, not zcx doko at ubuntu dot com
                   ` (2 preceding siblings ...)
  2011-03-30 17:32 ` [Bug ada/48368] missing support for ZCX on the ARM ebotcazou at gcc dot gnu.org
@ 2014-03-23 10:56 ` ebotcazou at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2014-03-23 10:56 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |4.9.0

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
AdaCore has contributed ZCX support on the mainline.


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

end of thread, other threads:[~2014-03-23 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-30 15:56 [Bug ada/48368] New: gnat on arm-linux-gnueabi only has sjlj exception support, not zcx doko at ubuntu dot com
2011-03-30 16:01 ` [Bug ada/48368] " rguenth at gcc dot gnu.org
2011-03-30 16:56 ` doko at ubuntu dot com
2011-03-30 17:32 ` [Bug ada/48368] missing support for ZCX on the ARM ebotcazou at gcc dot gnu.org
2014-03-23 10:56 ` ebotcazou at gcc dot gnu.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).