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]

[m32c] GTY fix


Committed.

	* config/m32c/m32c.h: Update GTY annotations to new syntax.

Index: config/m32c/m32c.h
===================================================================
--- config/m32c/m32c.h	(revision 146617)
+++ config/m32c/m32c.h	(working copy)
@@ -97,13 +97,13 @@ extern int target_memregs;
 #define TARGET_VERSION fprintf (stderr, " (m32c)");
 
 #define OVERRIDE_OPTIONS m32c_override_options ()
 
 /* Defining data structures for per-function information */
 
-typedef struct machine_function GTY (())
+typedef struct GTY (()) machine_function
 {
   /* How much we adjust the stack when returning from an exception
      handler.  */
   rtx eh_stack_adjust;
 
   /* TRUE if the current function is an interrupt handler.  */


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