PR c++/68795: fix uninitialized close_paren_loc in cp_parser_postfix_expression
[gcc.git] / gcc / explow.c
index a593faabf22979ce281d53e79b6c6962b4a927f2..496e02ab8b3f11a6e9f42e67108141c8ed56e086 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for manipulating rtx's in semantically interesting ways.
-   Copyright (C) 1987-2015 Free Software Foundation, Inc.
+   Copyright (C) 1987-2016 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -31,18 +31,11 @@ along with GCC; see the file COPYING3.  If not see
 #include "emit-rtl.h"
 #include "recog.h"
 #include "diagnostic-core.h"
-#include "alias.h"
 #include "stor-layout.h"
-#include "flags.h"
 #include "except.h"
 #include "dojump.h"
 #include "explow.h"
-#include "calls.h"
-#include "varasm.h"
-#include "stmt.h"
 #include "expr.h"
-#include "libfuncs.h"
-#include "langhooks.h"
 #include "common/common-target.h"
 #include "output.h"