[Bug libgcj/21869] New: We should to use StringBuilder instead of StringBuffer where appropriate.

2005-06-01 Thread daney at gcc dot gnu dot org
Libgcj now has the StringBuilder class which should be used in place of StringBuffer in places where synchronization is not needed. All of libgcj should be changed to use StringBuilder where appropriate. -- Summary: We should to use StringBuilder instead of StringBuffer

[Bug target/21761] [4.1 Regression] mainline gcc causing internal compiler error.

2005-06-01 Thread uttamp at us dot ibm dot com
--- Additional Comments From uttamp at us dot ibm dot com 2005-06-01 23:31 --- I've verified that this bug has been fixed in mainline gcc. -- What|Removed |Added

[Bug bootstrap/21870] New: Build fails with unknown endianess

2005-06-01 Thread aaronw at net dot com
loading cache ../config.cache checking for a BSD compatible install... (cached) /opt/gcc3.3/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checkin

[Bug bootstrap/21870] Build fails with unknown endianess

2005-06-01 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-06-02 00:22 --- More info from config.log for libffi: configure:3445: /var/tmp/gcc3/gcc-3.3.6/sparc-solaris-2.8/gcc/xgcc -B/var/tmp/gcc3/gcc-3.3.6/sparc-solari s-2.8/gcc/ -B/opt/gcc3.3/sparc-sun-solaris2.8/bin/ -B/opt/gcc3.3/s

[Bug bootstrap/21870] Build fails with unknown endianess

2005-06-01 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-06-02 00:34 --- I traced the problem to line 3523 in libffi/configure For some reason, Sun's grep does not see the string BIGenDianSyS in the object file, but fgrep does... I guess it's another bug or issue with Sun's tools (lik

[Bug bootstrap/21871] New: libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread aaronw at net dot com
-- Summary: libjava configure fails because it mistakenly thinks it is cross compiling Product: gcc Version: 3.3.6 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap Assigne

[Bug bootstrap/21872] New: libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread aaronw at net dot com
When compiling gcc 3.3.6 on sparc Solaris 2.8 with the configure option --with-cpu=ultrasparc, the configure script for libjava fails with: checking for sigaction... yes checking for ftruncate... (cached) yes checking for execinfo.h... no checking for unistd.h... (cached) yes checking for d

[Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-06-02 01:12 --- Update: this is only for the sparcv9 multilib... I found that ac_cv_prog_cc_cross=yes in config.cache This should have been no. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872

[Bug bootstrap/21870] Build fails with unknown endianess

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 01:12 --- *** This bug has been marked as a duplicate of 21782 *** -- What|Removed |Added

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess

2005-06-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-02 01:12 --- *** Bug 21870 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess

2005-06-01 Thread aaronw at net dot com
--- Additional Comments From aaronw at net dot com 2005-06-02 01:16 --- I traced this to a problem with Sun's grep. Replace the grep lines with fgrep in the configure script and it works fine. Apparently grepping conftest.o for the endian string fails with /bin/grep but works with f

[Bug c/21873] New: infinite warning loop on bad array initializer

2005-06-01 Thread allans at m83 dot com
struct foo { int a; int b; } bar [1][0] = { 3, 4 }; // warnings continue forever s.c:5: warning: excess elements in array initializer s.c:5: warning: (near initialization for `bar') s.c:5: warning: excess elements in array initializer s.c:5: warning: (near initialization for `bar') gcc: Inte

[Bug tree-optimization/21839] [4.1 Regression] ICE for missing V_DEFS caused by salias with empty structures

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:08 --- Subject: Bug 21839 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:08:03 Modified files: gcc: ChangeLog gimplify.c Added files:

[Bug tree-optimization/21090] VRP does not notice nonzero-ness from a PHI node

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21090 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21332] [4.1 Regression] -ftree-vrp makes a loop doesn't execute a body

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21332 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21086] VRP does not extract a value from a comparison expression.

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21086 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/20701] [tcb] VRP does not eliminate a redundant "if" statement.

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 20701 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/14341] Missed comparison optimization (VRP)

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 14341 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21289] A numeric range is spoiled by a symblic one in VRP

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21289 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21368] VRP does not know that &s.a != NULL

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21368 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21029] [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21029 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21367] VRP does not fold "if (a == b)" in a certain situation

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:57 --- Subject: Bug 21367 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21458] VRP does not remove a conditional in a loop

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:58 --- Subject: Bug 21458 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/21348] tree-vrp.c:has_assert_expr is useless.

