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 middle-end/23828] local calling convention not used when using -fwhole-program --combine


------- Additional Comments From dann at godzilla dot ics dot uci dot edu  2005-09-12 23:30 -------
(In reply to comment #1)
> If it changes calling-conventions
> in single-file compile mode the function must be declared static, so it
> definitely may be changed in whole-program mode, too.

Yep, both ClearLeft and ClearInLine are declared static.
It's interesting that both ClearLeft and ClearInLine appear on the
"Marking local functions:" line in the i00.cgraph dump.

Can you confirm this bug?

-- 


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]