OSDN Git Service

PR 43839
[pf3gnuchains/gcc-fork.git] / gcc / fixed-value.h
index d6e6779..ca0ee93 100644 (file)
@@ -24,7 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "real.h"
 #include "double-int.h"
 
-struct fixed_value GTY(())
+struct GTY(()) fixed_value
 {
   double_int data;             /* Store data up to 2 wide integers.  */
   enum machine_mode mode;      /* Use machine mode to know IBIT and FBIT.  */