public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/50932] New: inserting a gimple_call with gsi_insert_after creates error in remove_unreachable_handler
@ 2011-10-31 13:43 leppkes at stce dot rwth-aachen.de
  2011-10-31 18:45 ` [Bug tree-optimization/50932] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: leppkes at stce dot rwth-aachen.de @ 2011-10-31 13:43 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50932
           Summary: inserting a gimple_call with gsi_insert_after creates
                    error in remove_unreachable_handler
    Classification: Unclassified
           Product: gcc
           Version: 4.5.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: leppkes@stce.rwth-aachen.de


Created attachment 25673
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25673
plugin.c with Make and testfiles.

I want to create calls to my instrument functions. Therefor i'm writing a gcc
plugin.

Before and after function is called, i want to call my instrument function.

Inserting a gimple_call before the statement is no problem, but inserting after
creates the following bug:

"[...] internal compiler error: in remove_unreachable_handlers, at
tree-eh.c:3299"


See the attached tarbal:

- The insert_debug2 function inserts a gimple_call after the actual call in the
subroutine. The dump-files shows that the call is inserted corretly, but then
the compiler crashes.


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

* [Bug tree-optimization/50932] inserting a gimple_call with gsi_insert_after creates error in remove_unreachable_handler
  2011-10-31 13:43 [Bug tree-optimization/50932] New: inserting a gimple_call with gsi_insert_after creates error in remove_unreachable_handler leppkes at stce dot rwth-aachen.de
@ 2011-10-31 18:45 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-10-31 18:45 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-10-31 18:45:00 UTC ---
You have issues with exception regions.  I think you should mark the dco
functions as nothrow and handle the case where the function are inserting after
a function which could throw.


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

end of thread, other threads:[~2011-10-31 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-31 13:43 [Bug tree-optimization/50932] New: inserting a gimple_call with gsi_insert_after creates error in remove_unreachable_handler leppkes at stce dot rwth-aachen.de
2011-10-31 18:45 ` [Bug tree-optimization/50932] " pinskia 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).