[Bug target/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-09-03 Thread kkojima at gcc dot gnu dot org
--- Additional Comments From kkojima at gcc dot gnu dot org 2005-09-03 07:07 --- There are no new failures on c/c++/objc tests with the patch but it makes 120 new failures on gfortran execution test. The patched compiler still fails for libjava/interpret.cc and Andrew's reduced

[Bug bootstrap/23711] New: [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-03 Thread debian-gcc at lists dot debian dot org
CVS HEAD 20050901, complete build log at http://buildd.debian.org/fetch.php?pkg=gcc-snapshotver=20050901-1arch=s390stamp=1125582332file=logas=raw if /bin/sh ./libtool --mode=compile /build/buildd/gcc-snapshot-20050901/build/./gcc/xgcc -shared-libgcc

[Bug bootstrap/23712] New: [4.1 regression] [powerpc] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-03 Thread debian-gcc at lists dot debian dot org
CVS HEAD 20050901 fails to bootstrap on powerpc-linux if /bin/sh ./libtool --mode=compile /build/buildd/gcc-snapshot-20050901/build/./gcc/xgcc -shared-libgcc -B/build/buildd/gcc-snapshot-20050901/build/./gcc -nostdinc++

[Bug libfortran/23272] [mingw32] inquire via filename fails

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03 07:55 --- For info, here is a way to create a pseudo inode number for stat and fstat using mingw32 and a few Windows API calls: http://gnuwin32.sourceforge.net/compile.html --

[Bug fortran/23713] New: HDF5 build fails -- internal compiler error

2005-09-03 Thread swhite at aei dot mpg dot de
Build of hdf5-1.6.4 with Fortran moduled fails with an internal compiler error. See http://hdf.ncsa.uiuc.edu/HDF5/ ./configure --enable-fortran make . . make[3]: Entering directory `/home/swhite/hdf5-1.6.4/fortran/src' rm -f .libs/H5f90global.lo gfortran -I. -I. -c H5f90global.f90 -fPIC -DPIC -o

[Bug libfortran/23262] [migwin32] rewind truncates file

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03 08:46 --- Well, that was not so difficult: when we write 1234\n6789\n for example, the length of the write is 10. But the size of the resulting file is 12, since each newline character is translated into a two-byte

[Bug rtl-optimization/23714] New: [4.1 Regression] ICE in expand_assignment

2005-09-03 Thread kkojima at gcc dot gnu dot org
cc1plus -O2 -fnon-call-exceptions fails with internal compiler error: in expand_assignment, at expr.c:3929 for void run (void) { float stack[1]; float *sp = stack; try { float value2 = ((float) *(--sp)); float value1 = ((float) *(--sp)); *(sp++) = (value1 - value2); }

[Bug target/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-09-03 Thread kkojima at gcc dot gnu dot org
--- Additional Comments From kkojima at gcc dot gnu dot org 2005-09-03 09:20 --- BTW, I've found that Andrew's testcase fails even on i686-linux with -O2 -fnon-call-exceptions: internal compiler error: in expand_assignment, at expr.c:3929 I've filed it as PR 23714. --

[Bug bootstrap/23715] New: [4.1 regression] [sparc] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-03 Thread debian-gcc at lists dot debian dot org
libjava fails to build on sparc-linux (CVS 20050901 HEAD) Matthias /home/doko-local/gcc/snap/gcc-snapshot-20050901/build/./gcc/xgcc -shared-libgcc -B/home/doko-local/gcc/snap/gcc-snapshot-20050901/build/./gcc -nostdinc++

[Bug bootstrap/23715] [4.1 regression] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-03 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-03 09:54 --- Worked on SPARC/Solaris on gax% cat ~/cvs/gcc/LAST_UPDATED Tue Aug 30 23:56:01 CDT 2005 Wed Aug 31 04:56:01 UTC 2005 -- What|Removed |Added

[Bug libfortran/23262] [migwin32] rewind truncates file

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03 10:15 --- OK, it's worse than I thought. When you open a file with O_BINARY, it is opened using Unix conventions, and you need to add yourself the \r in the right places. Otherwise, you can use the Windows CRLF

[Bug c++/22592] -fvisibility-inlines-hidden broken differently

2005-09-03 Thread jh at suse dot cz
--- Additional Comments From jh at suse dot cz 2005-09-03 10:51 --- Subject: Re: -fvisibility-inlines-hidden broken differently --- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-03 01:03 --- Frankly, I think -fvisibility-inlines-hidden is a bad idea.

[Bug bootstrap/23712] [4.1 regression] [powerpc] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 11:49 --- This has already been fixed, this is a dup of bug 23676. *** This bug has been marked as a duplicate of 23676 *** -- What|Removed |Added

[Bug middle-end/23676] [4.1 Regression] ICE: missing REG_EH_REGION note in the end of bb

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 11:49 --- *** Bug 23712 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug target/23715] [4.1 regression] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 11:52 --- This is most likely a target problem. For the target maintainer see http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00053.html for more information. -- What|Removed

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 12:02 --- I should mention this really undefined code, I did not mean it to be used for any good example at higher optimization than -O0. Anyways confirmed. This has been failing since at least 20050822. --

[Bug target/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 12:03 --- This is most likely a target problem. For the target maintainer see http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00053.html for more information. -- What|Removed

[Bug fortran/17917] gfortran ICE on equivalence

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 12:05 --- *** Bug 23713 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/23713] HDF5 build fails -- internal compiler error

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 12:05 --- *** This bug has been marked as a duplicate of 17917 *** -- What|Removed |Added

[Bug objc++/23716] New: obj-c++.dg/comp-types-10.mm ICE with the GNU runtime

2005-09-03 Thread pinskia at gcc dot gnu dot org
FAIL: obj-c++.dg/comp-types-10.mm (test for excess errors) Excess errors: /home/pinskia/src/onetest/gcc/gcc/testsuite/obj-c++.dg/comp-types-10.mm:19: internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in setup_one_parameter, at tree- inline.c:1116 The

[Bug objc++/23716] obj-c++.dg/comp-types-10.mm ICE with the GNU runtime

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 12:42 --- Confirmed, based on http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00118.html . -- What|Removed |Added

[Bug ada/23717] New: [Ada] Wrong ICE diagnostic formatting

2005-09-03 Thread schwab at suse dot de
internal_error_function in ada/misc.c uses plain vfprintf for formatting the error message, which may contain gcc-specific formatting directives when called through tree_class_check_failed or tree_contains_struct_check_failed. -- Summary: [Ada] Wrong ICE diagnostic formatting

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 13:03 --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00163.html. -- What|Removed |Added

[Bug ada/23717] [Ada] Wrong ICE diagnostic formatting

2005-09-03 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-09-03 13:33 --- Subject: Re: New: [Ada] Wrong ICE diagnostic formatting On Sat, 3 Sep 2005, schwab at suse dot de wrote: internal_error_function in ada/misc.c uses plain vfprintf for formatting the error message,

[Bug target/23715] [4.1 regression] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-03 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-09-03 13:36 --- This is most likely a target problem. For the target maintainer see http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00053.html for more information. Thanks for the tip! -- What|Removed

[Bug middle-end/21990] Wrong code for 4.0 and head: Reload clobbers the frame pointer by using it as spill register without recognizing the clobbering

2005-09-03 Thread bjoern dot m dot haase at web dot de
--- Additional Comments From bjoern dot m dot haase at web dot de 2005-09-03 14:25 --- Hi, I now think that the true origin of this PR is related to the fact that for AVR we need *two* registers for holding the frame pointer: Recently, I have played around with modifying avr-gcc

[Bug target/23671] [4.1 Regression] ICE in fixup_eh_region_note, at reload1.c:3808

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 14:33 --- Subject: Bug 23671 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-03 14:33:07 Modified files: gcc: ChangeLog gcc/config/pa :

[Bug target/23671] [4.1 Regression] ICE in fixup_eh_region_note, at reload1.c:3808

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 17:35 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug objc/20574] [4.1 Regression] weird error message after a parse error

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 17:56 --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00174.html. -- What|Removed |Added

[Bug objc/19324] [3.4/4.0/4.1 Regression] weird message for interface way in implementation

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 17:56 --- Patch posted here for 4.1: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00174.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19324

[Bug objc/23709] [4.1 Regression] error recovery is not smart enough

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 18:11 --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00175.html. -- What|Removed |Added

[Bug c++/23699] [4.0/4.1 Regression] rejects static int as non constant after extern template

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 18:18 --- Subject: Bug 23699 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-03 18:18:48 Modified files: gcc/cp : ChangeLog decl2.c parser.c

[Bug c++/21687] [4.0/4.1 Regression] ICE in GC with local class inside a template function

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 18:18 --- Subject: Bug 21687 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-03 18:18:48 Modified files: gcc/cp : ChangeLog decl2.c parser.c

[Bug c++/23699] [4.0/4.1 Regression] rejects static int as non constant after extern template

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 18:27 --- Subject: Bug 23699 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-03 18:27:39 Modified files: gcc/cp : pt.c Log message: PR

[Bug c++/23699] [4.0/4.1 Regression] rejects static int as non constant after extern template

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 18:29 --- Subject: Bug 23699 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-03 18:29:47 Modified files: gcc/testsuite :

[Bug c++/21687] [4.0/4.1 Regression] ICE in GC with local class inside a template function

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 18:29 --- Subject: Bug 21687 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-03 18:29:47 Modified files: gcc/testsuite :

[Bug c++/23699] [4.0/4.1 Regression] rejects static int as non constant after extern template

2005-09-03 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-03 18:45 --- Fixed in 4.0.2. -- What|Removed |Added Status|NEW

[Bug rtl-optimization/23454] [4.0 regression] ICE in invert_exp_1, at jump.c:1719

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 18:50 --- Subject: Bug 23454 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-03 18:49:52 Modified files: gcc: ChangeLog reorg.c

[Bug c++/23667] [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out

2005-09-03 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-09-03 18:52 --- Does anyone happen to have a smallish test-case for this one? Obviously, I can build one of the affected toolchains, but if someone has a cut-down test case handy, I'll take it. :-) -- What

[Bug c++/23667] [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 19:04 --- (In reply to comment #12) Does anyone happen to have a smallish test-case for this one? Obviously, I can build one of the affected toolchains, but if someone has a cut-down test case handy, I'll take

[Bug fortran/23261] [meta-bug] [mingw32] gfortran testsuite bugs

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
-- Bug 23261 depends on bug 23264, which changed state. Bug 23264 Summary: [mingw32] direct access failure http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23264 What|Old Value |New Value

[Bug libfortran/23264] [mingw32] direct access failure

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03 19:08 --- Don't ask me why, but this is a duplicate of PR23262. Patch fixes both. *** This bug has been marked as a duplicate of 23262 *** -- What|Removed |Added

[Bug libfortran/23262] [migwin32] rewind truncates file

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03 19:09 --- *** Bug 23264 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23262

[Bug rtl-optimization/23454] [4.0 regression] ICE in invert_exp_1, at jump.c:1719

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 19:10 --- Subject: Bug 23454 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-03 19:09:59 Modified files: gcc:

[Bug rtl-optimization/23454] [4.0 regression] ICE in invert_exp_1, at jump.c:1719

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 19:14 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/19004] [3.4 Regression] ICE in uses_template_parms at cp/pt.c:4860

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 19:53 --- Subject: Bug 19004 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-09-03 19:53:01 Modified files: gcc/cp :

[Bug tree-optimization/23326] [4.0 Regression] Wrong code from forwprop

2005-09-03 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-03 19:55 --- Subject: Bug 23326 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-03 19:54:51 Modified files: gcc:

[Bug tree-optimization/23326] [4.0 Regression] Wrong code from forwprop

2005-09-03 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-03 19:55 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libffi/23718] New: ffitarget.h include problem

2005-09-03 Thread bernd dot paysan at gmx dot de
Hi, On install, GCC copies ffitarget.h to LIBDIR/gcc/TARGET/VERSION/include/libffi/ffitarget.h However, ffi.h tries to #include ffitarget.h, and can't find it (no wonder). Correction: Either put ffitarget.h into LIBDIR/gcc/TARGET/VERSION/include, or change the line in

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03 19:58 --- From what I have seen on the gcc ml, it looks like the opposition to a pex-win32.c patch (Mark) agrees on it, and Christopher said in http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00513.html he could do

[Bug c++/19004] [3.4 Regression] ICE in uses_template_parms at cp/pt.c:4860

2005-09-03 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-09-03 19:59 --- Fixed also on the 3.4 branch. -- What|Removed |Added Status|ASSIGNED

[Bug c++/23667] [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out

2005-09-03 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-09-03 20:08 --- Subject: Re: [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out pinskia at gcc dot gnu dot org wrote: --- Additional Comments From pinskia at gcc dot gnu dot

[Bug tree-optimization/23509] [4.1 regression] ICE with ivopts

2005-09-03 Thread mec at google dot com
--- Additional Comments From mec at google dot com 2005-09-03 20:16 --- Here is another test with confirmatory data. Test case, reduced from some firefox code: int punycode_decode(const char input[], unsigned char case_flags[]) { int j; for (j = 0; j 128; ++j) { if

[Bug c++/21440] [4.0/4.1 Regression] ICE with statement-as-expression

2005-09-03 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug testsuite/23720] New: FAIL: gcc.dg/debug/dwarf2/dwarf-char[123].c scan-assembler 0x[68][ \t]# DW_AT_encoding

2005-09-03 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.0/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4 .0/objdir/gcc/ /home/dave/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwar f-char3.c -O2 -gdwarf-2 -dA -fno-show-column -S -o dwarf-char3.s(timeout = 300) PASS: gcc.dg/debug/dwarf2/dwarf-char3.c (test for

[Bug c++/23667] [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out

2005-09-03 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-09-03 23:06 --- (In reply to comment #14) Yes, but that makes it no easier for me to test and debug the problem. Hi, today I tried, quickly, but failed to find a simple testcase. Tomorrow, I'll try again, harder. Thanks for

[Bug libgcj/16990] [meta-bug] TimeZone Issues in libgcj/classpath

2005-09-03 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-03 23:50 --- New TimeZone issue Bug #23566 Need to regenerate TimeZone data against tzdata2005k -- What|Removed |Added

[Bug classpath/17003] java.util.TimeZone information outdated

2005-09-03 Thread mark at gcc dot gnu dot org
--- Additional Comments From mark at gcc dot gnu dot org 2005-09-03 23:51 --- The TimeZones have been regenerated from tzcode2005l. 2005-08-25 Mark Wielaard [EMAIL PROTECTED] Reported by Bastiaan Huisman [EMAIL PROTECTED] * scripts/tzabbrevs: Change

[Bug libgcj/16990] [meta-bug] TimeZone Issues in libgcj/classpath

2005-09-03 Thread mark at gcc dot gnu dot org
-- Bug 16990 depends on bug 17003, which changed state. Bug 17003 Summary: java.util.TimeZone information outdated http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17003 What|Old Value |New Value

[Bug middle-end/21460] sjlj_emit_function_enter adds rtl to wrong block

2005-09-03 Thread amodra at bigpond dot net dot au
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |amodra at bigpond dot net |dot org |dot au URL|

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread ngmlinux at gmail dot com
--- Additional Comments From ngmlinux at gmail dot com 2005-09-04 00:14 --- After patching the gcc-4.0.1 source in boehm-gc/include/private/gcconfig.h, I get the following errors when I go to make. I did not get this errors before editing gcconfig.h, however they appear to be

[Bug target/23721] New: pt.c:9462: ICE: in change_address_1, at emit-rtl.c:1791

2005-09-03 Thread danglin at gcc dot gnu dot org
stage1/xgcc -Bstage1/ -B/opt/gnu64/gcc/gcc-4.1.0/hppa64-hp-hpux11.11/bin/ -c - g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp es -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissin g-format-attribute -Werror -fno-common

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread ngmlinux at gmail dot com
--- Additional Comments From ngmlinux at gmail dot com 2005-09-04 02:35 --- Ok, tried the same fix on another test machine, this one running Mandriva 2005 LE x86_64 and the arm-linux-gcc-4.0.1 toolchain with the boehm-gc patch compiled fine. --

[Bug c++/23667] [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out

2005-09-03 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-09-04 03:08 --- Subject: Re: [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out pcarlini at suse dot de wrote: --- Additional Comments From pcarlini at suse dot de 2005-09-03

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread ngmlinux at gmail dot com
--- Additional Comments From ngmlinux at gmail dot com 2005-09-04 03:25 --- Ok after recompiling the static HelloWorld.exe with the patched toolchain the following happens upon execution on the target: ===code==

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread ngmlinux at gmail dot com
--- Additional Comments From ngmlinux at gmail dot com 2005-09-04 03:52 --- Perhaps the above link does not apply, my host system doesn't contain a dl-machine.h anywhere on the file system nor did a glibc-current directory turn up. --

Re: [Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread Andrew Pinski
On Sep 3, 2005, at 11:25 PM, ngmlinux at gmail dot com wrote: --- Additional Comments From ngmlinux at gmail dot com 2005-09-04 03:25 --- Ok after recompiling the static HelloWorld.exe with the patched toolchain the following happens upon execution on the target:

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread pinskia at physics dot uc dot edu
--- Additional Comments From pinskia at physics dot uc dot edu 2005-09-04 04:07 --- Subject: Re: Binaries generated by arm-linux-gcj segfault on execution on arm target On Sep 3, 2005, at 11:25 PM, ngmlinux at gmail dot com wrote: --- Additional Comments From ngmlinux at

[Bug testsuite/23720] FAIL: gcc.dg/debug/dwarf2/dwarf-char[123].c scan-assembler 0x[68][ \t]# DW_AT_encoding

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04 04:09 --- Fails every where as far as I can see. -- What|Removed |Added CC|

[Bug testsuite/23720] FAIL: gcc.dg/debug/dwarf2/dwarf-char[123].c scan-assembler 0x[68][ \t]# DW_AT_encoding

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04 04:09 --- Confirmed, that is. -- What|Removed |Added Status|UNCONFIRMED

[Bug c++/23705] [4.0/4.1 Regression] zone allocator broken

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04 04:11 --- Fixed by: 2005-09-03 Mark Mitchell [EMAIL PROTECTED] PR c++/21687 * semantics.c (expand_or_defer_fn): Do not call ggc_collect when finishing processing for a template function in

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread ngmlinux at gmail dot com
--- Additional Comments From ngmlinux at gmail dot com 2005-09-04 04:20 --- This is a glibc bug in the dynamic loader. Try a newer glibc. Is this a glibc bug on the target or the host machine? I believe my host would have a very recent glibc, my target has an ancient glibc but I

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04 04:22 --- (In reply to comment #18) Is this a glibc bug on the target or the host machine? I believe my host would have a very recent glibc, my target has an ancient glibc but I compiled my HelloWorld.java as a

[Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target

2005-09-03 Thread ngmlinux at gmail dot com
--- Additional Comments From ngmlinux at gmail dot com 2005-09-04 05:02 --- You are running your program on the target right? Then it is a bug on the target. The dynamic loader still is invoked because well libjava still invokes it. I believe you as I still have glibc-2.2.2 on my