2e2 Subj : Re: bcc 4.5 generating bad code To : borland.public.cpp.borlandcpp From : Bruce Salzman Date : Tue Apr 20 2004 12:19 pm > I have run into a problem with bcc 4.5 producing bad code. > The file is rather large, ~15,000 lines. We are compiling > with the -Z, Enable register load suppression optimization, > option turned on. The exact same function call produces > bad code where the second parameter to the function has > the wrong thing pushed on the stack. 15,000 lines!?! There are many reasons (besides potential tool instabilities) to avoid files sizes that large! I would suggest breaking it into managable pieces to see if it cures the problem (let alone preserve your sanity). Regards, Bruce . 0