re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subreg, at...
[gcc.git] / gcc / realmpfr.c
index 34f77120c5dd830478261eb96d37eb236ef3b8c7..d86f23aeeadf3bb025b3d47db8c732a6e070ea6d 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion routines from GCC internal float representation to MPFR.
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
 #include "system.h"
 #include "coretypes.h"
 #include "realmpfr.h"
+#include "alias.h"
+#include "symtab.h"
+#include "options.h"
 #include "tree.h"      /* For TYPE_MODE in real_from_mpfr.  */
+#include "stor-layout.h"
 
 /* Convert from REAL_VALUE_TYPE to MPFR.  The caller is responsible
    for initializing and clearing the MPFR parameter.  */