[Bug libgcj/52694] [4.8 regression] bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot ||fsf.org --- Comment #7 from Andrew John Hughes 2012-03-28 12:59:28 UTC --- Thanks for the fix. The original code is adapted from the native Console code in GNU Classpath which worked fine on GNU/Linux. I'll port the change back to that code too.
[Bug libgcj/52694] [4.8 regression] bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694 Gerald Pfeifer changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #6 from Gerald Pfeifer 2012-03-26 17:02:58 UTC --- Verified fixed on i386-unknown-freebsd10.0 as well.
[Bug libgcj/52694] [4.8 regression] bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694 --- Comment #5 from gerald at gcc dot gnu.org 2012-03-26 16:24:46 UTC --- Author: gerald Date: Mon Mar 26 16:24:33 2012 New Revision: 185811 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185811 Log: PR libgcj/52694 * java/io/natVMConsole.cc (IUCLC): Define, if undefined. Modified: trunk/libjava/ChangeLog trunk/libjava/java/io/natVMConsole.cc
[Bug libgcj/52694] [4.8 regression] bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694 Dominique d'Humieres changed: What|Removed |Added CC||gandalf at gcc dot gnu.org --- Comment #4 from Dominique d'Humieres 2012-03-23 23:12:03 UTC --- CCed Andrew Hughes.
[Bug libgcj/52694] [4.8 regression] bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694 --- Comment #3 from Gerald Pfeifer 2012-03-23 22:27:22 UTC --- > grep -r IUCLC /usr/local/include/ /usr/include | wc -l 0
[Bug libgcj/52694] [4.8 regression] bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed||2012-03-23 Ever Confirmed|0 |1 --- Comment #2 from Dominique d'Humieres 2012-03-23 21:37:58 UTC --- Confirmed on x86_64-apple-darwin10.
[Bug libgcj/52694] [4.8 regression] bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.8.0
[Bug libgcj/52694] [4.8 regression] bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52694 --- Comment #1 from Andrew Pinski 2012-03-23 21:23:41 UTC --- This part of the code is not part of classpath so changed the components.