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 target/23828] local calling convention not used when using --combine


------- Additional Comments From dann at godzilla dot ics dot uci dot edu  2005-09-21 17:43 -------
(In reply to comment #8)
> (In reply to comment #4)

> Instead of the above check, change it to:
> if (local_regparm == 3 &&  DECL_STRUCT_FUNCTION (fn)->static_chain_decl)
>   local_regparm = 2;

DECL_STRUCT_FUNCTION does not work, it ICEs when running the testsuite... 


-- 


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


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