This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: Fix bug 27170


This patch breaks bootstrap on mingw. Somehow it pulls in windef.h
which causes a #define STRICT 1, which breaks Modifier.h:

./java/lang/reflect/Modifier.h:41: error: expected unqualified-id before numeric constant

Moving the "#include <gc.h>" right after the line #include <gcj/cni.h>, makes everything
work again.





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]