public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [java] include missing file after debug-early merge
@ 2015-06-05 19:37 Aldy Hernandez
  0 siblings, 0 replies; only message in thread
From: Aldy Hernandez @ 2015-06-05 19:37 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

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

[-- Attachment #2: curr --]
[-- Type: text/plain, Size: 530 bytes --]

commit d681ceeaef7dcc598a469d86c60e370c21a4f4ed
Author: Aldy Hernandez <aldyh@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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-05 19:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-05 19:37 [java] include missing file after debug-early merge Aldy Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).