From: Ben Elliston Date: Thu, 24 Jul 2008 03:35:02 +0000 (+0000) Subject: rs6000-c.c: Move GTY(()) markers to match conventional usage. X-Git-Tag: releases/gcc-4.4.0~3726 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce26ee21273d142d14a55bdd71a0c38875f4f052;p=thirdparty%2Fgcc.git rs6000-c.c: Move GTY(()) markers to match conventional usage. * config/rs6000/rs6000-c.c: Move GTY(()) markers to match conventional usage. From-SVN: r138104 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4124fd03e28e..545ca146f3e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-24 Ben Elliston + + * config/rs6000/rs6000-c.c: Move GTY(()) markers to match + conventional usage. + 2008-07-23 Aaron W. LaFramboise * configure: Regenerate. diff --git a/gcc/config/rs6000/rs6000-c.c b/gcc/config/rs6000/rs6000-c.c index ce1ec4b9665c..76c92352b578 100644 --- a/gcc/config/rs6000/rs6000-c.c +++ b/gcc/config/rs6000/rs6000-c.c @@ -85,12 +85,12 @@ rs6000_pragma_longcall (cpp_reader *pfile ATTRIBUTE_UNUSED) #define builtin_assert(TXT) cpp_assert (pfile, TXT) /* Keep the AltiVec keywords handy for fast comparisons. */ -static tree __vector_keyword; -static tree vector_keyword; -static tree __pixel_keyword; -static tree pixel_keyword; -static tree __bool_keyword; -static tree bool_keyword; +static GTY(()) tree __vector_keyword; +static GTY(()) tree vector_keyword; +static GTY(()) tree __pixel_keyword; +static GTY(()) tree pixel_keyword; +static GTY(()) tree __bool_keyword; +static GTY(()) tree bool_keyword; /* Preserved across calls. */ static tree expand_bool_pixel;