This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/30498] Support traceback (backtrace) on errors



------- Comment #6 from fxcoudert at gcc dot gnu dot org  2007-02-09 08:15 -------
(In reply to comment #5)
> I cannot judge how much work this would be, but would it be possible to extend
> this patch a little further so that these backtraces can be requested by the
> user? (i.e. like the service routines 'ERRTRA' from Lahey, 'TRACEBACKQQ' from
> Digital|Compaq|HP|Intel or 'Trace_Back_Stack_and_Print' from SGI). This way it
> can also be used for user error handling...

It's very easy to implement, but should we add yet another GNU-specific
intrinsic?

Or maybe we could add have a GNU_EXTENSIONS module that would allow us to
access our GNU-specific intrinsics.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2007-02-07 09:08:46         |2007-02-09 08:15:58
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]