This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Defining special builtin functions for DFA/VLIW scheduling
- From: Richard Henderson <rth at redhat dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: Dan Towner <dant at picochip dot com>, gcc at gcc dot gnu dot org
- Date: Tue, 17 Sep 2002 09:03:31 -0700
- Subject: Re: Defining special builtin functions for DFA/VLIW scheduling
- References: <3D873C7C.2B6375EB@picochip.com> <3D8748D6.5040208@codesourcery.com>
On Tue, Sep 17, 2002 at 04:23:02PM +0100, Nathan Sidwell wrote:
> the channel names are just symbols. Can you not add a machine
> specific type attribute? Something like
> int *__attribute_((channel)) DANS_CHANNEL;
Because pointer attributes aren't preserved the way you'd like.
r~