This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[power7-meissner] Add missing GTY marker
- From: Michael Meissner <meissner at linux dot vnet dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 4 May 2009 14:36:48 -0400
- Subject: [power7-meissner] Add missing GTY marker
I forgot to add the GTY marker for the array of tree's that map modes to types
for building the builtin functions.
2009-05-04 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (builtin_mode_to_type): Add GTY marker.
Index: gcc/config/rs6000/rs6000.c
===================================================================
--- gcc/config/rs6000/rs6000.c (revision 147048)
+++ gcc/config/rs6000/rs6000.c (working copy)
@@ -311,7 +311,7 @@ int rs6000_vector_align[NUM_MACHINE_MODE
enum reg_class rs6000_vsx_reg_class = NO_REGS;
/* Map selected modes to types for builtins. */
-static tree builtin_mode_to_type[MAX_MACHINE_MODE][2];
+static GTY(()) tree builtin_mode_to_type[MAX_MACHINE_MODE][2];
/* Target cpu costs. */
--
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com