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] enabling vectorization by default at -O3


>
> I don't think annotating a function call result works.  Rather in spu.c
>

yes, you're absolutely right, I was just "copying" the GTY markings as it
was done in rs6000.c, but I didn't notice that the decl I was annotating in
spu.c wasn't of the builtin decl as is the case in rs6000 (they all have
almost the same names...). anyhow, this is definitely not what I meant to
annotate.

thanks,
dorit

> struct spu_builtin_description spu_builtins[] = {
> #define DEF_BUILTIN(fcode, icode, name, type, params) \
>   {fcode, icode, name, type, params, NULL_TREE},
> #include "spu-builtins.def"
> #undef DEF_BUILTIN
> };
>
> misses a GTY(()).
>
> Richard.


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