public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/11950] New: -finstrument-functions should be done at the tree level
@ 2003-08-16 16:34 pinskia at gcc dot gnu dot org
  2003-08-16 16:35 ` [Bug other/11950] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-16 16:34 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: -finstrument-functions should be done at the tree level
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 2200,10584,11015
             nThis:

the option -finstrument-functions right now is done at the rtl level and it causes no tree 
inliner to happen and other things can happen after that like making it work with 
exceptions.


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

* [Bug other/11950] -finstrument-functions should be done at the tree level
  2003-08-16 16:34 [Bug other/11950] New: -finstrument-functions should be done at the tree level pinskia at gcc dot gnu dot org
@ 2003-08-16 16:35 ` pinskia at gcc dot gnu dot org
  2003-08-23 18:19 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-16 16:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |5199
              nThis|                            |
   Target Milestone|3.4                         |tree-ssa


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-16 16:35 -------
It might also fix PR 5199 too.


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

* [Bug other/11950] -finstrument-functions should be done at the tree level
  2003-08-16 16:34 [Bug other/11950] New: -finstrument-functions should be done at the tree level pinskia at gcc dot gnu dot org
  2003-08-16 16:35 ` [Bug other/11950] " pinskia at gcc dot gnu dot org
@ 2003-08-23 18:19 ` pinskia at gcc dot gnu dot org
  2003-10-30  1:00 ` steven at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-23 18:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-23 18:19:54
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-23 18:19 -------
I am going to implement this.


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

* [Bug other/11950] -finstrument-functions should be done at the tree level
  2003-08-16 16:34 [Bug other/11950] New: -finstrument-functions should be done at the tree level pinskia at gcc dot gnu dot org
  2003-08-16 16:35 ` [Bug other/11950] " pinskia at gcc dot gnu dot org
  2003-08-23 18:19 ` pinskia at gcc dot gnu dot org
@ 2003-10-30  1:00 ` steven at gcc dot gnu dot org
  2003-12-11  1:57 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: steven at gcc dot gnu dot org @ 2003-10-30  1:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-08-23 18:19:54         |2003-10-30 00:28:14
               date|                            |


------- Additional Comments From steven at gcc dot gnu dot org  2003-10-30 00:28 -------
apinski, any progress on this?


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

* [Bug other/11950] -finstrument-functions should be done at the tree level
  2003-08-16 16:34 [Bug other/11950] New: -finstrument-functions should be done at the tree level pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-10-30  1:00 ` steven at gcc dot gnu dot org
@ 2003-12-11  1:57 ` pinskia at gcc dot gnu dot org
  2003-12-17 17:12 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-11  1:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-11 01:57 -------
This is fixed by RTH by:
        * builtins.c (expand_builtin_profile_func): New.
        (expand_builtin): Use it.
        * builtins.def (BUILT_IN_PROFILE_FUNC_ENTER): New.
        (BUILT_IN_PROFILE_FUNC_EXIT): New.
        * function.c (expand_function_start, expand_function_end): Don't
        do function instrumentation here.
        * gimplify.c (gimplify_function_tree): Do it here.

        * c-opts.c (c_common_post_options): Don't ever use rtl inlining.
fortran/
        * options.c (gfc_post_options): Don't ever use rtl inlining.
java/
        * lang.c (java_post_options): Don't ever use rtl inlining.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug other/11950] -finstrument-functions should be done at the tree level
  2003-08-16 16:34 [Bug other/11950] New: -finstrument-functions should be done at the tree level pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-12-11  1:57 ` pinskia at gcc dot gnu dot org
@ 2003-12-17 17:12 ` pinskia at gcc dot gnu dot org
  2003-12-17 17:17 ` pinskia at gcc dot gnu dot org
  2004-05-13 17:12 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-17 17:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-17 17:09 -------
Suspending based on this is fixed on the tree-ssa.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |SUSPENDED


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


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

* [Bug other/11950] -finstrument-functions should be done at the tree level
  2003-08-16 16:34 [Bug other/11950] New: -finstrument-functions should be done at the tree level pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2003-12-17 17:12 ` pinskia at gcc dot gnu dot org
@ 2003-12-17 17:17 ` pinskia at gcc dot gnu dot org
  2004-05-13 17:12 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-17 17:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-17 17:05 -------
Reopening the bugs that are fixed on the tree-ssa (but not reported against the branch).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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

* [Bug other/11950] -finstrument-functions should be done at the tree level
  2003-08-16 16:34 [Bug other/11950] New: -finstrument-functions should be done at the tree level pinskia at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2003-12-17 17:17 ` pinskia at gcc dot gnu dot org
@ 2004-05-13 17:12 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-13 17:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-13 11:24 -------
Fixed for 3.5.0 by the merge of the tree-ssa.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|tree-ssa                    |3.5.0


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


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

end of thread, other threads:[~2004-05-13 11:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-16 16:34 [Bug other/11950] New: -finstrument-functions should be done at the tree level pinskia at gcc dot gnu dot org
2003-08-16 16:35 ` [Bug other/11950] " pinskia at gcc dot gnu dot org
2003-08-23 18:19 ` pinskia at gcc dot gnu dot org
2003-10-30  1:00 ` steven at gcc dot gnu dot org
2003-12-11  1:57 ` pinskia at gcc dot gnu dot org
2003-12-17 17:12 ` pinskia at gcc dot gnu dot org
2003-12-17 17:17 ` pinskia at gcc dot gnu dot org
2004-05-13 17:12 ` pinskia 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).