OSDN Git Service

* config/rs6000/rs6000-c.c: Move GTY(()) markers to match
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jul 2008 03:35:02 +0000 (03:35 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Jul 2008 03:35:02 +0000 (03:35 +0000)
conventional usage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138104 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000-c.c

index 4124fd0..545ca14 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-24  Ben Elliston  <bje@au.ibm.com>
+
+       * config/rs6000/rs6000-c.c: Move GTY(()) markers to match
+       conventional usage.
+
 2008-07-23  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
 
        * configure: Regenerate.
 2008-07-23  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
 
        * configure: Regenerate.
index ce1ec4b..76c9235 100644 (file)
@@ -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.  */
 #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;
 
 /* Preserved across calls.  */
 static tree expand_bool_pixel;