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 optimization/14096] [tree-ssa] [unit-at-a-time] verify_cgraph_node failed with always_inline


------- Additional Comments From hubicka at gcc dot gnu dot org  2004-05-05 21:58 -------
The cgraph ICE has been fixed by my patch to mainline (so eventually propagated 
to tree-ssa).  I am not sure about whether we really want to error out on 
requesting out of line copies of always_inline function, so i am keeping PR 
open.  Doing so seems quite strict to me and I am not sure what kind of 
diagnostics we want (we might just output error when expand_function is 
invoked, but we also might want to get more infromative and check this on all 
cases such scenario can happen - taking pointer of static function, declaring 
function as global and such) 
 
Honza 

-- 


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


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