------- Comment #5 from sje at cup dot hp dot com 2006-06-14 20:59 ------- Looking at this bug and PR 20076, I believe they are different bugs. builtin-apply4.c fails on ia64-*-* even without the inline keyword and it is inlining that the PR 20076 defect is about.
This problem (at least on ia64) seems to be related to the double return type. The argument is passed OK but the return value is not returned correctly. If I change the test case to use type int return values, it works OK. It is return types of float or double that don't work. -- sje at cup dot hp dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sje at cup dot hp dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20802