This is the mail archive of the gcc-patches@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]

Re: [PATCH] New port of Cell SPU


Mark Mitchell <mark@codesourcery.com> writes:

[...]

| However, I found the use of "static inline" in the C++ intrinsics
| surprising. 

There is also the fact that "static" functions cannot be found in
templates (if the calls are dependent). Maybe that is not a problem if
the functions are intended to never appear in templates.  But, it
needs documenting.

-- Gaby


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