Must've crossed paths with Andrew Macleod in his header refactoring or
something. I added a call to global_decl_processing() which is now
missing the relevant header file.
I'm testing this and committing as obvious, once I retest mainline once
again.
Aldy
commit d681ceeaef7dcc598a469d86c60e370c21a4f4ed
Author: Aldy Hernandez <al...@redhat.com>
Date: Fri Jun 5 15:24:49 2015 -0400
* jcf-parse.c: Include toplev.h.
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c
index ba216a1..721696b 100644
--- a/gcc/java/jcf-parse.c
+++ b/gcc/java/jcf-parse.c
@@ -55,6 +55,7 @@ The Free Software Foundation is independent of Sun
Microsystems, Inc. */
#include "cgraph.h"
#include "bitmap.h"
#include "target.h"
+#include "toplev.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>