[Bug java/31264] New: internal compiler error: in build_int_cst_wide, at tree.c:886
imac20:/tmp/javolution mohanembar$ i686-apple-darwin8-gcj -v -save-temps -c -O2 javolution.jar Using built-in specs. Reading specs from /datal/gcc/i686-apple-darwin8/bin/../lib/gcc/i686-apple-darwin8/4.3.0/../../../libgcj.spec rename spec startfile to startfileorig rename spec lib to liborig Target: i686-apple-darwin8 Configured with: /datal/gcc/gcc/configure --build=i686-apple-darwin8 --target=i686-apple-darwin8 --disable-shared --enable-static --disable-multilib --disable-checking --disable-gconf-peer --disable-plugin --prefix=/datal/gcc/i686-apple-darwin --enable-languages=c,java,objc --with-gmp=/opt/local --with-mpfr=/opt/local Thread model: posix gcc version 4.3.0 20070311 (experimental) /datal/gcc/i686-apple-darwin8/bin/../libexec/gcc/i686-apple-darwin8/4.3.0/jc1 javolution.jar -fhash-synchronization -fuse-divide-subroutine -fcheck-references -fuse-boehm-gc -fkeep-inline-functions -fPIC -mmacosx-version-min=10.4 -quiet -dumpbase javolution.jar -mtune=generic -march=nocona -auxbase javolution -O2 -version -fbootclasspath=./:/datal/gcc/i686-apple-darwin8/bin/../lib/gcc/../../share/java/libgcj-4.3.0.jar -faux-classpath javolution.zip -o javolution.s GNU Java version 4.3.0 20070311 (experimental) (i686-apple-darwin8) compiled by GNU C version 4.3.0 20070311 (experimental). GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Class path starts here: javolution.zip/ (zip) ./ (system) /datal/gcc/i686-apple-darwin8/bin/../lib/gcc/../../share/java/libgcj-4.3.0.jar/ (system) (zip) javolution/lang/MathLib.java: In class 'javolution.lang.MathLib': javolution/lang/MathLib.java: In method 'javolution.lang.MathLib.toLongPow2(double,int)': javolution/lang/MathLib.java:0: internal compiler error: in build_int_cst_wide, at tree.c:886 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. -- Summary: internal compiler error: in build_int_cst_wide, at tree.c:886 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: membar at gcc dot gnu dot org GCC build triplet: i686-apple-darwin8 GCC host triplet: i686-apple-darwin8 GCC target triplet: i686-apple-darwin8 and powerpc-apple-darwin8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31264
[Bug java/31264] internal compiler error: in build_int_cst_wide, at tree.c:886
--- Comment #1 from membar at gcc dot gnu dot org 2007-03-19 14:43 --- Created an attachment (id=13230) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13230&action=view) javolution.jar (BSD license) source & distribution from http://www.javolution.org/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31264
[Bug java/31264] internal compiler error: in build_int_cst_wide, at tree.c:886
--- Comment #2 from membar at gcc dot gnu dot org 2007-03-19 14:44 --- Created an attachment (id=13231) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13231&action=view) temps file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31264
[Bug tree-optimization/31264] internal compiler error: in build_int_cst_wide, at tree.c:886
--- Comment #7 from membar at gcc dot gnu dot org 2007-03-20 22:45 --- This fix works for me. Thanks. Not sure who's responsible for closing this out. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31264
[Bug libgcj/20486] Win32 needs Socket read returns EOF when count == 0 fix
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |membar at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2005-03-15 17:39:40 |2005-03-22 23:29:20 date|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20486
[Bug libgcj/20486] Win32 needs Socket read returns EOF when count == 0 fix
--- Additional Comments From membar at gcc dot gnu dot org 2005-03-22 23:30 --- Done: http://gcc.gnu.org/ml/java-patches/2005-q1/msg00853.html -- What|Removed |Added Status|ASSIGNED|RESOLVED Resolution||FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20486
[Bug bootstrap/22330] Building a cross linux->win32 incorrectly sets HAVE_GAS_SHF_MERGE true
--- Comment #9 from membar at gcc dot gnu dot org 2005-11-04 06:41 --- I was able to "fix" this issue with an explicit --with-as= and --with-ld=. The crossed native compiler passes the testcase that Rutger sent me. Note that the correct term for the compiler we're referring to is "x-host-x, crossed native or crossed-built native" and not a Canadian cross. See http://gcc.gnu.org/onlinedocs/gcc-4.0.2/gccint/Configure-Terms.html -- membar at gcc dot gnu dot org changed: What|Removed |Added CC| |membar at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22330
[Bug libgcj/29151] [win32] Runtime.exec(String[] cmdarray, String[] envp) -> envp doesn't work
-- membar at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |membar at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED Component|java|libgcj Ever Confirmed|0 |1 Last reconfirmed|-00-00 00:00:00 |2006-11-18 02:34:02 date|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29151
[Bug libgcj/29151] [win32] Runtime.exec(String[] cmdarray, String[] envp) -> envp doesn't work
--- Comment #3 from membar at gcc dot gnu dot org 2006-11-26 19:53 --- Subject: Bug 29151 Author: membar Date: Sun Nov 26 19:53:11 2006 New Revision: 119230 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119230 Log: PR libgcj/29151: * java/lang/natWin32Process.cc (startProcess): Unconditionally create a UNICODE environment for CreateProcess call. Modified: branches/gcc-4_2-branch/libjava/ChangeLog branches/gcc-4_2-branch/libjava/java/lang/natWin32Process.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29151