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 tree-optimization/16876] [3.4/4.0/4.1 Regression] ICE on testcase with -O3 in gen_lowpart



------- Comment #9 from mmitchel at gcc dot gnu dot org  2005-10-30 22:44 -------
P2 is the right setting for this bug; it's popping up often enough to make it
worth fixing.  Disabling the inlining in the case that the argument type
doesn't match (closely enough) the parameter type seems reasonable to me, even
without introducing a subsequent runtime abort.  That would be equivalent to
the behavior if the function called appeared in a different translation unit.


-- 


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


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