The best place on opensolaris.org to ask questions like this is the
tools-compilers mailing list/forum, since that's where the compiler
team members are found.
-Alan Coopersmith- alan.coopersmith at sun.com
Sun Microsystems, Inc. - X Window System Engineering
Vincent Torri wrote:
> Hey
>
> I would like to know if the following attributes (supported by gcc) are
> supported with Sun compilers, and which version should I test with __SUNPRO_C
> to know if it is supported:
>
> warn_unused_result
> nonnull
> __deprecated__
> malloc
> pure
> format
> format_arg
> const
>
> thank you
>
> Vincent Torri