2005-06-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-02 02:58 --- Subject: Bug 21348 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-02 02:57:15 Modified files: gcc: ChangeLog fold-const.c tree-flow.h

[Bug tree-optimization/14341] Missed comparison optimization (VRP)

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:03 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21332] [4.1 Regression] -ftree-vrp makes a loop doesn't execute a body

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:06 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/20701] [tcb] VRP does not eliminate a redundant "if" statement.

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:06 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21086] VRP does not extract a value from a comparison expression.

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:07 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21090] VRP does not notice nonzero-ness from a PHI node

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:07 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21289] A numeric range is spoiled by a symblic one in VRP

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:08 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21348] tree-vrp.c:has_assert_expr is useless.

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:08 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21367] VRP does not fold "if (a == b)" in a certain situation

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:09 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21458] VRP does not remove a conditional in a loop

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:12 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21029] [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances

2005-06-01 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-02 03:14 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00127.html -- What|Removed |Added

[Bug tree-optimization/21861] [meta-bug] scalar evolution type conversion

2005-06-01 Thread dnovillo at gcc dot gnu dot org
-- Bug 21861 depends on bug 21029, which changed state. Bug 21029 Summary: [4.1 Regression] vrp miscompiles Ada front-end, drops loop exit test in well-defined wrap-around circumstances http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21029 What|Old Value |New Valu

[Bug c++/21874] New: this pointer somehow gets NULLed between member function calls

2005-06-01 Thread bjs5075 at rit dot edu
The following is a partial stack dump from GDB. It shows that the this pointer becomes NULL when calling one (private) member function from another (public) member function. #5 0x0805864e in ConfigReader::read_config (this=0x0, [EMAIL PROTECTED]) at file_reader.cpp:186 #6 0x08058079 in Confi

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess

2005-06-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 04:39 --- > I traced this to a problem with Sun's grep. Replace the grep lines with > fgrep > in the configure script and it works fine. fgrep is not really the problem, as we don't require it. See the audit t

[Bug libgcj/21869] We should to use StringBuilder instead of StringBuffer where appropriate.

2005-06-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-02 04:59 --- See the follow-on discussion on java-patches. StringBuilder requires a copy of the data; gnu.gcj.runtime.StringBuffer does not. The latter could be made vm-independent and used throughout Classpath. The thr

[Bug c++/21210] [4.0/4.1 Regression] Trouble with __complex__ types default construction

2005-06-01 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-06-02 05:04 --- I am no longer working on this PR. There is considerable debate about what the right changes to make to the language are, so I am leaving this aside. -- What|Removed |A

[Bug tree-optimization/21734] [4.1 regression] ICE: -ftree-vectorize, segfault

2005-06-01 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-06-02 05:22 --- Subject: Re: [4.1 regression] ICE: -ftree-vectorize, segfault On Wed, 2005-06-01 at 13:22 +, dorit at il dot ibm dot com wrote: > The best thing would be to detect such redundant phis and clean them up,

[Bug libfortran/19155] blanks not treated as zeros in 'E' format read (NIST FM110.FOR)

2005-06-01 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21875 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19155

[Bug fortran/21875] New: [meta] NIST test suite failures

2005-06-01 Thread fxcoudert at gcc dot gnu dot org
This PR is open to track all NIST testsuite failures. Both original and F95-modified versions can be found on http://www.fortran-2000.com/ArnaudRecipes/fcvs21_f95.html Today, on i68-linux, F95 version has folllowing failures: FM110, FM11, FM171, FM903, FM906, FM908, FM909, FM923. -- S

[Bug libfortran/19216] list directed read with leading slash (NIST FM923)

2005-06-01 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21875 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19216

[Bug testsuite/21866] profiledbootstrap on gcc4 - release fails

2005-06-01 Thread tobias at yoper dot com
--- Additional Comments From tobias at yoper dot com 2005-06-02 05:54 --- This is related to this issue: http://gcc.gnu.org/ml/gcc-help/2005-05/msg00030.html Using -O2 solved the issue -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21866

[Bug bootstrap/21871] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 06:11 --- *** This bug has been marked as a duplicate of 21872 *** -- What|Removed |Added

[Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 06:12 --- *** Bug 21871 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872

[Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling

2005-06-01 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-02 06:14 --- > Update: this is only for the sparcv9 multilib... I found that > ac_cv_prog_cc_cross=yes in config.cache That could simply be another dup of 21870. Binutils 2.16 should not be used in conjunction with

<    1   2