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 other/10584] [3.4 regression] ICE in copy_insn_list with __inline__ and -finstrument-functions


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

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


zack at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|zack at codesourcery dot com|unassigned at gcc dot gnu
                   |                            |dot org
             Status|ASSIGNED                    |NEW


------- Additional Comments From zack at gcc dot gnu dot org  2003-08-07 01:49 -------
-finstrument-functions disables the tree inliner, which causes us to try to use 
the RTL inliner with C, which has only worked by accident since the introduction 
of function-at-a-time mode.  I am not inclined to bodge the RTL inliner back into 
working. 
 
The *proper* fix is to make -finstrument-functions work at the tree level, but I do 
not have the knowledge to do that.  A stopgap would be to disable inlining 
entirely when -finstrument-functions.


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