[Bug tree-optimization/37969] [4.3 Regression] -O2 -funswitch-loops causes ICE in build_int_cst_wide, at tree.c:891 (OpenOffice.org)

2008-10-31 Thread h dot mth at web dot de
--- Comment #7 from h dot mth at web dot de 2008-10-31 10:43 --- Created an attachment (id=16596) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16596action=view) more reduced testcase With one of these changes the ICE hides. [EMAIL PROTECTED]:/tmp $ cat hide01 --- b3dgeom.3

[Bug tree-optimization/37969] [4.3 Regression] -O2 -funswitch-loops causes ICE in build_int_cst_wide, at tree.c:891 (OpenOffice.org)

2008-10-31 Thread h dot mth at web dot de
--- Comment #8 from h dot mth at web dot de 2008-10-31 10:55 --- To hide the ICE from reduced testcase: $ diff -u b3dgeom.3.cpp.orig b3dgeom.3.cpp --- b3dgeom.3.cpp.orig 2008-10-31 11:52:10.0 +0100 +++ b3dgeom.3.cpp 2008-10-31 11:52:46.0 +0100 @@ -41,9 +41,9

[Bug c++/37969] New: -O2 -funswitch-loops causes ICE in build_int_cst_wide, at tree.c:891 (OpenOffice.org)

2008-10-30 Thread h dot mth at web dot de
) Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: h dot mth at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37969

[Bug middle-end/37969] -O2 -funswitch-loops causes ICE in build_int_cst_wide, at tree.c:891 (OpenOffice.org)

2008-10-30 Thread h dot mth at web dot de
--- Comment #2 from h dot mth at web dot de 2008-10-30 23:14 --- Too big to attach. See: http://geki.ath.cx/hacks/b3dgeom.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37969

[Bug bootstrap/33992] Building libstdc++-v3: include/limits: stray '\275' in program

2007-12-05 Thread h dot mth at web dot de
--- Comment #10 from h dot mth at web dot de 2007-12-05 13:01 --- Replacing -O2 with -O1 in BOOT_CFLAGS hides the error here. At least one can install gcc 4.3 again. :) Gentoo users would edit toolchain.eclass: --- /usr/portage/eclass/toolchain.eclass.orig 2007-12-05 13:58

[Bug bootstrap/33992] Building libstdc++-v3: include/limits: stray '\275' in program

2007-12-04 Thread h dot mth at web dot de
--- Comment #9 from h dot mth at web dot de 2007-12-04 17:43 --- I wonder what goes wrong with building cpp at stage 3(?). :) ana build # for f in $(find ./ -type f -name cpp); do ls -l $f; PATH=$(dirname $f) $f -dM /dev/null | grep __DBL_MAX__; done -rwxr-xr-x 1 root root 279196 4

[Bug java/32484] New: build of junit 4.3.1 native lib fails

2007-06-24 Thread h dot mth at web dot de
Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: h dot mth at web dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32484

[Bug java/32484] build of junit 4.3.1 native lib fails

2007-06-24 Thread h dot mth at web dot de
--- Comment #1 from h dot mth at web dot de 2007-06-24 14:22 --- Created an attachment (id=13780) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13780action=view) jar file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32484

[Bug target/30770] [4.3 regression] BOOT_CFLAGS=-O2 -g -mtune=nocona miscompiled the stage 3 compiler

2007-02-23 Thread h dot mth at web dot de
--- Comment #4 from h dot mth at web dot de 2007-02-23 23:29 --- JFYI, '-O2 -march=athlon64' also fails. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30770

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-28 Thread h dot mth at web dot de
--- Comment #7 from h dot mth at web dot de 2006-08-28 21:45 --- I stored my broken ecj-3.2.jar here: http://geki.ath.cx/hacks/ecj.jar -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28663

[Bug java/28663] [4.2 regression] gcj fails to binary-compile eclipse's javac

2006-08-27 Thread h dot mth at web dot de
--- Comment #6 from h dot mth at web dot de 2006-08-27 12:31 --- After some testing I can say that this is caused by the fix to bug 27529. -- h dot mth at web dot de changed: What|Removed |Added